diff options
| author | Esteban Küber <esteban@kuber.com.ar> | 2019-10-27 10:22:22 -0700 |
|---|---|---|
| committer | Esteban Küber <esteban@kuber.com.ar> | 2019-10-28 09:57:36 -0700 |
| commit | 2cd28c15eefba7aaee1541f5325ce2436ceccb13 (patch) | |
| tree | 43e17c93284648245c1de8c59df3398e0675e25d /src | |
| parent | 95364df6bca42e6e4ce3657e0e745185f116e282 (diff) | |
| download | rust-2cd28c15eefba7aaee1541f5325ce2436ceccb13.tar.gz rust-2cd28c15eefba7aaee1541f5325ce2436ceccb13.zip | |
add comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustc/traits/coherence.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/traits/coherence.rs b/src/librustc/traits/coherence.rs index edf95bf7612..ff09c8784fd 100644 --- a/src/librustc/traits/coherence.rs +++ b/src/librustc/traits/coherence.rs @@ -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>), } |
