Clean up E0124 explanation

This commit is contained in:
Guillaume Gomez 2019-12-22 20:39:17 +01:00
parent 0a440b1594
commit 4ee18c94d4

View file

@ -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 {