]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/export-macro.stderr
Merge commit '98e2b9f25b6db4b2680a3d388456d9f95cb28344' into clippyup
[rust.git] / src / test / ui / proc-macro / export-macro.stderr
1 error: cannot export macro_rules! macros from a `proc-macro` crate type currently
2   --> $DIR/export-macro.rs:9:1
3    |
4 LL | macro_rules! foo {
5    | ^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8