rust/compiler/rustc_query_impl/src
bors 91ddf3e76a Auto merge of #85266 - cjgillot:hir-dep-clean, r=michaelwoerister
Remove obsolete workaround.

The regression test for #62649 appears to pass even without the workaround.
2021-05-31 10:13:46 +00:00
..
keys.rs Use () in dependency_formats. 2021-05-12 13:58:41 +02:00
lib.rs Move key recovering into force_query. 2021-05-15 10:20:56 +02:00
plumbing.rs Auto merge of #85266 - cjgillot:hir-dep-clean, r=michaelwoerister 2021-05-31 10:13:46 +00:00
profiling_support.rs Move iter_results to dyn FnMut rather than a generic 2021-04-29 17:26:46 -04:00
README.md Move the query system to rustc_query_impl. 2021-02-19 17:51:58 +01:00
stats.rs Move iter_results to dyn FnMut rather than a generic 2021-04-29 17:26:46 -04:00
values.rs Move the query system to rustc_query_impl. 2021-02-19 17:51:58 +01:00

For more information about how the query system works, see the rustc dev guide.