Migrate some rustc_borrowck diagnostics to SessionDiagnostic
This commit is contained in:
parent
8308806403
commit
98af1bfecc
20 changed files with 122 additions and 43 deletions
|
@ -35,6 +35,7 @@ fluent_messages! {
|
|||
privacy => "../locales/en-US/privacy.ftl",
|
||||
typeck => "../locales/en-US/typeck.ftl",
|
||||
builtin_macros => "../locales/en-US/builtin_macros.ftl",
|
||||
borrowck => "../locales/en-US/borrowck.ftl",
|
||||
}
|
||||
|
||||
pub use fluent_generated::{self as fluent, DEFAULT_LOCALE_RESOURCES};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue