mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 03:07:25 +00:00

detect additional uses of opaques after writeback Based on #140607. It's a lot harder to encounter in practice than I though 😅 😁 I've still added it with the expectation that somebody will encounter it at some point. Also modifies the `EvalCtxt` to use the same impl to detect newly added opaque types. r? ``@compiler-errors``