fix a comment in validity check
This commit is contained in:
parent
56d288fa46
commit
c90ef979de
@ -559,9 +559,8 @@ impl<'rt, 'mir, 'tcx: 'mir, M: Machine<'mir, 'tcx>> ValidityVisitor<'rt, 'mir, '
|
||||
// Nothing to check.
|
||||
Ok(true)
|
||||
}
|
||||
// The above should be all the (inhabited) primitive types. The rest is compound, we
|
||||
// The above should be all the primitive types. The rest is compound, we
|
||||
// check them by visiting their fields/variants.
|
||||
// (`Str` UTF-8 check happens in `visit_aggregate`, too.)
|
||||
ty::Adt(..)
|
||||
| ty::Tuple(..)
|
||||
| ty::Array(..)
|
||||
|
Loading…
x
Reference in New Issue
Block a user