Documentation typo
This commit is contained in:
parent
3dfe017dc3
commit
0102942e8c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue