Use on-disk-hash-table format for DefPathHashMap in hir::definitions.
This commit is contained in:
parent
0debea1377
commit
d0be27c8ec
7 changed files with 66 additions and 5 deletions
|
@ -8,6 +8,7 @@ doctest = false
|
|||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
odht = { version = "0.1", features = ["nightly"] }
|
||||
snap = "1"
|
||||
tracing = "0.1"
|
||||
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue