mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
48bcaf7ed1
PR #138672 introduced a complex and invasive split of `QueryStackFrame` to avoid a query cycle. This commit reverts that change because there is a much simpler change that fixes the problem, which will be in the next commit.