We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f736468 commit df64e05Copy full SHA for df64e05
src/librustc_typeck/diagnostics.rs
@@ -36,12 +36,14 @@ let x_is_nonzero = x as bool;
36
37
E0062: r##"
38
This error indicates that during an attempt to build a struct or struct-like
39
-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
40
+be specified exactly one time.
41
"##,
42
43
E0063: r##"
44
-enum variant, one of the fields was not provided.
45
+enum variant, one of the fields was not provided. Each field should be specified
46
+exactly once.
47
48
49
E0081: r##"
0 commit comments