mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
15 lines
459 B
Plaintext
15 lines
459 B
Plaintext
error: homogeneous_aggregate: Ok(Homogeneous(Reg { kind: Float, size: Size(4 bytes) }))
|
|
--> $DIR/homogeneous-aggr-zero-sized-c-struct.rs:22:1
|
|
|
|
|
LL | pub type TestMiddle = Middle;
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: homogeneous_aggregate: Ok(Homogeneous(Reg { kind: Float, size: Size(4 bytes) }))
|
|
--> $DIR/homogeneous-aggr-zero-sized-c-struct.rs:33:1
|
|
|
|
|
LL | pub type TestFinal = Final;
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 2 previous errors
|
|
|