d1fcf61117
Instead of loading the Fluent resources for every crate in `rustc_error_messages`, each crate generates typed identifiers for its own diagnostics and creates a static which are pulled together in the `rustc_driver` crate and provided to the diagnostic emitter. Signed-off-by: David Wood <david.wood@huawei.com>
6 lines
186 B
Plaintext
6 lines
186 B
Plaintext
builtin_macros_requires_cfg_pattern =
|
|
macro requires a cfg-pattern as an argument
|
|
.label = cfg-pattern required
|
|
|
|
builtin_macros_expected_one_cfg_pattern = expected 1 cfg-pattern
|