summary refs log tree commit diff
path: root/src/test/ui/issues/issue-1697.stderr
blob: a76fd30991493249b5829e96a5a682fa2df71e45 (plain)
1
2
3
4
5
6
7
8
9
error[E0432]: unresolved import `unresolved`
  --> $DIR/issue-1697.rs:3:5
   |
LL | use unresolved::*;
   |     ^^^^^^^^^^ maybe a missing crate `unresolved`?

error: aborting due to previous error

For more information about this error, try `rustc --explain E0432`.