summary refs log tree commit diff
path: root/src/test/ui/issue-32833.stderr
blob: 11af5d567664ea4a9a2efdd8d08f5be5faa6327a (plain)
1
2
3
4
5
6
7
8
9
error[E0432]: unresolved import `bar::Foo`
  --> $DIR/issue-32833.rs:11:5
   |
LL | use bar::Foo; //~ ERROR unresolved import `bar::Foo` [E0432]
   |     ^^^^^^^^ no `Foo` in `bar`

error: aborting due to previous error

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