11 lines
232 B
Plaintext
11 lines
232 B
Plaintext
|
error: cannot export macro_rules! macros from a `proc-macro` crate type currently
|
||
|
--> $DIR/export-macro.rs:19:1
|
||
|
|
|
||
|
LL | / macro_rules! foo {
|
||
|
LL | | ($e:expr) => ($e)
|
||
|
LL | | }
|
||
|
| |_^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|