mirror of https://github.com/rust-lang/rust.git
26 lines
686 B
Plaintext
26 lines
686 B
Plaintext
|
|
running 1 test
|
|
test $DIR/failed-doctest-test-crate.rs - m (line 14) ... FAILED
|
|
|
|
failures:
|
|
|
|
---- $DIR/failed-doctest-test-crate.rs - m (line 14) stdout ----
|
|
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`
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
For more information about this error, try `rustc --explain E0432`.
|
|
Couldn't compile the test.
|
|
|
|
failures:
|
|
$DIR/failed-doctest-test-crate.rs - m (line 14)
|
|
|
|
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME
|
|
|