]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2126-extern-absolute-paths/non-existent-3.stderr
434bde79a8322659654267d0ddf75b0b6af1b392
[rust.git] / src / test / ui / rfc-2126-extern-absolute-paths / non-existent-3.stderr
1 error[E0463]: can't find crate for `ycrate`
2   --> $DIR/non-existent-3.rs:13:5
3    |
4 LL | use ycrate; //~ ERROR can't find crate for `ycrate`
5    |     ^^^^^^ can't find crate
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0463`.