1
Fork 0

Migrate builtin-macros-requires-cfg-pattern to SessionDiagnostic

This commit is contained in:
beetrees 2022-06-21 20:10:31 +01:00
parent d6072e53cd
commit 6264ffbfef
No known key found for this signature in database
GPG key ID: 8791BD754191EBD6
5 changed files with 18 additions and 5 deletions

View file

@ -33,6 +33,7 @@ pub use unic_langid::{langid, LanguageIdentifier};
fluent_messages! {
parser => "../locales/en-US/parser.ftl",
typeck => "../locales/en-US/typeck.ftl",
builtin_macros => "../locales/en-US/builtin_macros.ftl",
}
pub use fluent_generated::{self as fluent, DEFAULT_LOCALE_RESOURCES};