migrate rustc_query_system to use SessionDiagnostic

with manual impl SessionDiagnostic
This commit is contained in:
Yuanheng Li 2022-08-21 21:37:05 +08:00 committed by Li Yuanheng
parent 12e4fd0755
commit b8075e4550
6 changed files with 108 additions and 46 deletions

View file

@ -52,6 +52,7 @@ fluent_messages! {
ty_utils => "../locales/en-US/ty_utils.ftl",
typeck => "../locales/en-US/typeck.ftl",
mir_dataflow => "../locales/en-US/mir_dataflow.ftl",
query_system => "../locales/en-US/query_system.ftl",
}
pub use fluent_generated::{self as fluent, DEFAULT_LOCALE_RESOURCES};