]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2126-extern-absolute-paths/non-existent-2.stderr
Rollup merge of #106043 - c410-f3r:moar-errors, r=petrochenkov
[rust.git] / src / test / ui / rfc-2126-extern-absolute-paths / non-existent-2.stderr
1 error[E0433]: failed to resolve: could not find `xcrate` in the list of imported crates
2   --> $DIR/non-existent-2.rs:4:15
3    |
4 LL |     let s = ::xcrate::S;
5    |               ^^^^^^ could not find `xcrate` in the list of imported crates
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0433`.