]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #103345 - Nilstrieb:diag-flat, r=compiler-errors
authorbors <bors@rust-lang.org>
Sun, 23 Oct 2022 09:06:39 +0000 (09:06 +0000)
committerbors <bors@rust-lang.org>
Sun, 23 Oct 2022 09:06:39 +0000 (09:06 +0000)
Flatten diagnostic slug modules

This makes it easier to grep for the slugs in the code.

See https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/Localization.20infra.20interferes.20with.20grepping.20for.20error for more discussion about it.

This was mostly done with a few regexes and a bunch of manual work. This also exposes a pretty annoying inconsistency for the extra labels. Some of the extra labels are defined as additional properties in the fluent message (which makes them not prefixed with the crate name) and some of them are new fluent messages themselves (which makes them prefixed with the crate name). I don't know whether we want to clean this up at some point but it's useful to know.

r? `@davidtwco`

1  2 
compiler/rustc_lint/src/opaque_hidden_inferred_bound.rs