summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0432.stderr
blob: 6d808f038a33329fdff72cfb4f93862cec98cc99 (plain)
1
2
3
4
5
6
7
8
error[E0432]: unresolved import `something`
  --> $DIR/E0432.rs:11:5
   |
11 | use something::Foo; //~ ERROR E0432
   |     ^^^^^^^^^ Maybe a missing `extern crate something;`?

error: aborting due to previous error