@@ -14,17 +14,17 @@ print-type-size field `.pre`: 1 bytes
14
14
print-type-size field `.post`: 2 bytes
15
15
print-type-size field `.val`: 4 bytes
16
16
print-type-size variant `None`: 0 bytes
17
- print-type-size type: `MyOption<Union1<std::num::NonZeroU32 >>`: 8 bytes, alignment: 4 bytes
17
+ print-type-size type: `MyOption<Union1<std::num::NonZero<u32> >>`: 8 bytes, alignment: 4 bytes
18
18
print-type-size discriminant: 4 bytes
19
19
print-type-size variant `Some`: 4 bytes
20
20
print-type-size field `.0`: 4 bytes
21
21
print-type-size variant `None`: 0 bytes
22
- print-type-size type: `MyOption<Union2<std::num::NonZeroU32 , std::num::NonZeroU32 >>`: 8 bytes, alignment: 4 bytes
22
+ print-type-size type: `MyOption<Union2<std::num::NonZero<u32> , std::num::NonZero<u32> >>`: 8 bytes, alignment: 4 bytes
23
23
print-type-size discriminant: 4 bytes
24
24
print-type-size variant `Some`: 4 bytes
25
25
print-type-size field `.0`: 4 bytes
26
26
print-type-size variant `None`: 0 bytes
27
- print-type-size type: `MyOption<Union2<std::num::NonZeroU32 , u32>>`: 8 bytes, alignment: 4 bytes
27
+ print-type-size type: `MyOption<Union2<std::num::NonZero<u32> , u32>>`: 8 bytes, alignment: 4 bytes
28
28
print-type-size discriminant: 4 bytes
29
29
print-type-size variant `Some`: 4 bytes
30
30
print-type-size field `.0`: 4 bytes
@@ -53,22 +53,22 @@ print-type-size type: `MyOption<char>`: 4 bytes, alignment: 4 bytes
53
53
print-type-size variant `Some`: 4 bytes
54
54
print-type-size field `.0`: 4 bytes
55
55
print-type-size variant `None`: 0 bytes
56
- print-type-size type: `MyOption<std::num::NonZeroU32 >`: 4 bytes, alignment: 4 bytes
56
+ print-type-size type: `MyOption<std::num::NonZero<u32> >`: 4 bytes, alignment: 4 bytes
57
57
print-type-size variant `Some`: 4 bytes
58
58
print-type-size field `.0`: 4 bytes
59
59
print-type-size variant `None`: 0 bytes
60
- print-type-size type: `Union1<std::num::NonZeroU32 >`: 4 bytes, alignment: 4 bytes
60
+ print-type-size type: `Union1<std::num::NonZero<u32> >`: 4 bytes, alignment: 4 bytes
61
61
print-type-size variant `Union1`: 4 bytes
62
62
print-type-size field `.a`: 4 bytes
63
- print-type-size type: `Union2<std::num::NonZeroU32 , std::num::NonZeroU32 >`: 4 bytes, alignment: 4 bytes
63
+ print-type-size type: `Union2<std::num::NonZero<u32> , std::num::NonZero<u32> >`: 4 bytes, alignment: 4 bytes
64
64
print-type-size variant `Union2`: 4 bytes
65
65
print-type-size field `.a`: 4 bytes
66
66
print-type-size field `.b`: 4 bytes, offset: 0 bytes, alignment: 4 bytes
67
- print-type-size type: `Union2<std::num::NonZeroU32 , u32>`: 4 bytes, alignment: 4 bytes
67
+ print-type-size type: `Union2<std::num::NonZero<u32> , u32>`: 4 bytes, alignment: 4 bytes
68
68
print-type-size variant `Union2`: 4 bytes
69
69
print-type-size field `.a`: 4 bytes
70
70
print-type-size field `.b`: 4 bytes, offset: 0 bytes, alignment: 4 bytes
71
- print-type-size type: `std::num::NonZeroU32 `: 4 bytes, alignment: 4 bytes
71
+ print-type-size type: `std::num::NonZero<u32> `: 4 bytes, alignment: 4 bytes
72
72
print-type-size field `.0`: 4 bytes
73
73
print-type-size type: `Enum4<(), (), (), MyOption<u8>>`: 2 bytes, alignment: 1 bytes
74
74
print-type-size variant `Four`: 2 bytes
0 commit comments