]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/proc-macro/export-macro.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / proc-macro / export-macro.stderr
index bc64caa07f9728c3c0f7ece719634c3fb99c9ecf..36a6a9bb3e72ba07d653e867d74a3ecb3cc82666 100644 (file)
@@ -1,10 +1,8 @@
 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 | | }
-   | |_^
+LL | macro_rules! foo {
+   | ^^^^^^^^^^^^^^^^
 
 error: aborting due to previous error