diff options
| author | Michael Goulet <michael@errs.io> | 2023-06-23 19:47:21 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-23 19:47:21 -0700 |
| commit | 3148bcf0a9a2767f18d0996b1ef6960831b492e5 (patch) | |
| tree | 18c6126b3f8d776e0b63292c81c6e86a920c208e /compiler | |
| parent | 766db8161b769722b3ee95863404d8a1a81f6340 (diff) | |
| parent | 071004064869b56eb31e3e09228a0c1d0ce47c9e (diff) | |
| download | rust-3148bcf0a9a2767f18d0996b1ef6960831b492e5.tar.gz rust-3148bcf0a9a2767f18d0996b1ef6960831b492e5.zip | |
Rollup merge of #112973 - compiler-errors:oops-forgot-ftl, r=jyn514
Make sure to include default en-US ftl resources for `rustc_error` crate Fixes #112928
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/rustc_driver_impl/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_driver_impl/src/lib.rs b/compiler/rustc_driver_impl/src/lib.rs index a08d53e28c6..984cc1557a4 100644 --- a/compiler/rustc_driver_impl/src/lib.rs +++ b/compiler/rustc_driver_impl/src/lib.rs @@ -97,6 +97,7 @@ pub static DEFAULT_LOCALE_RESOURCES: &[&str] = &[ rustc_codegen_ssa::DEFAULT_LOCALE_RESOURCE, rustc_const_eval::DEFAULT_LOCALE_RESOURCE, rustc_error_messages::DEFAULT_LOCALE_RESOURCE, + rustc_errors::DEFAULT_LOCALE_RESOURCE, rustc_expand::DEFAULT_LOCALE_RESOURCE, rustc_hir_analysis::DEFAULT_LOCALE_RESOURCE, rustc_hir_typeck::DEFAULT_LOCALE_RESOURCE, |
