summary refs log tree commit diff
path: root/src/libsyntax/ext/base.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-10-18 18:26:23 -0700
committerbors <bors@rust-lang.org>2013-10-18 18:26:23 -0700
commitcd623e3e36c1d59f4c8a528fc861a46ec46bd5ce (patch)
treeb2bd43c661172214caedc97e579e7fbfd4411686 /src/libsyntax/ext/base.rs
parenta9836e72dd5b86e1248572a84641033fd6eebce7 (diff)
parent29c58c473f086af1c55f4a33ef9e6cbaa19ffdb1 (diff)
downloadrust-cd623e3e36c1d59f4c8a528fc861a46ec46bd5ce.tar.gz
rust-cd623e3e36c1d59f4c8a528fc861a46ec46bd5ce.zip
auto merge of #9919 : alexcrichton/rust/fmt-begone, r=huonw
It lived a good life, but its time has come. The groundwork is set for the
official transition after the next snapshot (removal of XXX2 macros)
Diffstat (limited to 'src/libsyntax/ext/base.rs')
-rw-r--r--src/libsyntax/ext/base.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ext/base.rs b/src/libsyntax/ext/base.rs
index a64e8ff825c..78c4d6b6f4b 100644
--- a/src/libsyntax/ext/base.rs
+++ b/src/libsyntax/ext/base.rs
@@ -222,7 +222,7 @@ pub fn syntax_expander_table() -> SyntaxEnv {
                                 span: None,
                             } as @SyntaxExpanderTTItemTrait,
                             None)));
-    syntax_expanders.insert(intern(&"oldfmt"),
+    syntax_expanders.insert(intern(&"fmt"),
                             builtin_normal_tt_no_ctxt(
                                 ext::fmt::expand_syntax_ext));
     syntax_expanders.insert(intern(&"format_args"),