mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
15 lines
410 B
Plaintext
15 lines
410 B
Plaintext
error: abi: Aggregate { sized: true }
|
|
--> $DIR/struct.rs:9:1
|
|
|
|
|
LL | struct AlignedZstPreventsScalar(i16, [i32; 0]);
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: abi: Scalar(Initialized { value: Int(I32, true), valid_range: 0..=4294967295 })
|
|
--> $DIR/struct.rs:12:1
|
|
|
|
|
LL | struct AlignedZstButStillScalar(i32, [i16; 0]);
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 2 previous errors
|
|
|