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