]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/pub-method-macro.stderr
Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2020...
[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    |         ^^^ help: remove the visibility
6    |
7    = help: try adjusting the macro to put `pub` inside the invocation
8
9 error: aborting due to previous error
10