]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/parser/macro/macro-doc-comments-1.stderr
New upstream version 1.67.1+dfsg1
[rustc.git] / src / test / ui / parser / macro / macro-doc-comments-1.stderr
index 0ebf3d52b637252979c8a5a59826901c589365ee..eaeb62d2cfd98515e8b4ed394ed0c80afc6f35fc 100644 (file)
@@ -9,6 +9,12 @@ LL |     //! Inner
    |     |
    |     no rules expected this token in macro call
    |     inner doc comments expand to `#![doc = "..."]`, which is what this macro attempted to match
+   |
+note: while trying to match `[`
+  --> $DIR/macro-doc-comments-1.rs:2:7
+   |
+LL |     (#[$outer:meta]) => ()
+   |       ^
 
 error: aborting due to previous error