Migrate forbidden_let

This commit is contained in:
finalchild 2022-08-17 23:51:01 +09:00
parent 4b695f7c4e
commit d6fdf14eb7
7 changed files with 45 additions and 18 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_passes => "../locales/en-US/ast_passes.ftl",
borrowck => "../locales/en-US/borrowck.ftl",
builtin_macros => "../locales/en-US/builtin_macros.ftl",
const_eval => "../locales/en-US/const_eval.ftl",