We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ceb40e commit 37f99faCopy full SHA for 37f99fa
tests/ui/large_enum_variant_no_std.stderr
@@ -1,5 +1,5 @@
1
error: large size difference between variants
2
- --> tests/ui/large_enum_variant_no_std.rs:5:1
+ --> tests/ui/large_enum_variant_no_std.rs:4:1
3
|
4
LL | / enum Myenum {
5
LL | |
@@ -11,7 +11,7 @@ LL | | }
11
| |_^ the entire enum is at least 1025 bytes
12
13
help: consider boxing the large fields or introducing indirection in some other way to reduce the total size of the enum
14
- --> tests/ui/large_enum_variant_no_std.rs:8:5
+ --> tests/ui/large_enum_variant_no_std.rs:7:5
15
16
LL | Large([u8; 1024]),
17
| ^^^^^^^^^^^^^^^^^
0 commit comments