]> git.proxmox.com Git - rustc.git/blob - tests/ui/rust-2018/uniform-paths/issue-54253.stderr
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / rust-2018 / uniform-paths / issue-54253.stderr
1 error[E0432]: unresolved import `crate::version`
2 --> $DIR/issue-54253.rs:10:9
3 |
4 LL | use crate::version;
5 | ^^^^^^^^^^^^^^ no `version` in the root
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0432`.