]> git.lizzy.rs Git - rust.git/blob - src/test/ui/layout/zero-sized-array-union.stderr
Rollup merge of #97317 - GuillaumeGomez:gui-settings-text-click, r=jsha
[rust.git] / src / test / ui / layout / zero-sized-array-union.stderr
1 error: homogeneous_aggregate: Ok(Homogeneous(Reg { kind: Float, size: Size(4 bytes) }))
2   --> $DIR/zero-sized-array-union.rs:59:1
3    |
4 LL | type TestBaz1 = Baz1;
5    | ^^^^^^^^^^^^^^^^^^^^^
6
7 error: homogeneous_aggregate: Ok(Homogeneous(Reg { kind: Float, size: Size(4 bytes) }))
8   --> $DIR/zero-sized-array-union.rs:70:1
9    |
10 LL | type TestBaz2 = Baz2;
11    | ^^^^^^^^^^^^^^^^^^^^^
12
13 error: homogeneous_aggregate: Ok(Homogeneous(Reg { kind: Float, size: Size(4 bytes) }))
14   --> $DIR/zero-sized-array-union.rs:81:1
15    |
16 LL | type TestBaz3 = Baz3;
17    | ^^^^^^^^^^^^^^^^^^^^^
18
19 error: homogeneous_aggregate: Ok(Homogeneous(Reg { kind: Float, size: Size(4 bytes) }))
20   --> $DIR/zero-sized-array-union.rs:92:1
21    |
22 LL | type TestBaz4 = Baz4;
23    | ^^^^^^^^^^^^^^^^^^^^^
24
25 error: aborting due to 4 previous errors
26