mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
15 lines
342 B
Plaintext
15 lines
342 B
Plaintext
error: align: AbiAndPrefAlign { abi: Align(2 bytes), pref: $PREF_ALIGN }
|
|
--> $DIR/enum.rs:9:1
|
|
|
|
|
LL | enum UninhabitedVariantAlign {
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: size: Size(16 bytes)
|
|
--> $DIR/enum.rs:15:1
|
|
|
|
|
LL | enum UninhabitedVariantSpace {
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 2 previous errors
|
|
|