Skip to content

Commit 6b86dcd

Browse files
committed
Add test case from issue #675. The previous fix actually fixes this too.
1 parent 5e1a6da commit 6b86dcd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// error-pattern:expected str but found vec
2+
// xfail-stage0
3+
fn main() {
4+
fail [];
5+
}

0 commit comments

Comments
 (0)