]> git.proxmox.com Git - rustc.git/blame - src/test/ui/parser/pub-method-macro.stderr
New upstream version 1.31.0~beta.4+dfsg1
[rustc.git] / src / test / ui / parser / pub-method-macro.stderr
CommitLineData
0bf4aa26
XL
1error: can't qualify macro invocation with `pub`
2 --> $DIR/pub-method-macro.rs:29:9
3 |
4LL | pub defn!(f); //~ ERROR can't qualify macro invocation with `pub`
5 | ^^^
6 |
7 = help: try adjusting the macro to put `pub` inside the invocation
8
9error: aborting due to previous error
10