rollup merge of #21739: alexcrichton/better-print

Closes rust-lang/cargo#1234
This commit is contained in:
Alex Crichton 2015-01-30 12:03:27 -08:00
commit c8f2726b39
1 changed files with 1 additions and 1 deletions

View File

@ -882,7 +882,7 @@ pub fn collect_crate_types(session: &Session,
let res = !link::invalid_output_for_target(session, *crate_type);
if !res {
session.warn(&format!("dropping unsupported crate type `{:?}` \
session.warn(&format!("dropping unsupported crate type `{}` \
for target `{}`",
*crate_type, session.opts.target_triple)[]);
}