summaryrefslogtreecommitdiffstats
path: root/src/test/ui/resolve/visibility-indeterminate.stderr
blob: 84d82ce8522400f44740b1d49219f25c57e7fe7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error[E0578]: cannot determine resolution for the visibility
  --> $DIR/visibility-indeterminate.rs:5:8
   |
LL | pub(in ::bar) struct Baz {}
   |        ^^^^^

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 E0578`.