mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-05 01:19:07 +00:00
transmutability: ensure_sufficient_stack when answering query Based on #140380. Fixes #118860. The compile time was addressed earlier, this merely addresses stack overflow part of the issue. r? `@jswrenn` `@joshlf`