mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 12:40:14 +03:00
add comment
This commit is contained in:
@@ -237,7 +237,7 @@ pub fn trait_ref_is_local_or_fundamental<'tcx>(
|
||||
}
|
||||
|
||||
pub enum OrphanCheckErr<'tcx> {
|
||||
NonLocalInputType(Vec<(Ty<'tcx>, bool)>),
|
||||
NonLocalInputType(Vec<(Ty<'tcx>, bool /* Is this the first input type? */)>),
|
||||
UncoveredTy(Ty<'tcx>),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user