rust/src/test/ui/rust-2018/uniform-paths/issue-54253.stderr

10 lines
320 B
Plaintext
Raw Normal View History

error[E0432]: unresolved import `crate::version`
2018-12-25 09:56:47 -06:00
--> $DIR/issue-54253.rs:10:9
|
LL | use crate::version; //~ ERROR unresolved import `crate::version`
| ^^^^^^^^^^^^^^ no `version` in the root
error: aborting due to previous error
For more information about this error, try `rustc --explain E0432`.