mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
16 lines
387 B
Plaintext
16 lines
387 B
Plaintext
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`.
|