rust/tests/ui/no-link-unknown-crate.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
286 B
Plaintext
Raw Normal View History

error[E0463]: can't find crate for `doesnt_exist`
2018-12-25 23:56:47 +08:00
--> $DIR/no-link-unknown-crate.rs:2:1
|
2019-03-09 20:03:44 +08:00
LL | extern crate doesnt_exist;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0463`.