rust/compiler/rustc_error_messages/locales
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
..
en-US macros: use typed identifiers in diag derive 2022-06-24 09:08:25 +01:00