]> git.lizzy.rs Git - rust.git/blob - src/test/ui/enum-size-variance.stderr
Auto merge of #44060 - taleks:issue-43205, r=arielb1
[rust.git] / src / test / ui / enum-size-variance.stderr
1 warning: enum variant is more than three times larger (32 bytes) than the next largest
2   --> $DIR/enum-size-variance.rs:28:5
3    |
4 28 |     L(i64, i64, i64, i64), //~ WARNING three times larger
5    |     ^^^^^^^^^^^^^^^^^^^^^
6    |
7 note: lint level defined here
8   --> $DIR/enum-size-variance.rs:13:9
9    |
10 13 | #![warn(variant_size_differences)]
11    |         ^^^^^^^^^^^^^^^^^^^^^^^^
12