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
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | pub defn!(f);
|
2020-01-31 23:18:10 -06:00
|
|
|
| ^^^ help: remove the visibility
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
|
|
|
= help: try adjusting the macro to put `pub` inside the invocation
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|