We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf5c64a commit 7e813c4Copy full SHA for 7e813c4
src/librustc_error_codes/error_codes/E0063.md
@@ -1,5 +1,6 @@
1
-This error indicates that during an attempt to build a struct or struct-like
2
-enum variant, one of the fields was not provided. Erroneous code example:
+A struct's or struct-like enum variant's field was not provided.
+
3
+Erroneous code example:
4
5
```compile_fail,E0063
6
struct Foo {
0 commit comments