Files
rust/library/alloc
Guillaume GomezandGitHub c25ed44cb0 Rollup merge of #158009 - oli-obk:impl-const-impl-Trait, r=fee1-dead
Reject `impl const Trait` since the right syntax is `const impl Trait` now

I also let some smaller rustfmting of ui tests through, as rustfmt immediately formats `impl const Trait` to `const impl Trait`. This is also the reason I expect that this change will break very little nightly users, so we don't even need to add some helpful diagnostic.

r? @fee1-dead
2026-06-18 20:30:26 +02:00
..