mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
ea4e7192ac
Avoid `opaque type not constrained` errors in the presence of other errors pulled out of https://github.com/rust-lang/rust/pull/128440 These errors carry no new information if the opaque type was actually used in a constraining (but erroneous) way somewhere.