mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
80df4ab403
Implement negative bounds for internal testing purposes Implements partial support the `!` negative polarity on trait bounds. This is incomplete, but should allow us to at least be able to play with the feature. Not even gonna consider them as a public-facing feature, but I'm implementing them because would've been nice to have in UI tests, for example in #110671.