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.
1 parent fb9060a commit eceeb63Copy full SHA for eceeb63
src/librustc/mir/interpret/value.rs
@@ -191,7 +191,7 @@ impl From<Pointer> for Scalar {
191
pub enum Scalar {
192
/// The raw bytes of a simple value.
193
Bits {
194
- /// number of bits that are valid and may be read
+ /// The first `defined` number of bits are valid
195
defined: u8,
196
bits: u128,
197
},
0 commit comments