mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-05 03:24:06 +03:00
07d00deab2
It is only allowed in paths now, where it will either work inside a `trait` or `impl` item, or not resolve outside of it. [breaking-change] Closes #22137