Clarify message about unresolved use
This commit is contained in:
parent
397db054cb
commit
7ec1de062a
52 changed files with 126 additions and 105 deletions
|
|
@ -30,6 +30,6 @@ fn main() {
|
|||
//~| expected `char`, found `bool`
|
||||
|
||||
match () {
|
||||
E::V => {} //~ ERROR failed to resolve: use of undeclared type or module `E`
|
||||
E::V => {} //~ ERROR failed to resolve: use of undeclared type `E`
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue