1error[E0463]: can't find crate for `doesnt_exist`
2  --> $DIR/no-link-unknown-crate.rs:2:1
3   |
4LL | extern crate doesnt_exist;
5   | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0463`.
10