]> git.lizzy.rs Git - rust.git/blob - tests/ui/enum/enum-size-variance.stderr
Rollup merge of #106323 - starkat99:stabilize-f16c_target_feature, r=petrochenkov
[rust.git] / tests / ui / enum / 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:18:5
3    |
4 LL |     L(i64, i64, i64, i64),
5    |     ^^^^^^^^^^^^^^^^^^^^^
6    |
7 note: the lint level is defined here
8   --> $DIR/enum-size-variance.rs:3:9
9    |
10 LL | #![warn(variant_size_differences)]
11    |         ^^^^^^^^^^^^^^^^^^^^^^^^
12
13 warning: 1 warning emitted
14