rust/compiler/rustc_hir
Michael Woerister 2b60338ee9 Make DefPathHash->DefId panic for if the mapping fails.
We only use this mapping for cases where we know that it must succeed.
Letting it panic otherwise makes it harder to use the API in unsupported
ways.
2021-09-14 13:56:33 +02:00
..
src Make DefPathHash->DefId panic for if the mapping fails. 2021-09-14 13:56:33 +02:00
Cargo.toml Use on-disk-hash-table format for DefPathHashMap in hir::definitions. 2021-09-14 13:54:41 +02:00