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 0a440b1 commit 4ee18c9Copy full SHA for 4ee18c9
src/librustc_error_codes/error_codes/E0124.md
@@ -1,5 +1,6 @@
1
-You declared two fields of a struct with the same name. Erroneous code
2
-example:
+A struct with two fields having the same name has been declared.
+
3
+Erroneous code example:
4
5
```compile_fail,E0124
6
struct Foo {
0 commit comments