]> git.proxmox.com Git - rustc.git/blob - src/test/ui/resolve/visibility-indeterminate.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / resolve / visibility-indeterminate.stderr
1 error[E0578]: cannot determine resolution for the visibility
2 --> $DIR/visibility-indeterminate.rs:5:8
3 |
4 LL | pub(in ::bar) struct Baz {}
5 | ^^^^^
6
7 error: cannot find macro `foo` in this scope
8 --> $DIR/visibility-indeterminate.rs:3:1
9 |
10 LL | foo!();
11 | ^^^
12
13 error: aborting due to 2 previous errors
14
15 For more information about this error, try `rustc --explain E0578`.