mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 11:47:13 +00:00

`fn check_opaque_type_parameter_valid` defer error Will be used in #139587 to silence opaque type errors if there are other borrowck failures. I think it can be merged separately. r? `@compiler-errors`