rust/compiler/rustc_parse
Matthias Krüger 58c690729c
Rollup merge of #115347 - y21:generic-bound-impl-trait-ty, r=compiler-errors
suggest removing `impl` in generic trait bound position

rustc already does this recovery in type param position (`<T: impl Trait>` -> `<T: Trait>`).
This PR also adds that suggestion in trait bound position (e.g. `where T: impl Trait` or `trait Trait { type Assoc: impl Trait; }`)
2023-08-30 07:18:12 +02:00
..
src Rollup merge of #115347 - y21:generic-bound-impl-trait-ty, r=compiler-errors 2023-08-30 07:18:12 +02:00
Cargo.toml Add rustc_fluent_macro to decouple fluent from rustc_macros 2023-04-18 18:56:22 +00:00
messages.ftl Fix bad suggestion when wrong parentheses around a dyn trait 2023-08-16 00:26:10 +08:00