]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/pub-method-macro.stderr
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
[rust.git] / src / test / ui / parser / pub-method-macro.stderr
1 error: can't qualify macro invocation with `pub`
2   --> $DIR/pub-method-macro.rs:17:9
3    |
4 LL |         pub defn!(f);
5    |         ^^^
6    |
7    = help: try adjusting the macro to put `pub` inside the invocation
8
9 error: aborting due to previous error
10