Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
comp: minor cleanup.
  • Loading branch information
erickt committed Dec 28, 2011
commit 5d84652f511d68f401493284c82525cdabe2fafb
2 changes: 1 addition & 1 deletion src/comp/syntax/ext/fmt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down