Remove unhelpful help message

This commit is contained in:
Camelid 2020-10-02 14:47:41 -07:00
parent 87f3f81451
commit 0193a8871c
8 changed files with 21 additions and 64 deletions

View file

@ -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