We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7e28a commit 1a8677aCopy full SHA for 1a8677a
src/librustc_mir/interpret/operand.rs
@@ -19,7 +19,7 @@ use super::{
19
};
20
pub use rustc::mir::interpret::ScalarMaybeUndef;
21
22
-/// A `Value` represents a single immediate self-contained Rust value.
+/// An `Immediate` represents a single immediate self-contained Rust value.
23
///
24
/// For optimization of a few very common cases, there is also a representation for a pair of
25
/// primitive values (`ScalarPair`). It allows Miri to avoid making allocations for checked binary
0 commit comments