We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1c61d commit dc274e6Copy full SHA for dc274e6
src/librustc_driver/driver.rs
@@ -128,7 +128,8 @@ pub fn compile_input(trans: Box<TransCrate>,
128
if sess.opts.will_create_output_file() {
129
if outputs.contains_path(input_path) {
130
sess.err(&format!(
131
- "the input file \"{}\" would be overwritten by the generated executable",
+ "the input file \"{}\" would be overwritten by the generated \
132
+ executable",
133
input_path.display()));
134
return Err(CompileIncomplete::Stopped);
135
}
0 commit comments