summary refs log tree commit diff
path: root/src/test/ui/export2.stderr
blob: 6233c6d074e66c494b8ed0c6d29097fe42edde22 (plain)
1
2
3
4
5
6
7
8
9
error[E0433]: failed to resolve: use of undeclared type or module `bar`
  --> $DIR/export2.rs:2:18
   |
LL |     pub fn x() { bar::x(); } //~ ERROR failed to resolve: use of undeclared type or module `bar`
   |                  ^^^ use of undeclared type or module `bar`

error: aborting due to previous error

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