blob: bbe28747f7c06505c97996e54148a25ec923ec3d [file] [log] [blame]
error[E0433]: failed to resolve: could not find `bar` in the list of imported crates
--> $DIR/visibility-indeterminate.rs:5:10
|
LL | pub(in ::bar) struct Baz {}
| ^^^ could not find `bar` in the list of imported crates
error: cannot find macro `foo` in this scope
--> $DIR/visibility-indeterminate.rs:3:1
|
LL | foo!();
| ^^^
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0433`.