diff options
| author | Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> | 2022-09-03 10:33:05 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-03 10:33:05 +0530 |
| commit | a0056795da7a51f0ebebf0d5ad8f0b663d089420 (patch) | |
| tree | fcbeee4805d8b23bdbbe9b39425d28a45446ff2a /compiler/rustc_error_messages/src | |
| parent | 2ed716a81d36c0779bb132031fc9ef0b9e7f4212 (diff) | |
| parent | 30adfd6a17bd0d7c4d1302cc4a0f92962577de4a (diff) | |
| download | rust-a0056795da7a51f0ebebf0d5ad8f0b663d089420.tar.gz rust-a0056795da7a51f0ebebf0d5ad8f0b663d089420.zip | |
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
Diffstat (limited to 'compiler/rustc_error_messages/src')
| -rw-r--r-- | compiler/rustc_error_messages/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_error_messages/src/lib.rs b/compiler/rustc_error_messages/src/lib.rs index 05d0a2ba82c..5281a287b0d 100644 --- a/compiler/rustc_error_messages/src/lib.rs +++ b/compiler/rustc_error_messages/src/lib.rs @@ -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", |
