blob: f6df65b1d9da781f489dbca0d7b486b3d365027e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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)]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|