mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
321a47eb2c
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.