rust/compiler/rustc_parse/src
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
..
lexer Fix suggestion for attempting to define a string with single quotes 2023-08-16 21:51:57 +01:00
parser Rollup merge of #115347 - y21:generic-bound-impl-trait-ty, r=compiler-errors 2023-08-30 07:18:12 +02:00
errors.rs Fix bad suggestion when wrong parentheses around a dyn trait 2023-08-16 00:26:10 +08:00
lib.rs Bump cfg(bootstrap) 2023-08-23 20:05:14 -04:00
validate_attr.rs Remove MacDelimiter. 2023-08-03 09:03:30 +10:00