Skip to content

Commit f846cf2

Browse files
committed
---
yaml --- r: 46728 b: refs/heads/auto c: a191bab h: refs/heads/master v: v3
1 parent f43c088 commit f846cf2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
1414
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1515
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1616
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
17-
refs/heads/auto: 4f3a968f91bbc2991056e1fb7e6e38829bbce57d
17+
refs/heads/auto: a191babbe56170380c6d9b6a26ebf472b7c5dd37

branches/auto/src/libsyntax/ext/expand.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pub fn expand_expr(extsbox: @mut SyntaxEnv,
4444
cx.span_fatal(
4545
pth.span,
4646
fmt!("expected macro name without module \
47-
separators, got: '%?'",pth));
47+
separators"));
4848
}
4949
/* using idents and token::special_idents would make the
5050
the macro names be hygienic */
@@ -328,7 +328,7 @@ pub fn expand_stmt(extsbox: @mut SyntaxEnv,
328328
cx.span_fatal(
329329
pth.span,
330330
fmt!("expected macro name without module \
331-
separators, got: '%?'",pth));
331+
separators"));
332332
}
333333
let extname = cx.parse_sess().interner.get(pth.idents[0]);
334334
let (fully_expanded, sp) = match (*extsbox).find(&extname) {

0 commit comments

Comments
 (0)