mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 21:07:47 +00:00
Don't fall back to crate-level opaque type definitions. That would just hide bugs, as it works accidentally if the opaque type is defined at the crate level. Only works after #90948 which worked by accident for our entire test suite.