]> git.lizzy.rs Git - rust.git/blob - tests/ui/print_type_sizes/async.stdout
Avoid locking the global context across the `after_expansion` callback
[rust.git] / tests / ui / print_type_sizes / async.stdout
1 print-type-size type: `[async fn body@$DIR/async.rs:8:36: 11:2]`: 16386 bytes, alignment: 1 bytes
2 print-type-size     discriminant: 1 bytes
3 print-type-size     variant `Suspend0`: 16385 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
7 print-type-size     variant `Unresumed`: 8192 bytes
8 print-type-size         upvar `.arg`: 8192 bytes, offset: 0 bytes, alignment: 1 bytes
9 print-type-size     variant `Returned`: 8192 bytes
10 print-type-size         upvar `.arg`: 8192 bytes, offset: 0 bytes, alignment: 1 bytes
11 print-type-size     variant `Panicked`: 8192 bytes
12 print-type-size         upvar `.arg`: 8192 bytes, offset: 0 bytes, alignment: 1 bytes
13 print-type-size type: `std::mem::ManuallyDrop<[u8; 8192]>`: 8192 bytes, alignment: 1 bytes
14 print-type-size     field `.value`: 8192 bytes
15 print-type-size type: `std::mem::MaybeUninit<[u8; 8192]>`: 8192 bytes, alignment: 1 bytes
16 print-type-size     variant `MaybeUninit`: 8192 bytes
17 print-type-size         field `.uninit`: 0 bytes
18 print-type-size         field `.value`: 8192 bytes
19 print-type-size type: `[async fn body@$DIR/async.rs:6:17: 6:19]`: 1 bytes, alignment: 1 bytes
20 print-type-size     discriminant: 1 bytes
21 print-type-size     variant `Unresumed`: 0 bytes
22 print-type-size     variant `Returned`: 0 bytes
23 print-type-size     variant `Panicked`: 0 bytes
24 print-type-size type: `std::mem::ManuallyDrop<[async fn body@$DIR/async.rs:6:17: 6:19]>`: 1 bytes, alignment: 1 bytes
25 print-type-size     field `.value`: 1 bytes
26 print-type-size type: `std::mem::MaybeUninit<[async fn body@$DIR/async.rs:6:17: 6:19]>`: 1 bytes, alignment: 1 bytes
27 print-type-size     variant `MaybeUninit`: 1 bytes
28 print-type-size         field `.uninit`: 0 bytes
29 print-type-size         field `.value`: 1 bytes
30 print-type-size type: `std::task::Poll<()>`: 1 bytes, alignment: 1 bytes
31 print-type-size     discriminant: 1 bytes
32 print-type-size     variant `Ready`: 0 bytes
33 print-type-size         field `.0`: 0 bytes
34 print-type-size     variant `Pending`: 0 bytes