Skip to content

Commit ff527cf

Browse files
kevinabrson
authored andcommitted
---
yaml --- r: 7658 b: refs/heads/master c: 355edf1 h: refs/heads/master v: v3
1 parent afb4927 commit ff527cf

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: 1625a4320d80d65814dbbef2a593ba340163bc9c
2+
refs/heads/master: 355edf13e7d41ecdef750b166824422e76c4ef26

trunk/src/comp/syntax/ext/expand.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ fn expand_crate(sess: session::session, c: @crate) -> @crate {
7070
{fold_expr: bind expand_expr(exts, cx, _, _, afp.fold_expr)
7171
with *afp};
7272
let f = make_fold(f_pre);
73-
let cm = parse_expr_from_source_str("-", core_macros(),
73+
let cm = parse_expr_from_source_str("<anon>", core_macros(),
7474
sess.opts.cfg,
7575
sess.parse_sess);
7676

0 commit comments

Comments
 (0)