2022-04-30 16:30:11 +00:00
|
|
|
error: homogeneous_aggregate: Ok(Homogeneous(Reg { kind: Float, size: Size(4 bytes) }))
|
|
|
|
--> $DIR/homogeneous-aggr-zero-sized-repr-rust.rs:53:1
|
2019-01-09 20:16:32 +00:00
|
|
|
|
|
|
|
|
LL | pub type Test1 = BaseCase;
|
2022-02-13 15:27:59 +00:00
|
|
|
| ^^^^^^^^^^^^^^
|
2019-01-09 20:16:32 +00:00
|
|
|
|
2022-04-30 16:30:11 +00:00
|
|
|
error: homogeneous_aggregate: Ok(Homogeneous(Reg { kind: Float, size: Size(4 bytes) }))
|
|
|
|
--> $DIR/homogeneous-aggr-zero-sized-repr-rust.rs:57:1
|
2019-01-09 20:16:32 +00:00
|
|
|
|
|
|
|
|
LL | pub type Test2 = WithPhantomData;
|
2022-02-13 15:27:59 +00:00
|
|
|
| ^^^^^^^^^^^^^^
|
2019-01-09 20:16:32 +00:00
|
|
|
|
2022-04-30 16:30:11 +00:00
|
|
|
error: homogeneous_aggregate: Ok(Homogeneous(Reg { kind: Float, size: Size(4 bytes) }))
|
|
|
|
--> $DIR/homogeneous-aggr-zero-sized-repr-rust.rs:61:1
|
2019-01-09 20:16:32 +00:00
|
|
|
|
|
|
|
|
LL | pub type Test3 = WithEmptyRustStruct;
|
2022-02-13 15:27:59 +00:00
|
|
|
| ^^^^^^^^^^^^^^
|
2019-01-09 20:16:32 +00:00
|
|
|
|
2022-04-30 16:30:11 +00:00
|
|
|
error: homogeneous_aggregate: Ok(Homogeneous(Reg { kind: Float, size: Size(4 bytes) }))
|
|
|
|
--> $DIR/homogeneous-aggr-zero-sized-repr-rust.rs:65:1
|
2019-01-09 20:16:32 +00:00
|
|
|
|
|
|
|
|
LL | pub type Test4 = WithTransitivelyEmptyRustStruct;
|
2022-02-13 15:27:59 +00:00
|
|
|
| ^^^^^^^^^^^^^^
|
2019-01-09 20:16:32 +00:00
|
|
|
|
2022-04-30 16:30:11 +00:00
|
|
|
error: homogeneous_aggregate: Ok(Homogeneous(Reg { kind: Float, size: Size(4 bytes) }))
|
|
|
|
--> $DIR/homogeneous-aggr-zero-sized-repr-rust.rs:69:1
|
2019-01-09 20:16:32 +00:00
|
|
|
|
|
|
|
|
LL | pub type Test5 = WithEmptyRustEnum;
|
2022-02-13 15:27:59 +00:00
|
|
|
| ^^^^^^^^^^^^^^
|
2019-01-09 20:16:32 +00:00
|
|
|
|
|
|
|
error: aborting due to 5 previous errors
|
|
|
|
|