mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-13 21:52:34 +00:00
Optionally don't steal the THIR The THIR being stolen is a recurrent pain for authors of rustc drivers. This makes it optional, so that the `thir_body` query can still be used after analysis of the crate has completed.