]> git.lizzy.rs Git - rust.git/blob - src/test/ui/variants/variant-size-differences.stderr
Rollup merge of #100112 - RalfJung:assert_send_and_sync, r=m-ou-se
[rust.git] / src / test / ui / variants / variant-size-differences.stderr
1 error: enum variant is more than three times larger (1024 bytes) than the next largest
2   --> $DIR/variant-size-differences.rs:5:5
3    |
4 LL |     VBig([u8; 1024]),
5    |     ^^^^^^^^^^^^^^^^
6    |
7 note: the lint level is defined here
8   --> $DIR/variant-size-differences.rs:1:9
9    |
10 LL | #![deny(variant_size_differences)]
11    |         ^^^^^^^^^^^^^^^^^^^^^^^^
12
13 error: aborting due to previous error
14