[−][src]Module rustc_ap_rustc_data_structures::stack
Functions
ensure_sufficient_stack | 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 |
ensure_sufficient_stack | 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 |