rust/src/test/ui/parser/macro/pub-item-macro.stderr

14 lines
359 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
error: can't qualify macro invocation with `pub`
--> $DIR/pub-item-macro.rs:18: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