1
- error: layout debugging: Layout {
1
+ error: layout debugging for type E : Layout {
2
2
fields: Arbitrary {
3
3
offsets: [
4
4
Size {
@@ -110,7 +110,7 @@ error: layout debugging: Layout {
110
110
LL | enum E { Foo, Bar(!, i32, i32) }
111
111
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
112
112
113
- error: layout debugging: Layout {
113
+ error: layout debugging for type S : Layout {
114
114
fields: Arbitrary {
115
115
offsets: [
116
116
Size {
@@ -164,7 +164,7 @@ error: layout debugging: Layout {
164
164
LL | struct S { f1: i32, f2: (), f3: i32 }
165
165
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
166
166
167
- error: layout debugging: Layout {
167
+ error: layout debugging for type U : Layout {
168
168
fields: Union(
169
169
2,
170
170
),
@@ -190,7 +190,7 @@ error: layout debugging: Layout {
190
190
LL | union U { f1: (i32, i32), f3: i32 }
191
191
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
192
192
193
- error: layout debugging: Layout {
193
+ error: layout debugging for type std::result::Result<i32, i32> : Layout {
194
194
fields: Arbitrary {
195
195
offsets: [
196
196
Size {
@@ -315,7 +315,7 @@ error: layout debugging: Layout {
315
315
LL | type Test = Result<i32, i32>;
316
316
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
317
317
318
- error: layout debugging: Layout {
318
+ error: layout debugging for type i32 : Layout {
319
319
fields: Union(
320
320
0,
321
321
),
0 commit comments