Migrate unstable-in-stable diagnostic

This commit is contained in:
Michael Goulet 2022-06-28 21:26:05 -07:00
parent 34d6f08f4d
commit 934079fd9e
5 changed files with 30 additions and 20 deletions

View file

@ -37,6 +37,7 @@ fluent_messages! {
parser => "../locales/en-US/parser.ftl",
privacy => "../locales/en-US/privacy.ftl",
typeck => "../locales/en-US/typeck.ftl",
const_eval => "../locales/en-US/const_eval.ftl",
}
pub use fluent_generated::{self as fluent, DEFAULT_LOCALE_RESOURCES};