Make Place Copy
This commit is contained in:
parent
a5715a32b5
commit
8533caa26f
1 changed files with 1 additions and 1 deletions
|
|
@ -1653,7 +1653,7 @@ impl Debug for Statement<'_> {
|
|||
|
||||
/// A path to a value; something that can be evaluated without
|
||||
/// changing or disturbing program state.
|
||||
#[derive(Clone, PartialEq, Eq, PartialOrd, Ord, Hash, RustcEncodable, HashStable)]
|
||||
#[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash, RustcEncodable, HashStable)]
|
||||
pub struct Place<'tcx> {
|
||||
pub local: Local,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue