Mention signature rather than fn pointers when comparing impl/trait methods
This commit is contained in:
@@ -361,6 +361,7 @@ pub enum ValuePairs<'tcx> {
|
||||
Terms(ExpectedFound<ty::Term<'tcx>>),
|
||||
TraitRefs(ExpectedFound<ty::TraitRef<'tcx>>),
|
||||
PolyTraitRefs(ExpectedFound<ty::PolyTraitRef<'tcx>>),
|
||||
Sigs(ExpectedFound<ty::FnSig<'tcx>>),
|
||||
}
|
||||
|
||||
impl<'tcx> ValuePairs<'tcx> {
|
||||
|
||||
Reference in New Issue
Block a user