rust/src/test/ui/variants/variant-size-differences.stderr

15 lines
443 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
error: enum variant is more than three times larger (1024 bytes) than the next largest
--> $DIR/variant-size-differences.rs:15:5
|
LL | VBig([u8; 1024]), //~ ERROR variant is more than three times larger
| ^^^^^^^^^^^^^^^^
|
note: lint level defined here
--> $DIR/variant-size-differences.rs:11:9
|
LL | #![deny(variant_size_differences)]
| ^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error