mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-07 20:57:21 +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`