blob: bd6fc11b67313ab82431ea7de93616c48e71d59c [file] [edit]
error[E0433]: cannot find `bar` in the crate root
--> $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`.