We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f99911a commit 431b254Copy full SHA for 431b254
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