rust/tests/ui/proc-macro/export-macro.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
204 B
Plaintext
Raw Normal View History

error: cannot export macro_rules! macros from a `proc-macro` crate type currently
2018-12-25 15:56:47 +00:00
--> $DIR/export-macro.rs:9:1
|
LL | macro_rules! foo {
| ^^^^^^^^^^^^^^^^
error: aborting due to previous error