mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 06:35:49 +00:00
Don't ICE on bound var in `reject_fn_ptr_impls`
We may try to use an impl like `impl<T: FnPtr> PartialEq {}` to satisfy a predicate like `for<T> T: PartialEq` -- don't ICE in that case.
Fixes #112735