about summary refs log tree commit diff
path: root/src/librustc_data_structures/stack.rs
AgeCommit message (Collapse)AuthorLines
2020-05-02Move ensure_sufficient_stack to data_structuresSimonas Kazlauskas-0/+17
We anticipate this to have uses in all sorts of crates and keeping it in `rustc_data_structures` enables access to it from more locations without necessarily pulling in the large `librustc` crate.