mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
eb597f5c4e
This allows constructing the sccc for large that visit many nodes before finding a single cycle of sccc, for example lists. When used to find dependencies in borrow checking the list case is what occurs in very long functions.