os-rust/tests/ui/enum/enum-size-variance.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
384 B
Text
Raw Normal View History

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