]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Auto merge of #80891 - cjgillot:noq, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Wed, 24 Feb 2021 03:29:00 +0000 (03:29 +0000)
committerbors <bors@rust-lang.org>
Wed, 24 Feb 2021 03:29:00 +0000 (03:29 +0000)
commit301ad8a4fa3ea56fb980443b7997c8f9d72dd717
tree4dad474ef93d223486d5f0654fce2bc177e3fb5d
parentfe1bf8e05c39bdcc73fc09e246b7209444e389bc
parent903f65f215812ca4d40e1efc6a5f234e0ab5728c
Auto merge of #80891 - cjgillot:noq, r=Mark-Simulacrum

Make the `Query` enum a simple struct.

A lot of code in `rustc_query_system` is generic over it, only to encode an exceptional error case: query cycles.
The delayed computations are now done at cycle detection.
Cargo.lock