We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e64645 commit 4f050bfCopy full SHA for 4f050bf
src/librustc_driver/driver.rs
@@ -881,7 +881,7 @@ pub fn phase_6_link_output(sess: &Session,
881
fn escape_dep_filename(filename: &str) -> String {
882
// Apparently clang and gcc *only* escape spaces:
883
// http://llvm.org/klaus/clang/commit/9d50634cfc268ecc9a7250226dd5ca0e945240d4
884
- filename.replace(" ", "\")
+ filename.replace(" ", "\\ ")
885
}
886
887
fn write_out_deps(sess: &Session, outputs: &OutputFilenames, id: &str) {
0 commit comments