99bc979403
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>
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
|