1
Fork 0

ADD - codegen_ssa initial diags translations machinery

ADD - migrate MissingNativeStaticLibrary fatal error
This commit is contained in:
Jhonny Bill Mena 2022-10-04 13:23:53 -04:00
parent e42c4d7218
commit b0b072d747
4 changed files with 12 additions and 0 deletions

View file

@ -63,6 +63,7 @@ fluent_messages! {
symbol_mangling => "../locales/en-US/symbol_mangling.ftl",
trait_selection => "../locales/en-US/trait_selection.ftl",
ty_utils => "../locales/en-US/ty_utils.ftl",
codegen_ssa => "../locales/en-US/codegen_ssa.ftl",
}
pub use fluent_generated::{self as fluent, DEFAULT_LOCALE_RESOURCES};