mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
58c690729c
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; }`) |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
messages.ftl |