Bless rustdoc-ui differences
These changed in the stable backport because we don't have the rewording that came in #133154.
This commit is contained in:
parent
23322f301d
commit
eb2bae3fa6
2 changed files with 3 additions and 5 deletions
|
|
@ -9,9 +9,9 @@ error[E0432]: unresolved import `test`
|
|||
--> $DIR/failed-doctest-test-crate.rs:15:5
|
||||
|
|
||||
LL | use test::*;
|
||||
| ^^^^ use of unresolved module or unlinked crate `test`
|
||||
| ^^^^ you might be missing crate `test`
|
||||
|
|
||||
help: you might be missing a crate named `test`, add it to your project and import it in your code
|
||||
help: consider importing the `test` crate
|
||||
|
|
||||
LL + extern crate test;
|
||||
|
|
||||
|
|
|
|||
|
|
@ -9,9 +9,7 @@ error[E0432]: unresolved import `test`
|
|||
--> $DIR/failed-doctest-test-crate.rs:15:5
|
||||
|
|
||||
LL | use test::*;
|
||||
| ^^^^ use of unresolved module or unlinked crate `test`
|
||||
|
|
||||
= help: you might be missing a crate named `test`
|
||||
| ^^^^ use of undeclared crate or module `test`
|
||||
|
||||
error: aborting due to 1 previous error
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue