Skip to content

Commit db056d8

Browse files
committed
---
yaml --- r: 3131 b: refs/heads/master c: 14c5900 h: refs/heads/master i: 3129: 5f76a98 3127: 98ea8a3 v: v3
1 parent 8d0a08d commit db056d8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 2772a29e92764d1e930e205b328ad0be797ef6aa
2+
refs/heads/master: 14c5900a701bf5d08f9512cbac52a8bf7dc8f4ef
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// xfail-stage0
2+
// 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

Comments
 (0)