Use on-disk-hash-table format for DefPathHashMap in hir::definitions.

This commit is contained in:
Michael Woerister
2021-07-20 13:54:37 +02:00
parent 0debea1377
commit d0be27c8ec
7 changed files with 66 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ extern crate rustc_data_structures;
mod arena;
pub mod def;
pub mod def_path_hash_map;
pub mod definitions;
pub use rustc_span::def_id;
mod hir;