mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 10:05:06 +03:00
773ce53ce7
Obligation forest cleanup While looking at this code I was scratching my head about whether a node could appear in both `parent` and `dependents`. Turns out it can, but it's not useful to do so, so this PR cleans things up so it's no longer possible.