Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk"
This reverts commiteda4a35f36
, reversing changes made toeb6b35b5bc
.
This commit is contained in:
parent
2b6a34273d
commit
0a4176a831
23 changed files with 47 additions and 54 deletions
|
@ -464,7 +464,7 @@ fn write_out_deps(tcx: TyCtxt<'_>, outputs: &OutputFilenames, out_filenames: &[P
|
|||
}
|
||||
}
|
||||
|
||||
for &cnum in tcx.crates_including_speculative(()) {
|
||||
for &cnum in tcx.crates(()) {
|
||||
let source = tcx.used_crate_source(cnum);
|
||||
if let Some((path, _)) = &source.dylib {
|
||||
files.push(escape_dep_filename(&path.display().to_string()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue