]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2126-extern-absolute-paths/non-existent-1.stderr
Rollup merge of #105843 - compiler-errors:sugg-const, r=lcnr
[rust.git] / src / test / ui / rfc-2126-extern-absolute-paths / non-existent-1.stderr
1 error[E0432]: unresolved import `xcrate`
2   --> $DIR/non-existent-1.rs:3:5
3    |
4 LL | use xcrate::S;
5    |     ^^^^^^ use of undeclared crate or module `xcrate`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0432`.