2018-10-20 15:36:17 -05:00
|
|
|
error: can't qualify macro invocation with `pub`
|
2019-01-06 09:33:05 -06:00
|
|
|
--> $DIR/pub-method-macro.rs:17:9
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
|
|
|
LL | pub defn!(f); //~ ERROR can't qualify macro invocation with `pub`
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
|
= help: try adjusting the macro to put `pub` inside the invocation
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|