diff options
| author | Michael Sullivan <sully@msully.net> | 2013-08-09 16:07:26 -0700 |
|---|---|---|
| committer | Michael Sullivan <sully@msully.net> | 2013-08-09 16:07:26 -0700 |
| commit | 8cefcc0ac595a21674b1b33211a2e3b53afe31ce (patch) | |
| tree | 450123650406ea59e32caeaa61804d845482d67b /src/libsyntax | |
| parent | fb32ddf1a2a54f7bfc4485485ee87b40f02af2f1 (diff) | |
| download | rust-8cefcc0ac595a21674b1b33211a2e3b53afe31ce.tar.gz rust-8cefcc0ac595a21674b1b33211a2e3b53afe31ce.zip | |
Fix some warnings.
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/ext/ifmt.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ext/ifmt.rs b/src/libsyntax/ext/ifmt.rs index 5cf5fdba632..8549b5795b2 100644 --- a/src/libsyntax/ext/ifmt.rs +++ b/src/libsyntax/ext/ifmt.rs @@ -685,7 +685,7 @@ pub fn expand_syntax_ext(ecx: @ExtCtxt, sp: span, }; cx.fmtsp = efmt.span; let fmt = expr_to_str(ecx, efmt, - ~"first argument to ifmt! must be a string literal."); + "first argument to ifmt! must be a string literal."); let mut err = false; do parse::parse_error::cond.trap(|m| { |
