rust/compiler/rustc_parse/src
Matthias Krüger 0b3b4ef2b5
Rollup merge of #98428 - davidtwco:translation-derive-typed-identifiers, r=oli-obk
macros: use typed identifiers in diag and subdiag derive

Using typed identifiers instead of strings with the Fluent identifiers in the diagnostic and subdiagnostic derives - this enables the diagnostic derive to benefit from the compile-time validation that comes with typed identifiers, namely that use of a non-existent Fluent identifier will not compile.

r? `````@oli-obk`````
2022-06-26 19:47:04 +02:00
..
lexer remove unnecessary to_string and String::new 2022-06-13 15:48:40 +09:00
parser Rollup merge of #98428 - davidtwco:translation-derive-typed-identifiers, r=oli-obk 2022-06-26 19:47:04 +02:00
lib.rs remove unnecessary to_string and String::new 2022-06-13 15:48:40 +09:00
validate_attr.rs Overhaul MacArgs::Eq. 2022-05-05 07:06:12 +10:00