comp: minor cleanup.
This commit is contained in:
parent
38e796b943
commit
5d84652f51
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ fn expand_syntax_ext(cx: ext_ctxt, sp: span, arg: @ast::expr,
|
|||
}
|
||||
let fmt =
|
||||
expr_to_str(cx, args[0],
|
||||
"first argument to #fmt must be a " + "string literal.");
|
||||
"first argument to #fmt must be a string literal.");
|
||||
let fmtspan = args[0].span;
|
||||
#debug("Format string:");
|
||||
log(debug, fmt);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue