2017-05-13 04:54:50 -05:00
|
|
|
warning: enum variant is more than three times larger (32 bytes) than the next largest
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/enum-size-variance.rs:18:5
|
2017-05-13 04:54:50 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | L(i64, i64, i64, i64),
|
2017-07-06 00:54:58 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
2017-05-13 04:54:50 -05:00
|
|
|
|
|
2020-01-22 17:57:38 -06:00
|
|
|
note: the lint level is defined here
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/enum-size-variance.rs:3:9
|
2017-05-13 04:54:50 -05:00
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | #![warn(variant_size_differences)]
|
2017-05-13 04:54:50 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2020-03-11 10:30:09 -05:00
|
|
|
warning: 1 warning emitted
|
|
|
|
|