rust/src/test/ui/enum/enum-size-variance.stderr

13 lines
381 B
Plaintext
Raw Normal View History

warning: enum variant is more than three times larger (32 bytes) than the next largest
--> $DIR/enum-size-variance.rs:28:5
|
2018-02-22 18:42:32 -06:00
LL | L(i64, i64, i64, i64), //~ WARNING three times larger
| ^^^^^^^^^^^^^^^^^^^^^
|
note: lint level defined here
--> $DIR/enum-size-variance.rs:13:9
|
2018-02-22 18:42:32 -06:00
LL | #![warn(variant_size_differences)]
| ^^^^^^^^^^^^^^^^^^^^^^^^