Remove unhelpful help message
This commit is contained in:
parent
87f3f81451
commit
0193a8871c
8 changed files with 21 additions and 64 deletions
|
@ -7,27 +7,22 @@
|
|||
/// [path::to::nonexistent::module]
|
||||
//~^ ERROR unresolved link
|
||||
//~| NOTE there is no item named `path` in scope
|
||||
//~| HELP did you mean to import `path`?
|
||||
|
||||
/// [path::to::nonexistent::macro!]
|
||||
//~^ ERROR unresolved link
|
||||
//~| NOTE there is no item named `path` in scope
|
||||
//~| HELP did you mean to import `path`?
|
||||
|
||||
/// [type@path::to::nonexistent::type]
|
||||
//~^ ERROR unresolved link
|
||||
//~| NOTE there is no item named `path` in scope
|
||||
//~| HELP did you mean to import `path`?
|
||||
|
||||
/// [std::io::not::here]
|
||||
//~^ ERROR unresolved link
|
||||
//~| NOTE there is no item named `not` in scope
|
||||
//~| HELP did you mean to import `not`?
|
||||
|
||||
/// [type@std::io::not::here]
|
||||
//~^ ERROR unresolved link
|
||||
//~| NOTE there is no item named `not` in scope
|
||||
//~| HELP did you mean to import `not`?
|
||||
|
||||
/// [std::io::Error::x]
|
||||
//~^ ERROR unresolved link
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue