Closed
Description
This issue is meant to keep track of PRs which might affect the next bump.
- Remove type ascription from parser and diagnostics rust-lang/rust#109128
- Restrict
From<S>
for{D,Subd}iagnosticMessage
. rust-lang/rust#110579 - Introduce
AliasKind::Inherent
for inherent associated types rust-lang/rust#109410 - Require impl Trait in associated types to appear in method signatures rust-lang/rust#110454
- Exclude inherent projections from some alias type
match
es rust-lang/rust#111695