We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dfe017 commit 0102942Copy full SHA for 0102942
src/librustc/mir/interpret/value.rs
@@ -43,7 +43,7 @@ pub enum ConstValue<'tcx> {
43
end: usize,
44
},
45
46
- /// An value not represented/representable by `Scalar` or `Slice`
+ /// A value not represented/representable by `Scalar` or `Slice`
47
ByRef {
48
/// The alignment exists to allow `const_field` to have `ByRef` access to nonprimitive
49
/// fields of `repr(packed)` structs. The alignment may be lower than the type of this
0 commit comments