Module rustc::util::nodemap [−][src]
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
An efficient hash map for node IDs
Re-exports
use hir::def_id::DefId; |
use hir::HirId; |
use hir::ItemLocalId; |
use syntax::ast; |
Functions
| DefIdMap |
[ Experimental ]
|
| DefIdSet |
[ Experimental ]
|
| FxHashMap |
[ Experimental ]
|
| FxHashSet |
[ Experimental ]
|
| HirIdMap |
[ Experimental ]
|
| HirIdSet |
[ Experimental ]
|
| ItemLocalMap |
[ Experimental ]
|
| ItemLocalSet |
[ Experimental ]
|
| NodeMap |
[ Experimental ]
|
| NodeSet |
[ Experimental ]
|
Type Definitions
| DefIdMap |
[ Experimental ]
|
| DefIdSet |
[ Experimental ]
|
| FxHashMap |
[ Experimental ] Type alias for a hashmap using the |
| FxHashSet |
[ Experimental ] Type alias for a hashmap using the |
| HirIdMap |
[ Experimental ]
|
| HirIdSet |
[ Experimental ]
|
| ItemLocalMap |
[ Experimental ]
|
| ItemLocalSet |
[ Experimental ]
|
| NodeMap |
[ Experimental ]
|
| NodeSet |
[ Experimental ]
|