summaryrefslogtreecommitdiffstats
path: root/tests/ui/resolve/resolve-bad-import-prefix.stderr
blob: 36eb3148ab510b5595a72ad7aaa5ea54eab2677b (plain)
1
2
3
4
5
6
7
8
9
error[E0432]: unresolved import `Nonexistent`
  --> $DIR/resolve-bad-import-prefix.rs:12:5
   |
LL | use Nonexistent::{};
   |     ^^^^^^^^^^^^^^^ no `Nonexistent` in the root

error: aborting due to 1 previous error

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