Skip to content

Commit eceeb63

Browse files
committed
Update comment
1 parent fb9060a commit eceeb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/mir/interpret/value.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ impl From<Pointer> for Scalar {
191191
pub enum Scalar {
192192
/// The raw bytes of a simple value.
193193
Bits {
194-
/// number of bits that are valid and may be read
194+
/// The first `defined` number of bits are valid
195195
defined: u8,
196196
bits: u128,
197197
},

0 commit comments

Comments
 (0)