Don't use remap-path-prefix in dep-info files.
This commit is contained in:
parent
6a91782b72
commit
04eee2eca2
1 changed files with 1 additions and 1 deletions
|
@ -661,7 +661,7 @@ fn write_out_deps(compiler: &Compiler, outputs: &OutputFilenames, out_filenames:
|
|||
.iter()
|
||||
.filter(|fmap| fmap.is_real_file())
|
||||
.filter(|fmap| !fmap.is_imported())
|
||||
.map(|fmap| escape_dep_filename(&fmap.name))
|
||||
.map(|fmap| escape_dep_filename(&fmap.unmapped_path.as_ref().unwrap_or(&fmap.name)))
|
||||
.collect();
|
||||
|
||||
if sess.binary_dep_depinfo() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue