rust/compiler/rustc_middle
Matthias Krüger 464e02a267
Rollup merge of #113884 - oli-obk:delay_span_bug_detrans_late, r=davidtwco
Don't translate compiler-internal bug messages

These are not very useful to be translated, as

* translators would get really weird and bad english versions to start out from,
* compiler devs have to do some work for what is supposed to be dead code and just a sanity check,
* the target audience is other compiler devs.

r? `@davidtwco`
2023-07-20 17:19:34 +02:00
..
src Rollup merge of #113884 - oli-obk:delay_span_bug_detrans_late, r=davidtwco 2023-07-20 17:19:34 +02:00
Cargo.toml Remove chalk from the compiler 2023-07-03 21:40:04 +00:00
messages.ftl
README.md

For more information about how rustc works, see the rustc dev guide.