about summary refs log tree commit diff
path: root/tests/ui/imports/import4.stderr
blob: 4faa5f0520a9d1bc99fd46000c915cbd25b13b25 (plain)
1
2
3
4
5
6
7
8
9
error[E0432]: unresolved import `crate::a::foo`
  --> $DIR/import4.rs:2:17
   |
LL | mod b { pub use crate::a::foo; }
   |                 ^^^^^^^^^^^^^ no `foo` in `a`

error: aborting due to 1 previous error

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