We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0950144 commit be73618Copy full SHA for be73618
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 809a833e34176534886abf326cefaad4c6577099
+refs/heads/master: 48c695300192a4475889009b41b8f0ff6dc596bb
trunk/src/comp/syntax/parse/parser.rs
@@ -1119,11 +1119,8 @@ fn parse_prefix_expr(p: &parser) -> @ast::expr {
1119
}
1120
let lo = p.get_lo_pos();
1121
let hi = p.get_hi_pos();
1122
- // FIXME: can only remove this sort of thing when both typestate and
1123
- // alt-exhaustive-match checking are co-operating.
1124
1125
- let lit = @spanned(lo, lo, ast::lit_nil);
1126
- let ex: ast::expr_ = ast::expr_lit(lit);
+ let ex;
1127
alt p.peek() {
1128
token::NOT. {
1129
p.bump();
0 commit comments