Skip to content

Commit 2cd28c1

Browse files
committed
add comment
1 parent 95364df commit 2cd28c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/traits/coherence.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ pub fn trait_ref_is_local_or_fundamental<'tcx>(
237237
}
238238

239239
pub enum OrphanCheckErr<'tcx> {
240-
NonLocalInputType(Vec<(Ty<'tcx>, bool)>),
240+
NonLocalInputType(Vec<(Ty<'tcx>, bool /* Is this the first input type? */)>),
241241
UncoveredTy(Ty<'tcx>),
242242
}
243243

0 commit comments

Comments
 (0)