rework TraitSelect to avoid a vec and just use two def-ids
This commit is contained in:
parent
dc0bb3f283
commit
4749175ced
3 changed files with 56 additions and 23 deletions
|
|
@ -208,7 +208,8 @@ impl<'gcx> DepTrackingMapConfig for ProjectionCache<'gcx> {
|
|||
_ => None,
|
||||
})
|
||||
.collect();
|
||||
DepNode::TraitSelect(def_ids)
|
||||
|
||||
DepNode::ProjectionCache { def_ids: def_ids }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue