Allow higher-ranked fn sigs in ValuePairs
This commit is contained in:
parent
959b2c703d
commit
8cfd249198
11 changed files with 48 additions and 27 deletions
|
@ -383,7 +383,7 @@ pub enum ValuePairs<'tcx> {
|
|||
Aliases(ExpectedFound<ty::AliasTy<'tcx>>),
|
||||
TraitRefs(ExpectedFound<ty::TraitRef<'tcx>>),
|
||||
PolyTraitRefs(ExpectedFound<ty::PolyTraitRef<'tcx>>),
|
||||
Sigs(ExpectedFound<ty::FnSig<'tcx>>),
|
||||
PolySigs(ExpectedFound<ty::PolyFnSig<'tcx>>),
|
||||
ExistentialTraitRef(ExpectedFound<ty::PolyExistentialTraitRef<'tcx>>),
|
||||
ExistentialProjection(ExpectedFound<ty::PolyExistentialProjection<'tcx>>),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue