2018-12-02 13:27:37 -06:00
|
|
|
error: cannot export macro_rules! macros from a `proc-macro` crate type currently
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/export-macro.rs:9:1
|
2018-12-02 13:27:37 -06:00
|
|
|
|
|
2020-03-22 04:38:50 -05:00
|
|
|
LL | macro_rules! foo {
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
2018-12-02 13:27:37 -06:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|