1- error: layout debugging: Layout {
1+ error: layout debugging for type E : Layout {
22 fields: Arbitrary {
33 offsets: [
44 Size {
@@ -110,7 +110,7 @@ error: layout debugging: Layout {
110110LL | enum E { Foo, Bar(!, i32, i32) }
111111 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
112112
113- error: layout debugging: Layout {
113+ error: layout debugging for type S : Layout {
114114 fields: Arbitrary {
115115 offsets: [
116116 Size {
@@ -164,7 +164,7 @@ error: layout debugging: Layout {
164164LL | struct S { f1: i32, f2: (), f3: i32 }
165165 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
166166
167- error: layout debugging: Layout {
167+ error: layout debugging for type U : Layout {
168168 fields: Union(
169169 2,
170170 ),
@@ -190,7 +190,7 @@ error: layout debugging: Layout {
190190LL | union U { f1: (i32, i32), f3: i32 }
191191 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
192192
193- error: layout debugging: Layout {
193+ error: layout debugging for type std::result::Result<i32, i32> : Layout {
194194 fields: Arbitrary {
195195 offsets: [
196196 Size {
@@ -315,7 +315,7 @@ error: layout debugging: Layout {
315315LL | type Test = Result<i32, i32>;
316316 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
317317
318- error: layout debugging: Layout {
318+ error: layout debugging for type i32 : Layout {
319319 fields: Union(
320320 0,
321321 ),
0 commit comments