about summary refs log tree commit diff
path: root/tests/ui/attributes/no_link/no-link-unknown-crate.stderr
blob: 999b013866cd63d53fa6454ff0f92746b59642b7 (plain)
1
2
3
4
5
6
7
8
9
error[E0463]: can't find crate for `doesnt_exist`
  --> $DIR/no-link-unknown-crate.rs:17:1
   |
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`.