diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-10-27 19:46:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-27 19:46:06 +0200 |
| commit | df8852a93453cd1ce7449a08db2ad7e265d4ef3f (patch) | |
| tree | 7b624a9833ea77d3f776c2501eff2e2390758b98 /compiler/rustc_driver_impl/src | |
| parent | 9d6d5d48948945debca5a693f6030246f7bb2baf (diff) | |
| parent | f4a9d29c50de93c3320867a4f63c9e36eee43d3b (diff) | |
| download | rust-df8852a93453cd1ce7449a08db2ad7e265d4ef3f.tar.gz rust-df8852a93453cd1ce7449a08db2ad7e265d4ef3f.zip | |
Rollup merge of #116834 - nnethercote:rustc_symbol_mangling, r=davidtwco
Remove `rustc_symbol_mangling/messages.ftl`. It contains a single message that (a) doesn't contain any natural language, and (b) is only used in tests. r? `@davidtwco`
Diffstat (limited to 'compiler/rustc_driver_impl/src')
| -rw-r--r-- | compiler/rustc_driver_impl/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_driver_impl/src/lib.rs b/compiler/rustc_driver_impl/src/lib.rs index 331843ab051..c6c8fd22f4e 100644 --- a/compiler/rustc_driver_impl/src/lib.rs +++ b/compiler/rustc_driver_impl/src/lib.rs @@ -136,7 +136,6 @@ pub static DEFAULT_LOCALE_RESOURCES: &[&str] = &[ rustc_query_system::DEFAULT_LOCALE_RESOURCE, rustc_resolve::DEFAULT_LOCALE_RESOURCE, rustc_session::DEFAULT_LOCALE_RESOURCE, - rustc_symbol_mangling::DEFAULT_LOCALE_RESOURCE, rustc_trait_selection::DEFAULT_LOCALE_RESOURCE, rustc_ty_utils::DEFAULT_LOCALE_RESOURCE, // tidy-alphabetical-end |
