summary refs log tree commit diff
path: root/src/test/ui/enum/enum-size-variance.stderr
blob: 1ebd9b6806f89a43261e431668b481f718dba67e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
warning: enum variant is more than three times larger (32 bytes) than the next largest
  --> $DIR/enum-size-variance.rs:18:5
   |
LL |     L(i64, i64, i64, i64),
   |     ^^^^^^^^^^^^^^^^^^^^^
   |
note: lint level defined here
  --> $DIR/enum-size-variance.rs:3:9
   |
LL | #![warn(variant_size_differences)]
   |         ^^^^^^^^^^^^^^^^^^^^^^^^