Unify TraitRefs and PolyTraitRefs
This commit is contained in:
parent
4fd68eb47b
commit
e511cc7d49
4 changed files with 6 additions and 22 deletions
|
@ -384,7 +384,6 @@ pub enum ValuePairs<'tcx> {
|
|||
Regions(ExpectedFound<ty::Region<'tcx>>),
|
||||
Terms(ExpectedFound<ty::Term<'tcx>>),
|
||||
Aliases(ExpectedFound<ty::AliasTy<'tcx>>),
|
||||
TraitRefs(ExpectedFound<ty::TraitRef<'tcx>>),
|
||||
PolyTraitRefs(ExpectedFound<ty::PolyTraitRef<'tcx>>),
|
||||
PolySigs(ExpectedFound<ty::PolyFnSig<'tcx>>),
|
||||
ExistentialTraitRef(ExpectedFound<ty::PolyExistentialTraitRef<'tcx>>),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue