blob: 21c2a0c14d60180712e80090787f64945a4a4f68 [file] [log] [blame]
error[E0433]: failed to resolve: could not find `xcrate` in `extern`
--> $DIR/non-existent-2.rs:4:21
|
LL | let s = extern::xcrate::S;
| ^^^^^^ could not find `xcrate` in `extern`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0433`.