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
284 B
Plaintext
Raw Normal View History

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