mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 21:47:15 +03:00
9c8e46d08a
Orphanck[old solver]: Consider opaque types to never cover type parameters This fixes an oversight of mine in #117164. The change itself has already been FCP'ed. This only affects the old solver, the next solver already correctly rejects the added test since #117164. r? ``@lcnr``