Clean up E0124 explanation
This commit is contained in:
parent
0a440b1594
commit
4ee18c94d4
1 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
You declared two fields of a struct with the same name. Erroneous code
|
||||
example:
|
||||
A struct with two fields having the same name has been declared.
|
||||
|
||||
Erroneous code example:
|
||||
|
||||
```compile_fail,E0124
|
||||
struct Foo {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue