about summary refs log tree commit diff
path: root/src/test/ui/proc-macro/export-macro.stderr
blob: bc64caa07f9728c3c0f7ece719634c3fb99c9ecf (plain)
1
2
3
4
5
6
7
8
9
10
error: cannot export macro_rules! macros from a `proc-macro` crate type currently
  --> $DIR/export-macro.rs:9:1
   |
LL | / macro_rules! foo {
LL | |     ($e:expr) => ($e)
LL | | }
   | |_^

error: aborting due to previous error