mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
62a48cd9c3
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`