summaryrefslogtreecommitdiffstats
path: root/src/test/ui/proc-macro/export-macro.stderr
blob: 36a6a9bb3e72ba07d653e867d74a3ecb3cc82666 (plain)
1
2
3
4
5
6
7
8
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 previous error