Fix tidy error

This commit is contained in:
varkor 2018-01-05 00:41:37 +00:00
parent df1c61d303
commit dc274e68a7

View file

@ -128,7 +128,8 @@ pub fn compile_input(trans: Box<TransCrate>,
if sess.opts.will_create_output_file() {
if outputs.contains_path(input_path) {
sess.err(&format!(
"the input file \"{}\" would be overwritten by the generated executable",
"the input file \"{}\" would be overwritten by the generated \
executable",
input_path.display()));
return Err(CompileIncomplete::Stopped);
}