We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ea77b commit c8cf370Copy full SHA for c8cf370
src/librustc_typeck/diagnostics.rs
@@ -14,12 +14,14 @@ 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.
+enum variant, one of the fields was specified more than once. Each field should
18
+be specified exactly one time.
19
"##,
20
21
E0063: r##"
22
-enum variant, one of the fields was not provided.
23
+enum variant, one of the fields was not provided. Each field should be specified
24
+exactly once.
25
26
27
E0081: r##"
0 commit comments