Skip to content

Commit 2cc1b83

Browse files
committed
---
yaml --- r: 2936 b: refs/heads/master c: c18f2e2 h: refs/heads/master v: v3
1 parent fbbbef7 commit 2cc1b83

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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: af46f3ed0d2b65df451ff54b0a22263b74f11e46
2+
refs/heads/master: c18f2e2dac5f733fd3f6d21c043a0ccf7d26e320

trunk/src/comp/front/parser.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,8 @@ fn parse_bottom_expr(&parser p) -> @ast::expr {
933933
some(token::COMMA),
934934
pf, p);
935935
hi = es.span.hi;
936-
ex = expand_syntax_ext(p, es.span, pth, es.node,
936+
auto ext_span = rec(lo=lo, hi=hi);
937+
ex = expand_syntax_ext(p, ext_span, pth, es.node,
937938
none[str]);
938939
} else if (eat_word(p, "fail")) {
939940
ex = ast::expr_fail(p.get_ann());

0 commit comments

Comments
 (0)