2021-03-07 15:53:45 -06:00
|
|
|
error[E0433]: failed to resolve: could not find `xcrate` in the list of imported crates
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/non-existent-2.rs:4:15
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
2018-08-24 10:51:32 -05:00
|
|
|
LL | let s = ::xcrate::S;
|
2021-03-07 15:53:45 -06:00
|
|
|
| ^^^^^^ could not find `xcrate` in the list of imported crates
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2018-08-24 10:51:32 -05:00
|
|
|
For more information about this error, try `rustc --explain E0433`.
|