Operands no longer appear in places
This commit is contained in:
parent
f99911a4a0
commit
431b254ffb
1 changed files with 2 additions and 3 deletions
|
@ -2065,9 +2065,8 @@ pub struct SourceScopeLocalData {
|
||||||
///////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////
|
||||||
// Operands
|
// Operands
|
||||||
|
|
||||||
/// These are values that can appear inside an rvalue (or an index
|
/// These are values that can appear inside an rvalue. They are intentionally
|
||||||
/// place). They are intentionally limited to prevent rvalues from
|
/// limited to prevent rvalues from being nested in one another.
|
||||||
/// being nested in one another.
|
|
||||||
#[derive(Clone, PartialEq, RustcEncodable, RustcDecodable)]
|
#[derive(Clone, PartialEq, RustcEncodable, RustcDecodable)]
|
||||||
pub enum Operand<'tcx> {
|
pub enum Operand<'tcx> {
|
||||||
/// Copy: The value must be available for use afterwards.
|
/// Copy: The value must be available for use afterwards.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue