1
Fork 0
rust/compiler/rustc_trait_selection/src/traits/select
Matthias Krüger f1a03b6e4a
Rollup merge of #102785 - fee1-dead-contrib:rm_autoimpl_defid, r=compiler-errors
Remove `DefId` from some `SelectionCandidate` variants

They are both from `obligation.predicate.def_id()`, which do not need to be on the `SelectionCandidate`.

cc ````@lcnr```` ````@compiler-errors````
2022-10-08 14:38:19 +02:00
..
candidate_assembly.rs Remove DefId from some SelectionCandidate variants 2022-10-07 15:14:22 +00:00
confirmation.rs Remove DefId from some SelectionCandidate variants 2022-10-07 15:14:22 +00:00
mod.rs Rollup merge of #102785 - fee1-dead-contrib:rm_autoimpl_defid, r=compiler-errors 2022-10-08 14:38:19 +02:00