Skip to content

Commit dfa8596

Browse files
committed
Stage the last compile fix to put out fire. Thanks git.
1 parent 44bceb8 commit dfa8596

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/comp/front/parser.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1838,6 +1838,7 @@ impure fn parse_native_item(parser p) -> @ast.native_item {
18381838
}
18391839
case (?t) {
18401840
unexpected(p, t);
1841+
fail;
18411842
}
18421843
}
18431844
}

0 commit comments

Comments
 (0)