rust/compiler/rustc_error_messages/locales/en-US
Matthias Krüger eacbe5437e
Rollup merge of #100667 - Xiretza:diag-structs-parser-ivd, r=davidtwco
Migrate "invalid variable declaration" errors to SessionDiagnostic

After seeing the great blog post on Inside Rust, I decided to try my hand at this. Just one diagnostic for now to get used to the workflow and to check if this is the way to do it or if there are any problems.
2022-08-20 07:09:01 +02:00
..
borrowck.ftl Replace - with _ in ftl slugs for better grepability 2022-08-12 22:22:55 +02:00
builtin_macros.ftl Replace - with _ in ftl slugs for better grepability 2022-08-12 22:22:55 +02:00
const_eval.ftl Replace - with _ in ftl slugs for better grepability 2022-08-12 22:22:55 +02:00
expand.ftl Moved structs to rustc_expand::errors, added several more migrations, fixed slug name 2022-08-17 11:18:19 -03:00
interface.ftl Migrate emoji identifier diagnostics to SessionDiagnostic 2022-08-17 05:07:47 +09:00
lint.ftl Replace - with _ in ftl slugs for better grepability 2022-08-12 22:22:55 +02:00
parser.ftl Migrate "invalid variable declaration" errors to SessionDiagnostic 2022-08-17 19:08:37 +02:00
passes.ftl Replace - with _ in ftl slugs for better grepability 2022-08-12 22:22:55 +02:00
privacy.ftl Replace - with _ in ftl slugs for better grepability 2022-08-12 22:22:55 +02:00
typeck.ftl Rollup merge of #99576 - compiler-errors:foreign-fundamental-drop-is-bad, r=TaKO8Ki 2022-08-19 12:26:38 +05:30