mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-03 02:08:10 +00:00
27 lines
752 B
Plaintext
27 lines
752 B
Plaintext
|
|
running 1 test
|
|
test $DIR/failed-doctest-test-crate.rs - m (line 16) ... FAILED
|
|
|
|
failures:
|
|
|
|
---- $DIR/failed-doctest-test-crate.rs - m (line 16) stdout ----
|
|
error[E0432]: unresolved import `test`
|
|
--> $DIR/failed-doctest-test-crate.rs:17: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 16)
|
|
|
|
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME
|
|
|
|
all doctests ran in $TIME; merged doctests compilation took $TIME
|