Updated existing tests.

This commit is contained in:
David Wood 2017-12-22 15:48:56 +00:00
parent 3dfe256b5f
commit 6710bd8614
No known key found for this signature in database
GPG Key ID: 01760B4F9F53F154

View File

@ -15,6 +15,8 @@ error[E0382]: use of moved value: `x` (Mir)
| - value moved here
18 | let _ = (1,x); //~ ERROR use of moved value: `x` (Ast)
| ^ value used here after move
|
= note: move occurs because `x` has type `std::boxed::Box<i32>`, which does not implement the `Copy` trait
error: aborting due to 2 previous errors