We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6152cd commit c56a309Copy full SHA for c56a309
compiler/rustc_interface/src/passes.rs
@@ -1012,10 +1012,6 @@ fn run_required_analyses(tcx: TyCtxt<'_>) {
1012
{
1013
tcx.ensure_ok().mir_drops_elaborated_and_const_checked(def_id);
1014
}
1015
- });
1016
1017
- sess.time("coroutine_obligations", || {
1018
- tcx.par_hir_body_owners(|def_id| {
1019
if tcx.is_coroutine(def_id.to_def_id()) {
1020
tcx.ensure_ok().mir_coroutine_witnesses(def_id);
1021
let _ = tcx.ensure_ok().check_coroutine_obligations(
0 commit comments