blob: 60e50e05fc30ec9b44fea92e82c4cc463678ca19 [file] [log] [blame]
error[E0364]: `f` is private, and cannot be re-exported
--> $DIR/privacy-early.rs:10:13
|
LL | use f as g;
| ^^^^^^
...
LL | foo::m!();
| ---------- in this macro invocation
|
note: consider marking `f` as `pub` in the imported module
--> $DIR/privacy-early.rs:10:13
|
LL | use f as g;
| ^^^^^^
...
LL | foo::m!();
| ---------- in this macro invocation
error: aborting due to previous error
For more information about this error, try `rustc --explain E0364`.