]> git.proxmox.com Git - rustc.git/blame - src/test/ui/parser/pub-method-macro.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / parser / pub-method-macro.stderr
CommitLineData
0bf4aa26 1error: can't qualify macro invocation with `pub`
0731742a 2 --> $DIR/pub-method-macro.rs:17:9
0bf4aa26 3 |
532ac7d7 4LL | pub defn!(f);
74b04a01 5 | ^^^ help: remove the visibility
0bf4aa26
XL
6 |
7 = help: try adjusting the macro to put `pub` inside the invocation
8
9error: aborting due to previous error
10