summary refs log tree commit diff
path: root/src/test/ui/import2.stderr
blob: f0509204f2ce0ede60923b70ce83a3104ba95e48 (plain)
1
2
3
4
5
6
7
8
9
error[E0432]: unresolved import `baz::zed`
  --> $DIR/import2.rs:1:10
   |
LL | use baz::zed::bar; //~ ERROR unresolved import `baz::zed` [E0432]
   |          ^^^ could not find `zed` in `baz`

error: aborting due to previous error

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