2018-12-02 22:27:37 +03:00
|
|
|
error: cannot export macro_rules! macros from a `proc-macro` crate type currently
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/export-macro.rs:9:1
|
2018-12-02 22:27:37 +03:00
|
|
|
|
|
2020-03-22 12:38:50 +03:00
|
|
|
LL | macro_rules! foo {
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
2018-12-02 22:27:37 +03:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-12-02 22:27:37 +03:00
|
|
|
|