mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-15 08:46:41 +00:00

Do not suggest trivially false const predicates Pass through constness to `predicate_can_apply` and don't suggest other impls if it's satisfied but not const. Fixes #103267