Skip to content

Commit ea0e6f6

Browse files
committed
---
yaml --- r: 12755 b: refs/heads/master c: 1460ea4 h: refs/heads/master i: 12753: 03f4d5c 12751: 917240c v: v3
1 parent b9352c3 commit ea0e6f6

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 4f105e4025729047f60d2adef01d31e905aec222
2+
refs/heads/master: 1460ea43d27373be9c5af5e344ab1a667be5e81f
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
// xfail-test
2+
/*
3+
Ideally, the error about the missing close brace in foo would be reported
4+
near the corresponding open brace. But currently it's reported at the end.
5+
xfailed for now (see Issue #2354)
6+
*/
7+
fn foo() { //! ERROR this open brace is not closed
8+
alt some(x) {
9+
some(y) { fail; }
10+
none { fail; }
11+
}
12+
13+
fn bar() {
14+
let mut i = 0;
15+
while (i < 1000) {}
16+
}
17+
18+
fn main() {}

0 commit comments

Comments
 (0)