mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-15 00:37:04 +00:00

non_lifetime_binders: fix ICE in lint opaque-hidden-inferred-bound Opaque types like `impl for<T> Trait<T>` would previously lead to an ICE. r? `@compiler-errors`