Skip to content

Commit 1a65219

Browse files
committed
Bless tests after rebase
1 parent 7769189 commit 1a65219

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

tests/ui/async-await/future-sizes/large-arg.stdout

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
print-type-size type: `[async fn body@$DIR/large-arg.rs:6:21: 8:2]`: 3076 bytes, alignment: 1 bytes
22
print-type-size discriminant: 1 bytes
33
print-type-size variant `Suspend0`: 3075 bytes
4-
print-type-size field `.__awaitee`: 3075 bytes, offset: 0 bytes, alignment: 1 bytes
4+
print-type-size local `.__awaitee`: 3075 bytes, offset: 0 bytes, alignment: 1 bytes
55
print-type-size variant `Unresumed`: 0 bytes
66
print-type-size variant `Returned`: 0 bytes
77
print-type-size variant `Panicked`: 0 bytes
88
print-type-size type: `[async fn body@$DIR/large-arg.rs:10:30: 12:2]`: 3075 bytes, alignment: 1 bytes
99
print-type-size discriminant: 1 bytes
1010
print-type-size variant `Suspend0`: 3074 bytes
11-
print-type-size field `.t`: 1024 bytes, offset: 0 bytes, alignment: 1 bytes
12-
print-type-size field `.__awaitee`: 2050 bytes
11+
print-type-size upvar `.t`: 1024 bytes, offset: 0 bytes, alignment: 1 bytes
12+
print-type-size local `.__awaitee`: 2050 bytes
1313
print-type-size variant `Unresumed`: 1024 bytes
14-
print-type-size field `.t`: 1024 bytes, offset: 0 bytes, alignment: 1 bytes
14+
print-type-size upvar `.t`: 1024 bytes, offset: 0 bytes, alignment: 1 bytes
1515
print-type-size variant `Returned`: 1024 bytes
16-
print-type-size field `.t`: 1024 bytes, offset: 0 bytes, alignment: 1 bytes
16+
print-type-size upvar `.t`: 1024 bytes, offset: 0 bytes, alignment: 1 bytes
1717
print-type-size variant `Panicked`: 1024 bytes
18-
print-type-size field `.t`: 1024 bytes, offset: 0 bytes, alignment: 1 bytes
18+
print-type-size upvar `.t`: 1024 bytes, offset: 0 bytes, alignment: 1 bytes
1919
print-type-size type: `std::mem::ManuallyDrop<[async fn body@$DIR/large-arg.rs:10:30: 12:2]>`: 3075 bytes, alignment: 1 bytes
2020
print-type-size field `.value`: 3075 bytes
2121
print-type-size type: `std::mem::MaybeUninit<[async fn body@$DIR/large-arg.rs:10:30: 12:2]>`: 3075 bytes, alignment: 1 bytes
@@ -25,14 +25,14 @@ print-type-size field `.value`: 3075 bytes
2525
print-type-size type: `[async fn body@$DIR/large-arg.rs:13:26: 15:2]`: 2050 bytes, alignment: 1 bytes
2626
print-type-size discriminant: 1 bytes
2727
print-type-size variant `Suspend0`: 2049 bytes
28-
print-type-size field `.t`: 1024 bytes, offset: 0 bytes, alignment: 1 bytes
29-
print-type-size field `.__awaitee`: 1025 bytes
28+
print-type-size upvar `.t`: 1024 bytes, offset: 0 bytes, alignment: 1 bytes
29+
print-type-size local `.__awaitee`: 1025 bytes
3030
print-type-size variant `Unresumed`: 1024 bytes
31-
print-type-size field `.t`: 1024 bytes, offset: 0 bytes, alignment: 1 bytes
31+
print-type-size upvar `.t`: 1024 bytes, offset: 0 bytes, alignment: 1 bytes
3232
print-type-size variant `Returned`: 1024 bytes
33-
print-type-size field `.t`: 1024 bytes, offset: 0 bytes, alignment: 1 bytes
33+
print-type-size upvar `.t`: 1024 bytes, offset: 0 bytes, alignment: 1 bytes
3434
print-type-size variant `Panicked`: 1024 bytes
35-
print-type-size field `.t`: 1024 bytes, offset: 0 bytes, alignment: 1 bytes
35+
print-type-size upvar `.t`: 1024 bytes, offset: 0 bytes, alignment: 1 bytes
3636
print-type-size type: `std::mem::ManuallyDrop<[async fn body@$DIR/large-arg.rs:13:26: 15:2]>`: 2050 bytes, alignment: 1 bytes
3737
print-type-size field `.value`: 2050 bytes
3838
print-type-size type: `std::mem::MaybeUninit<[async fn body@$DIR/large-arg.rs:13:26: 15:2]>`: 2050 bytes, alignment: 1 bytes
@@ -42,11 +42,11 @@ print-type-size field `.value`: 2050 bytes
4242
print-type-size type: `[async fn body@$DIR/large-arg.rs:16:26: 18:2]`: 1025 bytes, alignment: 1 bytes
4343
print-type-size discriminant: 1 bytes
4444
print-type-size variant `Unresumed`: 1024 bytes
45-
print-type-size field `.t`: 1024 bytes, offset: 0 bytes, alignment: 1 bytes
45+
print-type-size upvar `.t`: 1024 bytes, offset: 0 bytes, alignment: 1 bytes
4646
print-type-size variant `Returned`: 1024 bytes
47-
print-type-size field `.t`: 1024 bytes, offset: 0 bytes, alignment: 1 bytes
47+
print-type-size upvar `.t`: 1024 bytes, offset: 0 bytes, alignment: 1 bytes
4848
print-type-size variant `Panicked`: 1024 bytes
49-
print-type-size field `.t`: 1024 bytes, offset: 0 bytes, alignment: 1 bytes
49+
print-type-size upvar `.t`: 1024 bytes, offset: 0 bytes, alignment: 1 bytes
5050
print-type-size type: `std::mem::ManuallyDrop<[async fn body@$DIR/large-arg.rs:16:26: 18:2]>`: 1025 bytes, alignment: 1 bytes
5151
print-type-size field `.value`: 1025 bytes
5252
print-type-size type: `std::mem::MaybeUninit<[async fn body@$DIR/large-arg.rs:16:26: 18:2]>`: 1025 bytes, alignment: 1 bytes

0 commit comments

Comments
 (0)