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