blob: 7e62fc7c4fc0dcaf3c6ea869272c238345d8b6f1 [file] [log] [blame]
error: can't qualify macro_rules invocation with `pub`
--> $DIR/pub-macro-rules.rs:2:5
|
LL | pub macro_rules! foo { //~ ERROR can't qualify macro_rules invocation
| ^^^ help: try exporting the macro: `#[macro_export]`
error: aborting due to previous error