Skip to content

Commit a36612d

Browse files
committed
---
yaml --- r: 5534 b: refs/heads/master c: 7389835 h: refs/heads/master v: v3
1 parent afb57cb commit a36612d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-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: 60ec49b1218f23b149fcf4383fe32064409faeaa
2+
refs/heads/master: 73898351d2912f0e96e24a1622df4ecf7b2f22ba

trunk/src/test/run-pass/unreachable-code.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ fn call_id_3() { id(ret) && id(ret); }
1313

1414
fn call_id_4() { while id(break) { } }
1515

16+
fn bind_id_1() { bind id(fail); }
17+
18+
fn bind_id_2() { bind id(ret); }
19+
1620
iter put_break() -> int {
1721
while true { put break; }
1822
}

0 commit comments

Comments
 (0)