blob: b7ca8890c19420f63d6a0641e601ff9f1cf437ad [file] [log] [blame]
error[E0463]: can't find crate for `xcrate`
--> $DIR/non-existent-2.rs:14:21
|
LL | let s = extern::xcrate::S; //~ ERROR can't find crate for `xcrate`
| ^^^^^^ can't find crate
error: aborting due to previous error
For more information about this error, try `rustc --explain E0463`.