diff options
| author | Camille Gillot <gillot.camille@gmail.com> | 2025-06-19 13:18:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-19 13:18:33 +0200 |
| commit | ede48910fdb8956f4a23a3bb29ded754206a3ef2 (patch) | |
| tree | 1c82e394cb0b2353b7388ffab8d44fe095459aa0 | |
| parent | 7fa94af5565918146af0b86d3857321b097e956f (diff) | |
| download | rust-ede48910fdb8956f4a23a3bb29ded754206a3ef2.tar.gz rust-ede48910fdb8956f4a23a3bb29ded754206a3ef2.zip | |
Update compiler/rustc_interface/src/passes.rs
Co-authored-by: bjorn3 <17426603+bjorn3@users.noreply.github.com>
| -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 d29656fedd5..21bb8b15271 100644 --- a/compiler/rustc_interface/src/passes.rs +++ b/compiler/rustc_interface/src/passes.rs @@ -1010,7 +1010,7 @@ fn run_required_analyses(tcx: TyCtxt<'_>) { // Prefetch this to prevent multiple threads from blocking on it later. // This is needed since the `hir_id_validator::check_crate` call above is not guaranteed - // to use `hir_crate`. + // to use `hir_crate_items`. tcx.ensure_done().hir_crate_items(()); let sess = tcx.sess; |
