Rollup merge of #100744 - 5225225:migrate-rustc-mir-dataflow, r=davidtwco

Migrate rustc_mir_dataflow to diagnostic structs
This commit is contained in:
Michael Goulet
2022-08-26 15:56:24 -07:00
committed by GitHub
8 changed files with 129 additions and 22 deletions

View File

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