Skip to content

Commit

Permalink
Fix tidy error
Browse files Browse the repository at this point in the history
  • Loading branch information
varkor committed Jan 29, 2018
1 parent df1c61d commit dc274e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/librustc_driver/driver.rs
Expand Up @@ -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);
}
Expand Down

0 comments on commit dc274e6

Please sign in to comment.