mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-12 06:53:05 +00:00
9 lines
206 B
Plaintext
9 lines
206 B
Plaintext
error: cannot export macro_rules! macros from a `proc-macro` crate type currently
|
|
--> $DIR/export-macro.rs:9:1
|
|
|
|
|
LL | macro_rules! foo {
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|