std: remove str::{connect,concat}*.
This commit is contained in:
parent
5a711ea7c3
commit
ccd0ac59e9
38 changed files with 62 additions and 86 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue