rust/compiler/rustc_error_messages/locales/en-US
est31 cc6cff564f Replace - with _ in ftl slugs for better grepability
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 -.
2022-08-12 22:22:55 +02:00
..
borrowck.ftl Replace - with _ in ftl slugs for better grepability 2022-08-12 22:22:55 +02:00
builtin_macros.ftl Replace - with _ in ftl slugs for better grepability 2022-08-12 22:22:55 +02:00
const_eval.ftl Replace - with _ in ftl slugs for better grepability 2022-08-12 22:22:55 +02:00
expand.ftl Replace - with _ in ftl slugs for better grepability 2022-08-12 22:22:55 +02:00
lint.ftl Replace - with _ in ftl slugs for better grepability 2022-08-12 22:22:55 +02:00
parser.ftl Replace - with _ in ftl slugs for better grepability 2022-08-12 22:22:55 +02:00
passes.ftl Replace - with _ in ftl slugs for better grepability 2022-08-12 22:22:55 +02:00
privacy.ftl Replace - with _ in ftl slugs for better grepability 2022-08-12 22:22:55 +02:00
typeck.ftl Replace - with _ in ftl slugs for better grepability 2022-08-12 22:22:55 +02:00