tests/tutorials: Get rid of move.
This commit is contained in:
parent
e244f103c9
commit
178882c98f
150 changed files with 409 additions and 411 deletions
|
|
@ -12,7 +12,7 @@
|
|||
fn id(x: bool) -> bool { x }
|
||||
|
||||
fn call_id() {
|
||||
let c = move fail!();
|
||||
let c = fail!();
|
||||
id(c);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue