We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7cff322 + 611cfd5 commit 52284c4Copy full SHA for 52284c4
src/librustc_error_codes/error_codes/E0423.md
@@ -1,8 +1,7 @@
1
An identifier was used like a function name or a value was expected and the
2
identifier exists but it belongs to a different namespace.
3
4
-For (an erroneous) example, here a `struct` variant name were used as a
5
-function:
+Erroneous code example:
6
7
```compile_fail,E0423
8
struct Foo { a: bool };
0 commit comments