mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 10:47:16 +00:00

improve search graph docs, reset `encountered_overflow` between reruns I think this shouldn't really matter for now. It will be more relevant for my current rework as we otherwise cannot partially reevaluate the root goal in case there has been overflow during the prervious iteration. r? ````@BoxyUwU````