Skip to content

Commit 362c4fa

Browse files
committed
Bless updated output from print-type-sizes tests.
1 parent 91f1b22 commit 362c4fa

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

tests/ui/print_type_sizes/async.stdout

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
print-type-size type: `[async fn body@$DIR/async.rs:8:36: 11:2]`: 16386 bytes, alignment: 1 bytes
22
print-type-size discriminant: 1 bytes
33
print-type-size variant `Suspend0`: 16385 bytes
4-
print-type-size field `.arg`: 8192 bytes, offset: 0 bytes, alignment: 1 bytes
5-
print-type-size field `.arg`: 8192 bytes
6-
print-type-size field `.__awaitee`: 1 bytes
4+
print-type-size upvar `.arg`: 8192 bytes, offset: 0 bytes, alignment: 1 bytes
5+
print-type-size local `.arg`: 8192 bytes
6+
print-type-size local `.__awaitee`: 1 bytes
77
print-type-size variant `Unresumed`: 8192 bytes
8-
print-type-size field `.arg`: 8192 bytes, offset: 0 bytes, alignment: 1 bytes
8+
print-type-size upvar `.arg`: 8192 bytes, offset: 0 bytes, alignment: 1 bytes
99
print-type-size variant `Returned`: 8192 bytes
10-
print-type-size field `.arg`: 8192 bytes, offset: 0 bytes, alignment: 1 bytes
10+
print-type-size upvar `.arg`: 8192 bytes, offset: 0 bytes, alignment: 1 bytes
1111
print-type-size variant `Panicked`: 8192 bytes
12-
print-type-size field `.arg`: 8192 bytes, offset: 0 bytes, alignment: 1 bytes
12+
print-type-size upvar `.arg`: 8192 bytes, offset: 0 bytes, alignment: 1 bytes
1313
print-type-size type: `std::mem::ManuallyDrop<[u8; 8192]>`: 8192 bytes, alignment: 1 bytes
1414
print-type-size field `.value`: 8192 bytes
1515
print-type-size type: `std::mem::MaybeUninit<[u8; 8192]>`: 8192 bytes, alignment: 1 bytes
+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
print-type-size type: `[generator@$DIR/generator.rs:10:5: 10:14]`: 8193 bytes, alignment: 1 bytes
22
print-type-size discriminant: 1 bytes
33
print-type-size variant `Unresumed`: 8192 bytes
4-
print-type-size field `.array`: 8192 bytes, offset: 0 bytes, alignment: 1 bytes
4+
print-type-size upvar `.array`: 8192 bytes, offset: 0 bytes, alignment: 1 bytes
55
print-type-size variant `Returned`: 8192 bytes
6-
print-type-size field `.array`: 8192 bytes, offset: 0 bytes, alignment: 1 bytes
6+
print-type-size upvar `.array`: 8192 bytes, offset: 0 bytes, alignment: 1 bytes
77
print-type-size variant `Panicked`: 8192 bytes
8-
print-type-size field `.array`: 8192 bytes, offset: 0 bytes, alignment: 1 bytes
8+
print-type-size upvar `.array`: 8192 bytes, offset: 0 bytes, alignment: 1 bytes
99
print-type-size variant `Suspend0`: 8192 bytes
10-
print-type-size field `.array`: 8192 bytes, offset: 0 bytes, alignment: 1 bytes
10+
print-type-size upvar `.array`: 8192 bytes, offset: 0 bytes, alignment: 1 bytes

tests/ui/print_type_sizes/generator_discr_placement.stdout

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ print-type-size type: `[generator@$DIR/generator_discr_placement.rs:11:13: 11:15
22
print-type-size discriminant: 1 bytes
33
print-type-size variant `Suspend0`: 7 bytes
44
print-type-size padding: 3 bytes
5-
print-type-size field `.w`: 4 bytes, alignment: 4 bytes
5+
print-type-size local `.w`: 4 bytes, alignment: 4 bytes
66
print-type-size variant `Suspend1`: 7 bytes
77
print-type-size padding: 3 bytes
8-
print-type-size field `.z`: 4 bytes, alignment: 4 bytes
8+
print-type-size local `.z`: 4 bytes, alignment: 4 bytes
99
print-type-size variant `Unresumed`: 0 bytes
1010
print-type-size variant `Returned`: 0 bytes
1111
print-type-size variant `Panicked`: 0 bytes

0 commit comments

Comments
 (0)