auto merge of #11753 : misfo/rust/patch-1, r=pcwalton
This commit is contained in:
commit
1ea0947c5d
1 changed files with 1 additions and 1 deletions
|
@ -1096,7 +1096,7 @@ let y = x.clone();
|
||||||
|
|
||||||
let z = x;
|
let z = x;
|
||||||
|
|
||||||
// and now, it can no longer be used since it has been moved from
|
// and now, it can no longer be used since it has been moved
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
The mutability of a value may be changed by moving it to a new owner:
|
The mutability of a value may be changed by moving it to a new owner:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue