mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
error: homogeneous_aggregate: Ok(Homogeneous(Reg { kind: Float, size: Size(4 bytes) }))
|
|
--> $DIR/homogeneous-aggr-zero-sized-repr-rust.rs:53:1
|
|
|
|
|
LL | pub type Test1 = BaseCase;
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: homogeneous_aggregate: Ok(Homogeneous(Reg { kind: Float, size: Size(4 bytes) }))
|
|
--> $DIR/homogeneous-aggr-zero-sized-repr-rust.rs:57:1
|
|
|
|
|
LL | pub type Test2 = WithPhantomData;
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: homogeneous_aggregate: Ok(Homogeneous(Reg { kind: Float, size: Size(4 bytes) }))
|
|
--> $DIR/homogeneous-aggr-zero-sized-repr-rust.rs:61:1
|
|
|
|
|
LL | pub type Test3 = WithEmptyRustStruct;
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: homogeneous_aggregate: Ok(Homogeneous(Reg { kind: Float, size: Size(4 bytes) }))
|
|
--> $DIR/homogeneous-aggr-zero-sized-repr-rust.rs:65:1
|
|
|
|
|
LL | pub type Test4 = WithTransitivelyEmptyRustStruct;
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: homogeneous_aggregate: Ok(Homogeneous(Reg { kind: Float, size: Size(4 bytes) }))
|
|
--> $DIR/homogeneous-aggr-zero-sized-repr-rust.rs:69:1
|
|
|
|
|
LL | pub type Test5 = WithEmptyRustEnum;
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 5 previous errors
|
|
|