1
Fork 0

Operands no longer appear in places

This commit is contained in:
Ralf Jung 2018-10-25 08:58:12 +02:00
parent f99911a4a0
commit 431b254ffb

View file

@ -2065,9 +2065,8 @@ pub struct SourceScopeLocalData {
///////////////////////////////////////////////////////////////////////////
// Operands
/// These are values that can appear inside an rvalue (or an index
/// place). They are intentionally limited to prevent rvalues from
/// 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.
#[derive(Clone, PartialEq, RustcEncodable, RustcDecodable)]
pub enum Operand<'tcx> {
/// Copy: The value must be available for use afterwards.