Module rustc_infer::infer::canonical::ir::data_structures
source · Structs§
- A single-threaded reference-counting pointer. ‘Rc’ stands for ‘Reference Counted’.
- Small-storage-optimized implementation of a set.
Enums§
- Small-storage-optimized implementation of a map.
Functions§
- Grows the stack on demand to prevent stack overflow. Call this in strategic locations to “break up” recursive calls. E.g. almost any call to
visit_expr
or equivalent can benefit from this.
Type Aliases§
- Type alias for a hashmap using the
fx
hash algorithm. - Type alias for a hashmap using the
fx
hash algorithm.