Skip to content

Commit 9885737

Browse files
Paul Woolcockmarijnh
authored andcommitted
---
yaml --- r: 10897 b: refs/heads/master c: a02493b h: refs/heads/master i: 10895: 5e92957 v: v3
1 parent b2da8d6 commit 9885737

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
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: e1251f7b0045281123dcbb1ffc80320b324bd814
2+
refs/heads/master: a02493b96919bae8c27a2508a08709dbabdfc744
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/src/test/run-pass/weird-exprs.rs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,15 @@ fn zombiejesus() {
1919
do {
2020
while (ret) {
2121
if (ret) {
22-
alt (ret) { _ { if ret { ret } else { ret } } };
22+
alt (ret) {
23+
_ {
24+
if (ret) {
25+
ret
26+
} else {
27+
ret
28+
}
29+
}
30+
};
2331
} else if (ret) {
2432
ret;
2533
}

0 commit comments

Comments
 (0)