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 ba6f6df commit cba944dCopy full SHA for cba944d
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 644d8b95da51aeded917e0d8c9e7debb4cf1c64c
+refs/heads/master: f0842030f3f4cad4590f1266598304f40cb23fdb
trunk/src/comp/front/parser.rs
@@ -1123,7 +1123,7 @@ impure fn parse_assign_expr(parser p) -> @ast.expr {
1123
p.bump();
1124
auto rhs = parse_expr(p);
1125
ret @spanned(lo, rhs.span,
1126
- ast.expr_send(lhs, rhs, ast.ann_none));
+ ast.expr_recv(lhs, rhs, ast.ann_none));
1127
}
1128
case (_) { /* fall through */ }
1129
0 commit comments