1
Fork 0

std: remove str::{connect,concat}*.

This commit is contained in:
Huon Wilson 2013-06-10 23:25:25 +10:00
parent 5a711ea7c3
commit ccd0ac59e9
38 changed files with 62 additions and 86 deletions

View file

@ -207,8 +207,8 @@ pub fn compile_input(ctxt: &Ctx,
let binary = @(copy os::args()[0]);
debug!("flags: %s", str::connect(flags, " "));
debug!("cfgs: %s", str::connect(cfgs, " "));
debug!("flags: %s", flags.connect(" "));
debug!("cfgs: %s", cfgs.connect(" "));
debug!("compile_input's sysroot = %?", ctxt.sysroot_opt);
let crate_type = match what {