rust/compiler/rustc_macros
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
..
src macros: use typed identifiers in diag derive 2022-06-24 09:08:25 +01:00
Cargo.toml macros: introduce fluent_messages macro 2022-05-24 16:48:17 +01:00