rust/compiler/rustc_trait_selection
bors 377d1a984c Auto merge of #84559 - jackh726:issue-84398, r=nikomatsakis
Deduplicate ParamCandidates with the same value except for bound vars

Fixes #84398

This is kind of a hack. I wonder if we can get other types of candidates that are the same except for bound vars. This won't be a problem with Chalk, since we don't really need to know that there are two different "candidates" if they both give the same final substitution.

r? `@nikomatsakis`
2021-05-06 17:42:32 +00:00
..
src Auto merge of #84559 - jackh726:issue-84398, r=nikomatsakis 2021-05-06 17:42:32 +00:00
Cargo.toml bumped smallvec deps 2021-02-14 18:03:11 +03:00