mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-23 14:37:47 +00:00
For sizedness, default and auto trait predicates, now prefer non-param candidates if any exist. As these traits do not have generic parameters, it never makes sense to prefer an non-alias candidate, as there can never be a more permissive candidate.