We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 401ee42 + 431b254 commit 83906ecCopy full SHA for 83906ec
src/librustc/mir/mod.rs
@@ -2065,9 +2065,8 @@ pub struct SourceScopeLocalData {
2065
///////////////////////////////////////////////////////////////////////////
2066
// Operands
2067
2068
-/// These are values that can appear inside an rvalue (or an index
2069
-/// place). They are intentionally limited to prevent rvalues from
2070
-/// being nested in one another.
+/// These are values that can appear inside an rvalue. They are intentionally
+/// limited to prevent rvalues from being nested in one another.
2071
#[derive(Clone, PartialEq, RustcEncodable, RustcDecodable)]
2072
pub enum Operand<'tcx> {
2073
/// Copy: The value must be available for use afterwards.
0 commit comments