We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a39d4fc commit c01d5bfCopy full SHA for c01d5bf
src/librustc_typeck/diagnostics.rs
@@ -12,6 +12,16 @@
12
13
register_long_diagnostics! {
14
15
+E0062: r##"
16
+This error indicates that during an attempt to build a struct or struct-like
17
+enum variant, one of the fields was specified more than once.
18
+"##,
19
+
20
+E0063: r##"
21
22
+enum variant, one of the fields was not provided.
23
24
25
E0081: r##"
26
Enum discriminants are used to differentiate enum variants stored in memory.
27
This error indicates that the same value was used for two or more variants,
@@ -116,8 +126,6 @@ register_diagnostics! {
116
126
E0059,
117
127
E0060,
118
128
E0061,
119
- E0062,
120
- E0063,
121
129
E0066,
122
130
E0067,
123
131
E0068,
0 commit comments