We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0a08d commit db056d8Copy full SHA for db056d8
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 2772a29e92764d1e930e205b328ad0be797ef6aa
+refs/heads/master: 14c5900a701bf5d08f9512cbac52a8bf7dc8f4ef
trunk/src/test/compile-fail/ext-after-attrib.rs
@@ -0,0 +1,8 @@
+// xfail-stage0
+// error-pattern:expecting \[, found fmt
3
+
4
+// Don't know how to deal with a syntax extension appearing after an
5
+// item attribute. Probably could use a better error message.
6
+#[foo = "bar"]
7
+#fmt("baz")
8
+fn main() { }
0 commit comments