1
Fork 0

add comment

This commit is contained in:
Esteban Küber 2019-10-27 10:22:22 -07:00
parent 95364df6bc
commit 2cd28c15ee

View file

@ -237,7 +237,7 @@ pub fn trait_ref_is_local_or_fundamental<'tcx>(
} }
pub enum OrphanCheckErr<'tcx> { pub enum OrphanCheckErr<'tcx> {
NonLocalInputType(Vec<(Ty<'tcx>, bool)>), NonLocalInputType(Vec<(Ty<'tcx>, bool /* Is this the first input type? */)>),
UncoveredTy(Ty<'tcx>), UncoveredTy(Ty<'tcx>),
} }