about summary refs log tree commit diff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMichael Woerister <michaelwoerister@posteo>2021-07-20 13:54:37 +0200
committerMichael Woerister <michaelwoerister@posteo>2021-09-14 13:54:41 +0200
commitd0be27c8ec448e4dd10dfa0f290ffe1bf997de5f (patch)
tree3b9d1e9e883206a506f0faa71252c01a6267b58e /Cargo.lock
parent0debea1377459e34b39bdbb5095d9e33cced9912 (diff)
downloadrust-d0be27c8ec448e4dd10dfa0f290ffe1bf997de5f.tar.gz
rust-d0be27c8ec448e4dd10dfa0f290ffe1bf997de5f.zip
Use on-disk-hash-table format for DefPathHashMap in hir::definitions.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index cde73166bab..a03d542139b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2322,6 +2322,15 @@ dependencies = [
 ]
 
 [[package]]
+name = "odht"
+version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "91e547991b4135151428251dbff22e39ab0f766e0f37cc7d78c5343132be295f"
+dependencies = [
+ "cfg-if 1.0.0",
+]
+
+[[package]]
 name = "once_cell"
 version = "1.7.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3858,6 +3867,7 @@ version = "0.0.0"
 name = "rustc_hir"
 version = "0.0.0"
 dependencies = [
+ "odht",
  "rustc_ast",
  "rustc_data_structures",
  "rustc_feature",
@@ -4044,6 +4054,7 @@ name = "rustc_metadata"
 version = "0.0.0"
 dependencies = [
  "libc",
+ "odht",
  "rustc_ast",
  "rustc_attr",
  "rustc_data_structures",