Skip to content

Commit 37f99fa

Browse files
committed
Job Checks Fixed
1 parent 2ceb40e commit 37f99fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ui/large_enum_variant_no_std.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error: large size difference between variants
2-
--> tests/ui/large_enum_variant_no_std.rs:5:1
2+
--> tests/ui/large_enum_variant_no_std.rs:4:1
33
|
44
LL | / enum Myenum {
55
LL | |
@@ -11,7 +11,7 @@ LL | | }
1111
| |_^ the entire enum is at least 1025 bytes
1212
|
1313
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
14+
--> tests/ui/large_enum_variant_no_std.rs:7:5
1515
|
1616
LL | Large([u8; 1024]),
1717
| ^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)