Clean up E0412 and E0422 explanations
This commit is contained in:
parent
e5e8ba4edc
commit
ecb84c975d
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
The type name used is not in scope.
|
A used type name is not in scope.
|
||||||
|
|
||||||
Erroneous code examples:
|
Erroneous code examples:
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
You are trying to use an identifier that is either undefined or not a struct.
|
An identifier that is neither defined nor a struct was used.
|
||||||
|
|
||||||
Erroneous code example:
|
Erroneous code example:
|
||||||
|
|
||||||
```compile_fail,E0422
|
```compile_fail,E0422
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue