@@ -1,5 +1,5 @@ |
|
|
1 |
1 |
error: moving 10024 bytes |
2 |
|
- --> $DIR/large_moves.rs:9:13 |
|
2 |
+ --> $DIR/large_moves.rs:10:13 |
3 |
3 |
| |
4 |
4 |
LL | let x = async { |
5 |
5 |
| _____________^ |
@@ -17,19 +17,19 @@ LL | #![deny(large_assignments)] |
|
|
17 |
17 |
| ^^^^^^^^^^^^^^^^^ |
18 |
18 |
|
19 |
19 |
error: moving 10024 bytes |
20 |
|
- --> $DIR/large_moves.rs:15:14 |
|
20 |
+ --> $DIR/large_moves.rs:16:14 |
21 |
21 |
| |
22 |
22 |
LL | let z = (x, 42); |
23 |
23 |
| ^ value moved from here |
24 |
24 |
|
25 |
25 |
error: moving 10024 bytes |
26 |
|
- --> $DIR/large_moves.rs:15:13 |
|
26 |
+ --> $DIR/large_moves.rs:16:13 |
27 |
27 |
| |
28 |
28 |
LL | let z = (x, 42); |
29 |
29 |
| ^^^^^^^ value moved from here |
30 |
30 |
|
31 |
31 |
error: moving 10024 bytes |
32 |
|
- --> $DIR/large_moves.rs:17:13 |
|
32 |
+ --> $DIR/large_moves.rs🔞13 |
33 |
33 |
| |
34 |
34 |
LL | let a = z.0; |
35 |
35 |
| ^^^ value moved from here |