]> git.proxmox.com Git - rustc.git/blob - src/test/ui/layout/homogeneous-aggr-zero-sized-repr-rust.stderr
New upstream version 1.64.0+dfsg1
[rustc.git] / src / test / ui / layout / homogeneous-aggr-zero-sized-repr-rust.stderr
1 error: homogeneous_aggregate: Ok(Homogeneous(Reg { kind: Float, size: Size(4 bytes) }))
2 --> $DIR/homogeneous-aggr-zero-sized-repr-rust.rs:53:1
3 |
4 LL | pub type Test1 = BaseCase;
5 | ^^^^^^^^^^^^^^
6
7 error: homogeneous_aggregate: Ok(Homogeneous(Reg { kind: Float, size: Size(4 bytes) }))
8 --> $DIR/homogeneous-aggr-zero-sized-repr-rust.rs:57:1
9 |
10 LL | pub type Test2 = WithPhantomData;
11 | ^^^^^^^^^^^^^^
12
13 error: homogeneous_aggregate: Ok(Homogeneous(Reg { kind: Float, size: Size(4 bytes) }))
14 --> $DIR/homogeneous-aggr-zero-sized-repr-rust.rs:61:1
15 |
16 LL | pub type Test3 = WithEmptyRustStruct;
17 | ^^^^^^^^^^^^^^
18
19 error: homogeneous_aggregate: Ok(Homogeneous(Reg { kind: Float, size: Size(4 bytes) }))
20 --> $DIR/homogeneous-aggr-zero-sized-repr-rust.rs:65:1
21 |
22 LL | pub type Test4 = WithTransitivelyEmptyRustStruct;
23 | ^^^^^^^^^^^^^^
24
25 error: homogeneous_aggregate: Ok(Homogeneous(Reg { kind: Float, size: Size(4 bytes) }))
26 --> $DIR/homogeneous-aggr-zero-sized-repr-rust.rs:69:1
27 |
28 LL | pub type Test5 = WithEmptyRustEnum;
29 | ^^^^^^^^^^^^^^
30
31 error: aborting due to 5 previous errors
32