rust/compiler/rustc_symbol_mangling/src
est31 7e2ecb3cd8 Simplify message paths
This makes it easier to open the messages file while developing on features.

The commit was the result of automatted changes:

for p in compiler/rustc_*; do mv $p/locales/en-US.ftl $p/messages.ftl; rmdir $p/locales; done

for p in compiler/rustc_*; do sed -i "s#\.\./locales/en-US.ftl#../messages.ftl#" $p/src/lib.rs; done
2023-03-11 22:51:57 +01:00
..
typeid Rename many interner functions. 2023-02-24 07:32:24 +11:00
errors.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
legacy.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
lib.rs Simplify message paths 2023-03-11 22:51:57 +01:00
test.rs Fix uninlined_format_args for some compiler crates 2023-01-05 19:01:12 +01:00
typeid.rs Add LLVM KCFI support to the Rust compiler 2022-12-08 17:24:39 -08:00
v0.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00