add comment
This commit is contained in:
parent
95364df6bc
commit
2cd28c15ee
1 changed files with 1 additions and 1 deletions
|
@ -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>),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue