We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce64b17 + 1a8677a commit 60fa6d8Copy full SHA for 60fa6d8
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