@@ -24,7 +24,7 @@ error: Variant name starts with the enum's name
24
24
LL | FoodBad,
25
25
| ^^^^^^^
26
26
27
- error: All variants have the same prefix: `Food`
27
+ error: all variants have the same prefix: `Food`
28
28
--> $DIR/enum_variants.rs:26:1
29
29
|
30
30
LL | / enum Food {
@@ -36,7 +36,7 @@ LL | | }
36
36
|
37
37
= help: remove the prefixes and use full paths to the variants instead of glob imports
38
38
39
- error: All variants have the same prefix: `CallType`
39
+ error: all variants have the same prefix: `CallType`
40
40
--> $DIR/enum_variants.rs:36:1
41
41
|
42
42
LL | / enum BadCallType {
@@ -48,7 +48,7 @@ LL | | }
48
48
|
49
49
= help: remove the prefixes and use full paths to the variants instead of glob imports
50
50
51
- error: All variants have the same prefix: `Constant`
51
+ error: all variants have the same prefix: `Constant`
52
52
--> $DIR/enum_variants.rs:48:1
53
53
|
54
54
LL | / enum Consts {
@@ -60,7 +60,7 @@ LL | | }
60
60
|
61
61
= help: remove the prefixes and use full paths to the variants instead of glob imports
62
62
63
- error: All variants have the same prefix: `With`
63
+ error: all variants have the same prefix: `With`
64
64
--> $DIR/enum_variants.rs:82:1
65
65
|
66
66
LL | / enum Seallll {
@@ -72,7 +72,7 @@ LL | | }
72
72
|
73
73
= help: remove the prefixes and use full paths to the variants instead of glob imports
74
74
75
- error: All variants have the same prefix: `Prefix`
75
+ error: all variants have the same prefix: `Prefix`
76
76
--> $DIR/enum_variants.rs:88:1
77
77
|
78
78
LL | / enum NonCaps {
@@ -84,7 +84,7 @@ LL | | }
84
84
|
85
85
= help: remove the prefixes and use full paths to the variants instead of glob imports
86
86
87
- error: All variants have the same prefix: `With`
87
+ error: all variants have the same prefix: `With`
88
88
--> $DIR/enum_variants.rs:94:1
89
89
|
90
90
LL | / pub enum PubSeall {
0 commit comments