rust/compiler/rustc_error_messages/locales/en-US
David Wood 99bc979403 macros: use typed identifiers in diag derive
Using typed identifiers instead of strings with the Fluent identifier
enables the diagnostic derive to benefit from the compile-time
validation that comes with typed identifiers - use of a non-existent
Fluent identifier will not compile.

Signed-off-by: David Wood <david.wood@huawei.com>
2022-06-24 09:08:25 +01:00
..
builtin_macros.ftl macros: use typed identifiers in diag derive 2022-06-24 09:08:25 +01:00
parser.ftl migrate check_for_for_in_in_typo diagnostic 2022-05-31 16:28:05 -05:00
typeck.ftl Deactivate feature gate explicit_generic_args_with_impl_trait 2022-06-06 12:21:49 +01:00