2019-08-05 13:18:50 -05:00
|
|
|
error[E0578]: cannot determine resolution for the visibility
|
|
|
|
--> $DIR/visibility-indeterminate.rs:5:8
|
|
|
|
|
|
|
|
|
LL | pub(in ::bar) struct Baz {}
|
|
|
|
| ^^^^^
|
|
|
|
|
2019-09-15 05:12:14 -05:00
|
|
|
error: cannot find macro `foo` in this scope
|
2019-08-05 13:18:50 -05:00
|
|
|
--> $DIR/visibility-indeterminate.rs:3:1
|
|
|
|
|
|
|
|
|
LL | foo!();
|
|
|
|
| ^^^
|
|
|
|
|
2019-09-08 12:06:49 -05:00
|
|
|
error: aborting due to 2 previous errors
|
2019-08-05 13:18:50 -05:00
|
|
|
|