Skip to content

Commit 6ae65dd

Browse files
committed
rustc_metadata: rip out unused incremental infrastructure.
1 parent 35d2f64 commit 6ae65dd

File tree

6 files changed

+125
-623
lines changed

6 files changed

+125
-623
lines changed

src/librustc_metadata/decoder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ impl<'a, 'tcx> CrateMetadata {
477477

478478
fn maybe_entry(&self, item_id: DefIndex) -> Option<Lazy<Entry<'tcx>>> {
479479
assert!(!self.is_proc_macro(item_id));
480-
self.root.index.lookup(self.blob.raw_bytes(), item_id)
480+
self.root.entries_index.lookup(self.blob.raw_bytes(), item_id)
481481
}
482482

483483
fn entry(&self, item_id: DefIndex) -> Entry<'tcx> {

0 commit comments

Comments
 (0)