mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
af72a70ee2
The previous recursive approach might overflow the stack when walking a particularly deep, list-like, graph. In particular, dominator calculation for borrow checking does such a traversal and very long functions might lead to a region dependency graph with in this problematic structure. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |