We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dfe256 commit 6710bd8Copy full SHA for 6710bd8
src/test/ui/borrowck/borrowck-reinit.stderr
@@ -15,6 +15,8 @@ error[E0382]: use of moved value: `x` (Mir)
15
| - value moved here
16
18 | let _ = (1,x); //~ ERROR use of moved value: `x` (Ast)
17
| ^ value used here after move
18
+ |
19
+ = note: move occurs because `x` has type `std::boxed::Box<i32>`, which does not implement the `Copy` trait
20
21
error: aborting due to 2 previous errors
22
0 commit comments