@@ -81,7 +81,7 @@ error: layout_of(A) = Layout {
8181 raw: 1,
8282 },
8383}
84- --> $DIR/hexagon-enum.rs:15 :1
84+ --> $DIR/hexagon-enum.rs:16 :1
8585 |
8686LL | enum A { Apple }
8787 | ^^^^^^^^^^^^^^^^
@@ -169,7 +169,7 @@ error: layout_of(B) = Layout {
169169 raw: 1,
170170 },
171171}
172- --> $DIR/hexagon-enum.rs:19 :1
172+ --> $DIR/hexagon-enum.rs:20 :1
173173 |
174174LL | enum B { Banana = 255, }
175175 | ^^^^^^^^^^^^^^^^^^^^^^^^
@@ -257,7 +257,7 @@ error: layout_of(C) = Layout {
257257 raw: 2,
258258 },
259259}
260- --> $DIR/hexagon-enum.rs:23 :1
260+ --> $DIR/hexagon-enum.rs:24 :1
261261 |
262262LL | enum C { Chaenomeles = 256, }
263263 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -345,7 +345,7 @@ error: layout_of(P) = Layout {
345345 raw: 4,
346346 },
347347}
348- --> $DIR/hexagon-enum.rs:27 :1
348+ --> $DIR/hexagon-enum.rs:28 :1
349349 |
350350LL | enum P { Peach = 0x1000_0000isize, }
351351 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -433,7 +433,7 @@ error: layout_of(T) = Layout {
433433 raw: 4,
434434 },
435435}
436- --> $DIR/hexagon-enum.rs:33 :1
436+ --> $DIR/hexagon-enum.rs:34 :1
437437 |
438438LL | enum T { Tangerine = TANGERINE as isize }
439439 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments