mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-06 04:49:38 +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