rust/src/test/ui/parser/macro/pub-item-macro.stderr
2018-12-25 21:08:33 -07:00

14 lines
358 B
Plaintext

error: can't qualify macro invocation with `pub`
--> $DIR/pub-item-macro.rs:8:5
|
LL | pub priv_x!(); //~ ERROR can't qualify macro invocation with `pub`
| ^^^
...
LL | pub_x!();
| --------- in this macro invocation
|
= help: try adjusting the macro to put `pub` inside the invocation
error: aborting due to previous error