Skip to content

Commit dc274e6

Browse files
committed
Fix tidy error
1 parent df1c61d commit dc274e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustc_driver/driver.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ pub fn compile_input(trans: Box<TransCrate>,
128128
if sess.opts.will_create_output_file() {
129129
if outputs.contains_path(input_path) {
130130
sess.err(&format!(
131-
"the input file \"{}\" would be overwritten by the generated executable",
131+
"the input file \"{}\" would be overwritten by the generated \
132+
executable",
132133
input_path.display()));
133134
return Err(CompileIncomplete::Stopped);
134135
}

0 commit comments

Comments
 (0)