From 1db62d8311cba10c9f5f2ce38543fec7dad5b9c9 Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Fri, 9 Aug 2013 20:22:59 -0700 Subject: std: Iterator.chain_ -> .chain --- src/libsyntax/ext/ifmt.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsyntax') diff --git a/src/libsyntax/ext/ifmt.rs b/src/libsyntax/ext/ifmt.rs index a44201544d5..9fd325798d7 100644 --- a/src/libsyntax/ext/ifmt.rs +++ b/src/libsyntax/ext/ifmt.rs @@ -576,7 +576,7 @@ impl Context { } let args = names.move_iter().map(|a| a.unwrap()); - let mut args = locals.move_iter().chain_(args); + let mut args = locals.move_iter().chain(args); // Next, build up the actual call to the sprintf function. let result = self.ecx.expr_call_global(self.fmtsp, ~[ -- cgit 1.4.1-3-g733a5