mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 17:49:15 +00:00
Having to replace - with _ (and vice versa) makes the slugs less greppable
and thus constitutes a contributor roadblock.
Result of running this repeatedly up until reaching a fixpoint:
find compiler/rustc_error_messages/locales/en-US/ -type f -exec sed -i 's/\(.+\)-\(.*\)=/\1_\2=/' {} \;
Plus some fixes to update usages of slugs leading with -.
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
|