Skip to content

Commit 4f2ccf6

Browse files
committed
---
yaml --- r: 6952 b: refs/heads/master c: 5d84652 h: refs/heads/master v: v3
1 parent 25ded9a commit 4f2ccf6

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: 38e796b943bddcbc3f4dfb664632b778451751f2
2+
refs/heads/master: 5d84652f511d68f401493284c82525cdabe2fafb

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fn expand_syntax_ext(cx: ext_ctxt, sp: span, arg: @ast::expr,
2626
}
2727
let fmt =
2828
expr_to_str(cx, args[0],
29-
"first argument to #fmt must be a " + "string literal.");
29+
"first argument to #fmt must be a string literal.");
3030
let fmtspan = args[0].span;
3131
#debug("Format string:");
3232
log(debug, fmt);

0 commit comments

Comments
 (0)