1
Fork 0

Documentation typo

This commit is contained in:
Oliver Scherer 2019-06-21 09:54:11 +02:00
parent 3dfe017dc3
commit 0102942e8c

View file

@ -43,7 +43,7 @@ pub enum ConstValue<'tcx> {
end: usize, end: usize,
}, },
/// An value not represented/representable by `Scalar` or `Slice` /// A value not represented/representable by `Scalar` or `Slice`
ByRef { ByRef {
/// The alignment exists to allow `const_field` to have `ByRef` access to nonprimitive /// The alignment exists to allow `const_field` to have `ByRef` access to nonprimitive
/// fields of `repr(packed)` structs. The alignment may be lower than the type of this /// fields of `repr(packed)` structs. The alignment may be lower than the type of this