We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7edb3ad + 07c4eeb commit 70d16d5Copy full SHA for 70d16d5
1 file changed
compiler/rustc_middle/src/mir/interpret/value.rs
@@ -96,7 +96,7 @@ impl<'tcx> ConstValue<'tcx> {
96
}
97
98
/// A `Scalar` represents an immediate, primitive value existing outside of a
99
-/// `memory::Allocation`. It is in many ways like a small chunk of a `Allocation`, up to 8 bytes in
+/// `memory::Allocation`. It is in many ways like a small chunk of a `Allocation`, up to 16 bytes in
100
/// size. Like a range of bytes in an `Allocation`, a `Scalar` can either represent the raw bytes
101
/// of a simple value or a pointer into another `Allocation`
102
#[derive(Clone, Copy, Eq, PartialEq, Ord, PartialOrd, TyEncodable, TyDecodable, Hash)]
0 commit comments