mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
875e390589
Don't suggest constraining unstable associated types Fixes #137624 This could be made a bit more specific, considering the local crate's stability or nightly status or something, but I think in general we should not be suggesting associated type bounds on unstable associated items.