Clean up E0423 explanation
This commit is contained in:
parent
e5e8ba4edc
commit
611cfd5f15
@ -1,8 +1,7 @@
|
|||||||
An identifier was used like a function name or a value was expected and the
|
An identifier was used like a function name or a value was expected and the
|
||||||
identifier exists but it belongs to a different namespace.
|
identifier exists but it belongs to a different namespace.
|
||||||
|
|
||||||
For (an erroneous) example, here a `struct` variant name were used as a
|
Erroneous code example:
|
||||||
function:
|
|
||||||
|
|
||||||
```compile_fail,E0423
|
```compile_fail,E0423
|
||||||
struct Foo { a: bool };
|
struct Foo { a: bool };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user