blob: 5b7528c2ed9aa031d6730d3691cbb977fd7ab5ba [file] [log] [blame]
error[E0432]: unresolved import `extern::xcrate`
--> $DIR/non-existent-1.rs:3:13
|
LL | use extern::xcrate::S; //~ ERROR unresolved import `extern::xcrate`
| ^^^^^^ could not find `xcrate` in `extern`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0432`.