]> git.lizzy.rs Git - rust.git/blob - tests/ui/no-link-unknown-crate.stderr
Rollup merge of #107769 - compiler-errors:pointer-like, r=eholk
[rust.git] / tests / ui / no-link-unknown-crate.stderr
1 error[E0463]: can't find crate for `doesnt_exist`
2   --> $DIR/no-link-unknown-crate.rs:2:1
3    |
4 LL | extern crate doesnt_exist;
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0463`.