about summary refs log tree commit diff
path: root/compiler/rustc_error_messages/src
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2022-08-31 14:29:53 +0200
committerGitHub <noreply@github.com>2022-08-31 14:29:53 +0200
commit59d2c1917a61d32109f1d2fb33d5956be813976d (patch)
tree0381df8a5e3aa660c01e9469ad7f550bcac9f3ee /compiler/rustc_error_messages/src
parent24922b7a828361399aeed73a802e786f035a6d4f (diff)
parent3ee69463164ac33af6eb483ccd2f64b06730c220 (diff)
downloadrust-59d2c1917a61d32109f1d2fb33d5956be813976d.tar.gz
rust-59d2c1917a61d32109f1d2fb33d5956be813976d.zip
Rollup merge of #100831 - JhonnyBillM:migrate-symbol-mangling-to-diagnostics-structs, r=davidtwco
Migrate `symbol_mangling` module to new diagnostics structs
Diffstat (limited to 'compiler/rustc_error_messages/src')
-rw-r--r--compiler/rustc_error_messages/src/lib.rs1
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 254e96ddd63..42fb2d538b0 100644
--- a/compiler/rustc_error_messages/src/lib.rs
+++ b/compiler/rustc_error_messages/src/lib.rs
@@ -54,6 +54,7 @@ fluent_messages! {
     ty_utils => "../locales/en-US/ty_utils.ftl",
     typeck => "../locales/en-US/typeck.ftl",
     mir_dataflow => "../locales/en-US/mir_dataflow.ftl",
+    symbol_mangling => "../locales/en-US/symbol_mangling.ftl",
 }
 
 pub use fluent_generated::{self as fluent, DEFAULT_LOCALE_RESOURCES};