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 4f3a968 commit a191babCopy full SHA for a191bab
src/libsyntax/ext/expand.rs
@@ -44,7 +44,7 @@ pub fn expand_expr(extsbox: @mut SyntaxEnv,
44
cx.span_fatal(
45
pth.span,
46
fmt!("expected macro name without module \
47
- separators, got: '%?'",pth));
+ separators"));
48
}
49
/* using idents and token::special_idents would make the
50
the macro names be hygienic */
@@ -328,7 +328,7 @@ pub fn expand_stmt(extsbox: @mut SyntaxEnv,
328
329
330
331
332
333
let extname = cx.parse_sess().interner.get(pth.idents[0]);
334
let (fully_expanded, sp) = match (*extsbox).find(&extname) {
0 commit comments