Skip to content

Commit 7e813c4

Browse files
Clean up E0063 long explanation
1 parent bf5c64a commit 7e813c4

File tree

1 file changed

+3
-2
lines changed
  • src/librustc_error_codes/error_codes

1 file changed

+3
-2
lines changed

src/librustc_error_codes/error_codes/E0063.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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:
1+
A struct's or struct-like enum variant's field was not provided.
2+
3+
Erroneous code example:
34

45
```compile_fail,E0063
56
struct Foo {

0 commit comments

Comments
 (0)