rust/src/test/ui/enum-size-variance.stderr
Vadim Petrochenkov fa2d9fc4b9 Update UI tests
2018-02-26 20:24:02 +03:00

12 lines
381 B
Text

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)]
| ^^^^^^^^^^^^^^^^^^^^^^^^