10 lines
330 B
Plaintext
10 lines
330 B
Plaintext
error[E0432]: unresolved import `extern::xcrate`
|
|
--> $DIR/non-existent-1.rs:13: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`.
|