rust/tests/ui/rust-2018/uniform-paths/issue-54253.stderr

10 lines
275 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
|
2019-03-09 06:03:44 -06:00
LL | use crate::version;
| ^^^^^^^^^^^^^^ no `version` in the root
error: aborting due to previous error
For more information about this error, try `rustc --explain E0432`.