rust/compiler/rustc_errors
Esteban Küber 1bbaf6eb2f On short error format, append primary span label to message
The `error-format=short` output only displays the path, error code and
main error message all in the same line. We now add the primary span label
as well after the error message, to provide more context.
2024-08-06 04:08:10 +00:00
..
src On short error format, append primary span label to message 2024-08-06 04:08:10 +00:00
Cargo.toml Be more accurate about calculating display_col from a BytePos 2024-07-18 20:08:38 +00:00
messages.ftl Implement diagnostic translation for expected lifetime parameter message 2023-07-07 15:56:01 +09:00