File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
branches/try/src/test/run-pass Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
- refs/heads/try: e1251f7b0045281123dcbb1ffc80320b324bd814
5
+ refs/heads/try: a02493b96919bae8c27a2508a08709dbabdfc744
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -19,7 +19,15 @@ fn zombiejesus() {
19
19
do {
20
20
while ( ret) {
21
21
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
+ } ;
23
31
} else if ( ret) {
24
32
ret;
25
33
}
You can’t perform that action at this time.
0 commit comments