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