Migrate ast_lowering::path to SessionDiagnostic

This commit is contained in:
Jean CASPAR 2022-08-16 22:28:51 +02:00
parent a8a33cf271
commit 73ae38bac1
7 changed files with 46 additions and 15 deletions

View file

@ -32,6 +32,7 @@ pub use unic_langid::{langid, LanguageIdentifier};
// Generates `DEFAULT_LOCALE_RESOURCES` static and `fluent_generated` module.
fluent_messages! {
ast_lowering => "../locales/en-US/ast_lowering.ftl",
ast_passes => "../locales/en-US/ast_passes.ftl",
borrowck => "../locales/en-US/borrowck.ftl",
builtin_macros => "../locales/en-US/builtin_macros.ftl",