Skip to content

Commit c1a5991

Browse files
Stage0 compiles without errors
1 parent 07e12db commit c1a5991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_interface/passes.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ fn write_out_deps(
547547
.iter()
548548
.filter(|fmap| fmap.is_real_file())
549549
.filter(|fmap| !fmap.is_imported())
550-
.map(|fmap| escape_dep_filename(&fmap.unmapped_path.as_ref().unwrap_or(&fmap.name)))
550+
.map(|fmap| escape_dep_filename(&fmap.name.unmapped_path()))
551551
.collect();
552552

553553
if sess.binary_dep_depinfo() {

0 commit comments

Comments
 (0)