diff options
| author | Rémy Rakic <remy.rakic+github@gmail.com> | 2024-06-06 09:45:50 +0000 |
|---|---|---|
| committer | Rémy Rakic <remy.rakic+github@gmail.com> | 2024-06-06 10:06:28 +0000 |
| commit | 0a4176a8316332e37bd08741cc71a4773214941e (patch) | |
| tree | ff764f6aaef390fe3f727cd04cc839f1abd5f919 /compiler/rustc_interface/src | |
| parent | 2b6a34273d820df4140a00984d38d40c745fb565 (diff) | |
| download | rust-0a4176a8316332e37bd08741cc71a4773214941e.tar.gz rust-0a4176a8316332e37bd08741cc71a4773214941e.zip | |
Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk"
This reverts commit eda4a35f365535af72118118a3597edf5a13c12d, reversing changes made to eb6b35b5bcb3c2a594cb29cd478aeb2893f49d30.
Diffstat (limited to 'compiler/rustc_interface/src')
| -rw-r--r-- | compiler/rustc_interface/src/passes.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/passes.rs b/compiler/rustc_interface/src/passes.rs index a342577cffb..d52286d5887 100644 --- a/compiler/rustc_interface/src/passes.rs +++ b/compiler/rustc_interface/src/passes.rs @@ -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())); |
