Skip to content

Commit cba944d

Browse files
brsongraydon
authored andcommitted
---
yaml --- r: 1640 b: refs/heads/master c: f084203 h: refs/heads/master v: v3
1 parent ba6f6df commit cba944d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 644d8b95da51aeded917e0d8c9e7debb4cf1c64c
2+
refs/heads/master: f0842030f3f4cad4590f1266598304f40cb23fdb

trunk/src/comp/front/parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ impure fn parse_assign_expr(parser p) -> @ast.expr {
11231123
p.bump();
11241124
auto rhs = parse_expr(p);
11251125
ret @spanned(lo, rhs.span,
1126-
ast.expr_send(lhs, rhs, ast.ann_none));
1126+
ast.expr_recv(lhs, rhs, ast.ann_none));
11271127
}
11281128
case (_) { /* fall through */ }
11291129
}

0 commit comments

Comments
 (0)