1
Fork 0

passes: migrate half of check_attr

Migrate half of the `rustc_passes::check_attr` diagnostics to using
diagnostic derives and being translatable.
This commit is contained in:
David Wood 2022-07-11 18:59:04 +01:00
parent 81cf2294b4
commit 78b19a90b7
27 changed files with 844 additions and 524 deletions

View file

@ -37,6 +37,7 @@ fluent_messages! {
expand => "../locales/en-US/expand.ftl",
lint => "../locales/en-US/lint.ftl",
parser => "../locales/en-US/parser.ftl",
passes => "../locales/en-US/passes.ftl",
privacy => "../locales/en-US/privacy.ftl",
typeck => "../locales/en-US/typeck.ftl",
}