1
Fork 0

Rollup merge of #100928 - CleanCut:rustc_metadata_diagnostics, r=davidtwco

Migrate rustc_metadata to SessionDiagnostics

Migrate rustc_metadata to SessionDiagnostics.

Part of https://github.com/rust-lang/rust/issues/100717
This commit is contained in:
Dylan DPC 2022-09-03 10:33:05 +05:30 committed by GitHub
commit a0056795da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 1197 additions and 455 deletions

View file

@ -48,6 +48,7 @@ fluent_messages! {
infer => "../locales/en-US/infer.ftl",
lint => "../locales/en-US/lint.ftl",
monomorphize => "../locales/en-US/monomorphize.ftl",
metadata => "../locales/en-US/metadata.ftl",
parser => "../locales/en-US/parser.ftl",
passes => "../locales/en-US/passes.ftl",
plugin_impl => "../locales/en-US/plugin_impl.ftl",