blob: c25698c395e1c00dbb9ea4b794c02010082ba8f5 [file] [log] [blame]
error[E0463]: can't find crate for `xcrate`
--> $DIR/non-existent-1.rs:13:13
|
LL | use 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`.