Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ICE: E0277 : span must not be empty.. / {OpaqueTypeKey { def_id: DefId(.. / report_selection_error' did not emit an error #117014

Closed
matthiaskrgr opened this issue Oct 21, 2023 · 4 comments · Fixed by #117019
Labels
C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ requires-debug-assertions This issue requires a build of rustc or tooling with debug-assertions in some way T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@matthiaskrgr
Copy link
Member

File: /tmp/span/be75c1c7e180eaf67d3475372cb21200b293ceaf.rs

auto-reduced (treereduce-rust):

async fn bar() {
    for x in for x in 0..10 {}.await.unwrap() {}
}
original code

original:

// check-pass
// incremental
// compile-flags: -Z query-dep-graph
// edition:2018

// Regression test for ICE related to `await`ing in a method + incr. comp. (#64965)

async fn bar() {
    for x in for x in 0..10 {
        async { Some(x) }.await.unwrap();
    }.await.unwrap() {
        async { Some(x) }.*.unwrap();
    }
}
async fn bar() {
    for x in for x in 0..10 {
        async { Some(x) }.*.unwrap();
    }.await.unwrap() {
        async { Some(x) }. /* --error-format=json */ .unwrap();
    }
}

// Another reproduction: `await`ing with a variable from for-loop.

async fn bar() {
    for unwrap in 0..for x in for x in 0..10 {
        async { Some(x) }.await.unwrap();
    }.await.unwrap() {
        async { Some(x) }.await.x();
    } {
        for x in for x in 0 {
        async { Some(x) };
    }.await.unwrap() {
        async { Some(x) }.await.unwrap();
    }.await.unwrap();
    }
}

async fn bar() {
    for unwrap in for x in 0..10 {
        async { Some(x) }.await.unwrap();
    }.await.unwrap() {
        async { Some(x) }.await.x();
    }
}

Version information

rustc 1.75.0-dev
binary: rustc
commit-hash: unknown
commit-date: unknown
host: x86_64-unknown-linux-gnu
release: 1.75.0-dev
LLVM version: 17.0.3

Command:
/home/matthias/.rustup/toolchains/local-debug-assertions/bin/rustc --edition=2021

@matthiaskrgr matthiaskrgr added I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. C-bug Category: This is a bug. requires-debug-assertions This issue requires a build of rustc or tooling with debug-assertions in some way labels Oct 21, 2023
@rustbot rustbot added the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Oct 21, 2023
@matthiaskrgr
Copy link
Member Author

Program output

error[E0601]: `main` function not found in crate `mvce`
 --> /tmp/icemaker_global_tempdir.ZUUGFEnisnXb/rustc_testrunner_tmpdir_reporting.XXXuJ79Dlv5h/mvce.rs:3:2
  |
3 | }
  |  ^ consider adding a `main` function to `/tmp/icemaker_global_tempdir.ZUUGFEnisnXb/rustc_testrunner_tmpdir_reporting.XXXuJ79Dlv5h/mvce.rs`

thread 'rustc' panicked at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_errors/src/diagnostic.rs:720:9:
Span must not be empty and have no suggestion
stack backtrace:
   0:     0x7fec38f56331 - std::backtrace_rs::backtrace::libunwind::trace::hc54372d4dd94c403
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5
   1:     0x7fec38f56331 - std::backtrace_rs::backtrace::trace_unsynchronized::h9a60a5136de2ee0f
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
   2:     0x7fec38f56331 - std::sys_common::backtrace::_print_fmt::h69b3923dd0c7b2dd
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:67:5
   3:     0x7fec38f56331 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::he8c5a0f1a8935752
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:44:22
   4:     0x7fec38fafcff - core::fmt::rt::Argument::fmt::h7c0abaa263c1a6d5
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/fmt/rt.rs:142:9
   5:     0x7fec38fafcff - core::fmt::write::h7c6fa3986b639831
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/fmt/mod.rs:1117:17
   6:     0x7fec38f2b2bf - std::io::Write::write_fmt::h3c90685dfb841178
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/io/mod.rs:1762:15
   7:     0x7fec38f56104 - std::sys_common::backtrace::_print::hfd63b2d27a10a6dd
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:47:5
   8:     0x7fec38f56104 - std::sys_common::backtrace::print::h70a20843632f3756
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:34:9
   9:     0x7fec38f575cc - std::panicking::default_hook::{{closure}}::h918f7482ef2fbe6c
  10:     0x7fec38f5727a - std::panicking::default_hook::h9ac2947f2697ea8e
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:292:9
  11:     0x7fec3b7a58e7 - rustc_driver_impl[72fa47987e89222e]::install_ice_hook::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_driver_impl/src/lib.rs:1367:17
  12:     0x7fec3b7a58e7 - <alloc[7c6619a74188b8e7]::boxed::Box<rustc_driver_impl[72fa47987e89222e]::install_ice_hook::{closure#0}> as core[21dd56430bf6a4c3]::ops::function::Fn<(&dyn for<'a, 'b> core[21dd56430bf6a4c3]::ops::function::Fn<(&'a core[21dd56430bf6a4c3]::panic::panic_info::PanicInfo<'b>,), Output = ()> + core[21dd56430bf6a4c3]::marker::Sync + core[21dd56430bf6a4c3]::marker::Send, &core[21dd56430bf6a4c3]::panic::panic_info::PanicInfo)>>::call
                               at /home/matthias/vcs/github/rust_debug_assertions/library/alloc/src/boxed.rs:2021:9
  13:     0x7fec38f57f81 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h897eb8958e764689
                               at /home/matthias/vcs/github/rust_debug_assertions/library/alloc/src/boxed.rs:2021:9
  14:     0x7fec38f57f81 - std::panicking::rust_panic_with_hook::hf6e007a885ad375b
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:735:13
  15:     0x7fec38f57cb9 - std::panicking::begin_panic_handler::{{closure}}::hc79fc3f9875ebda3
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:601:13
  16:     0x7fec38f565f6 - std::sys_common::backtrace::__rust_end_short_backtrace::h6e2429a7426dc03b
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:170:18
  17:     0x7fec38f579f2 - rust_begin_unwind
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:597:5
  18:     0x7fec38fc0c25 - core::panicking::panic_fmt::hc5c08f86a9d574a6
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/panicking.rs:72:14
  19:     0x7fec3dbca811 - <rustc_errors[feb00b0a4bbee3b8]::diagnostic::Diagnostic>::span_suggestion_with_style::<&str, &str>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_errors/src/diagnostic.rs:720:9
  20:     0x7fec3dce5c80 - <rustc_errors[feb00b0a4bbee3b8]::diagnostic::Diagnostic>::span_suggestion::<&str, &str>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_errors/src/diagnostic.rs:701:9
  21:     0x7fec3dce5c80 - <rustc_infer[84d0570a8e7dffd1]::infer::error_reporting::TypeErrCtxt as rustc_trait_selection[a70a24b79e881396]::traits::error_reporting::suggestions::TypeErrCtxtExt>::suggest_remove_await
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_trait_selection/src/traits/error_reporting/suggestions.rs:1657:21
  22:     0x7fec3dcfc44e - <rustc_infer[84d0570a8e7dffd1]::infer::error_reporting::TypeErrCtxt as rustc_trait_selection[a70a24b79e881396]::traits::error_reporting::type_err_ctxt_ext::TypeErrCtxtExt>::report_selection_error
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_trait_selection/src/traits/error_reporting/type_err_ctxt_ext.rs:622:25
  23:     0x7fec3dd0cca5 - <rustc_infer[84d0570a8e7dffd1]::infer::error_reporting::TypeErrCtxt as rustc_trait_selection[a70a24b79e881396]::traits::error_reporting::type_err_ctxt_ext::InferCtxtPrivExt>::report_fulfillment_error
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_trait_selection/src/traits/error_reporting/type_err_ctxt_ext.rs:1265:17
  24:     0x7fec3dcf82ee - <rustc_infer[84d0570a8e7dffd1]::infer::error_reporting::TypeErrCtxt as rustc_trait_selection[a70a24b79e881396]::traits::error_reporting::type_err_ctxt_ext::TypeErrCtxtExt>::report_fulfillment_errors
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_trait_selection/src/traits/error_reporting/type_err_ctxt_ext.rs:202:21
  25:     0x7fec3bd6de28 - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::select_obligations_where_possible::<<rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_argument_types::{closure#1}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/fn_ctxt/_impl.rs:585:13
  26:     0x7fec3bd6de28 - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_argument_types
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/fn_ctxt/checks.rs:348:17
  27:     0x7fec3bd2b584 - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::confirm_builtin_call
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/callee.rs:449:9
  28:     0x7fec3bd2995e - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_call
  29:     0x7fec3bdcf49c - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_kind
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:325:45
  30:     0x7fec3bd4a94b - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:228:18
  31:     0x7fec3bd4a94b - stacker[47c4987f9cf40448]::maybe_grow::<rustc_middle[a7d878ac61cdbd7f]::ty::Ty, <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                               at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
  32:     0x7fec3bd4a94b - rustc_data_structures[7800658396ff6ff4]::stack::ensure_sufficient_stack::<rustc_middle[a7d878ac61cdbd7f]::ty::Ty, <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
  33:     0x7fec3bd4a94b - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:224:18
  34:     0x7fec3bdce68a - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:178:9
  35:     0x7fec3bdc0563 - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_has_type_or_error::<<rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::demand_scrutinee_type::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:71:22
  36:     0x7fec3bdc0563 - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::demand_scrutinee_type
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/_match.rs:484:13
  37:     0x7fec3bdc0563 - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_match::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/_match.rs:28:28
  38:     0x7fec3bdc0563 - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_match
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/_match.rs:16:5
  39:     0x7fec3bdcf132 - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_kind
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:321:17
  40:     0x7fec3bd4a94b - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:228:18
  41:     0x7fec3bd4a94b - stacker[47c4987f9cf40448]::maybe_grow::<rustc_middle[a7d878ac61cdbd7f]::ty::Ty, <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                               at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
  42:     0x7fec3bd4a94b - rustc_data_structures[7800658396ff6ff4]::stack::ensure_sufficient_stack::<rustc_middle[a7d878ac61cdbd7f]::ty::Ty, <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
  43:     0x7fec3bd4a94b - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:224:18
  44:     0x7fec3bdce68a - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:178:9
  45:     0x7fec3bdcf52b - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:151:9
  46:     0x7fec3bdcf52b - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_method_call
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:1280:22
  47:     0x7fec3bdcf52b - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_kind
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:327:17
  48:     0x7fec3bd4a94b - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:228:18
  49:     0x7fec3bd4a94b - stacker[47c4987f9cf40448]::maybe_grow::<rustc_middle[a7d878ac61cdbd7f]::ty::Ty, <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                               at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
  50:     0x7fec3bd4a94b - rustc_data_structures[7800658396ff6ff4]::stack::ensure_sufficient_stack::<rustc_middle[a7d878ac61cdbd7f]::ty::Ty, <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
  51:     0x7fec3bd4a94b - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:224:18
  52:     0x7fec3bdce68a - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:178:9
  53:     0x7fec3bd6e23a - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_argument_types::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/fn_ctxt/checks.rs:253:30
  54:     0x7fec3bd6e23a - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_argument_types
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/fn_ctxt/checks.rs:384:34
  55:     0x7fec3bd2b584 - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::confirm_builtin_call
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/callee.rs:449:9
  56:     0x7fec3bd2995e - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_call
  57:     0x7fec3bdcf49c - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_kind
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:325:45
  58:     0x7fec3bd4a94b - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:228:18
  59:     0x7fec3bd4a94b - stacker[47c4987f9cf40448]::maybe_grow::<rustc_middle[a7d878ac61cdbd7f]::ty::Ty, <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                               at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
  60:     0x7fec3bd4a94b - rustc_data_structures[7800658396ff6ff4]::stack::ensure_sufficient_stack::<rustc_middle[a7d878ac61cdbd7f]::ty::Ty, <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
  61:     0x7fec3bd4a94b - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:224:18
  62:     0x7fec3bdce68a - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:178:9
  63:     0x7fec3bdc0563 - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_has_type_or_error::<<rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::demand_scrutinee_type::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:71:22
  64:     0x7fec3bdc0563 - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::demand_scrutinee_type
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/_match.rs:484:13
  65:     0x7fec3bdc0563 - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_match::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/_match.rs:28:28
  66:     0x7fec3bdc0563 - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_match
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/_match.rs:16:5
  67:     0x7fec3bdcf132 - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_kind
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:321:17
  68:     0x7fec3bd4a94b - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:228:18
  69:     0x7fec3bd4a94b - stacker[47c4987f9cf40448]::maybe_grow::<rustc_middle[a7d878ac61cdbd7f]::ty::Ty, <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                               at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
  70:     0x7fec3bd4a94b - rustc_data_structures[7800658396ff6ff4]::stack::ensure_sufficient_stack::<rustc_middle[a7d878ac61cdbd7f]::ty::Ty, <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
  71:     0x7fec3bd4a94b - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:224:18
  72:     0x7fec3bdce68a - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:178:9
  73:     0x7fec3bdcfda6 - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_kind
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:339:39
  74:     0x7fec3bd4a94b - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:228:18
  75:     0x7fec3bd4a94b - stacker[47c4987f9cf40448]::maybe_grow::<rustc_middle[a7d878ac61cdbd7f]::ty::Ty, <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                               at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
  76:     0x7fec3bd4a94b - rustc_data_structures[7800658396ff6ff4]::stack::ensure_sufficient_stack::<rustc_middle[a7d878ac61cdbd7f]::ty::Ty, <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
  77:     0x7fec3bd4a94b - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:224:18
  78:     0x7fec3bdce68a - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:178:9
  79:     0x7fec3bd783d2 - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_block_with_expected::{closure#0}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/fn_ctxt/checks.rs:1593:44
  80:     0x7fec3bd783d2 - <core[21dd56430bf6a4c3]::option::Option<&rustc_hir[60561a552f7ef463]::hir::Expr>>::map::<(&rustc_hir[60561a552f7ef463]::hir::Expr, rustc_middle[a7d878ac61cdbd7f]::ty::Ty), <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_block_with_expected::{closure#0}::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/option.rs:1066:29
  81:     0x7fec3bd783d2 - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_block_with_expected::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/fn_ctxt/checks.rs:1593:26
  82:     0x7fec3bd783d2 - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::with_breakable_ctxt::<<rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_block_with_expected::{closure#0}, ()>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/fn_ctxt/_impl.rs:1551:22
  83:     0x7fec3bd783d2 - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_block_with_expected
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/fn_ctxt/checks.rs:1585:26
  84:     0x7fec3bdcf0ed - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_kind
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:324:41
  85:     0x7fec3bd4a94b - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:228:18
  86:     0x7fec3bd4a94b - stacker[47c4987f9cf40448]::maybe_grow::<rustc_middle[a7d878ac61cdbd7f]::ty::Ty, <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                               at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
  87:     0x7fec3bd4a94b - rustc_data_structures[7800658396ff6ff4]::stack::ensure_sufficient_stack::<rustc_middle[a7d878ac61cdbd7f]::ty::Ty, <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
  88:     0x7fec3bd4a94b - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:224:18
  89:     0x7fec3bdce68a - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:178:9
  90:     0x7fec3bdcfda6 - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_kind
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:339:39
  91:     0x7fec3bd4a94b - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:228:18
  92:     0x7fec3bd4a94b - stacker[47c4987f9cf40448]::maybe_grow::<rustc_middle[a7d878ac61cdbd7f]::ty::Ty, <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                               at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
  93:     0x7fec3bd4a94b - rustc_data_structures[7800658396ff6ff4]::stack::ensure_sufficient_stack::<rustc_middle[a7d878ac61cdbd7f]::ty::Ty, <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
  94:     0x7fec3bd4a94b - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:224:18
  95:     0x7fec3bdce68a - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:178:9
  96:     0x7fec3bd783d2 - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_block_with_expected::{closure#0}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/fn_ctxt/checks.rs:1593:44
  97:     0x7fec3bd783d2 - <core[21dd56430bf6a4c3]::option::Option<&rustc_hir[60561a552f7ef463]::hir::Expr>>::map::<(&rustc_hir[60561a552f7ef463]::hir::Expr, rustc_middle[a7d878ac61cdbd7f]::ty::Ty), <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_block_with_expected::{closure#0}::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/option.rs:1066:29
  98:     0x7fec3bd783d2 - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_block_with_expected::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/fn_ctxt/checks.rs:1593:26
  99:     0x7fec3bd783d2 - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::with_breakable_ctxt::<<rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_block_with_expected::{closure#0}, ()>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/fn_ctxt/_impl.rs:1551:22
 100:     0x7fec3bd783d2 - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_block_with_expected
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/fn_ctxt/checks.rs:1585:26
 101:     0x7fec3bdcf0ed - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_kind
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:324:41
 102:     0x7fec3bd4a94b - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:228:18
 103:     0x7fec3bd4a94b - stacker[47c4987f9cf40448]::maybe_grow::<rustc_middle[a7d878ac61cdbd7f]::ty::Ty, <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                               at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
 104:     0x7fec3bd4a94b - rustc_data_structures[7800658396ff6ff4]::stack::ensure_sufficient_stack::<rustc_middle[a7d878ac61cdbd7f]::ty::Ty, <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
 105:     0x7fec3bd4a94b - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:224:18
 106:     0x7fec3bdce68a - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:178:9
 107:     0x7fec3bd4c481 - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_hint
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:130:9
 108:     0x7fec3bd4c481 - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_return_expr
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:823:30
 109:     0x7fec3bfd94f2 - rustc_hir_typeck[12e04c3edde941bb]::check::check_fn
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/check.rs:125:5
 110:     0x7fec3bdc58f4 - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_closure::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/closure.rs:87:31
 111:     0x7fec3bdc58f4 - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_closure
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/closure.rs:68:5
 112:     0x7fec3bdc58f4 - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_closure
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/closure.rs:65:9
 113:     0x7fec3bdcf4ce - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_kind
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:323:43
 114:     0x7fec3bd4a94b - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:228:18
 115:     0x7fec3bd4a94b - stacker[47c4987f9cf40448]::maybe_grow::<rustc_middle[a7d878ac61cdbd7f]::ty::Ty, <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                               at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
 116:     0x7fec3bd4a94b - rustc_data_structures[7800658396ff6ff4]::stack::ensure_sufficient_stack::<rustc_middle[a7d878ac61cdbd7f]::ty::Ty, <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
 117:     0x7fec3bd4a94b - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:224:18
 118:     0x7fec3bdce68a - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_expectation
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:178:9
 119:     0x7fec3bd4c481 - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_expr_with_hint
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:130:9
 120:     0x7fec3bd4c481 - <rustc_hir_typeck[12e04c3edde941bb]::fn_ctxt::FnCtxt>::check_return_expr
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:823:30
 121:     0x7fec3bfd94f2 - rustc_hir_typeck[12e04c3edde941bb]::check::check_fn
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/check.rs:125:5
 122:     0x7fec3bffcb74 - rustc_hir_typeck[12e04c3edde941bb]::typeck_with_fallback::<rustc_hir_typeck[12e04c3edde941bb]::typeck::{closure#0}>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/lib.rs:200:9
 123:     0x7fec3bffcb74 - rustc_hir_typeck[12e04c3edde941bb]::typeck_with_fallback::<rustc_hir_typeck[12e04c3edde941bb]::typeck::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/lib.rs:159:1
 124:     0x7fec3bffcb74 - rustc_hir_typeck[12e04c3edde941bb]::typeck
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/lib.rs:146:5
 125:     0x7fec3d3ab2e3 - rustc_query_impl[cd9bcf5831421ca1]::query_impl::typeck::dynamic_query::{closure#2}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:585:47
 126:     0x7fec3d3ab2e3 - rustc_query_impl[cd9bcf5831421ca1]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[cd9bcf5831421ca1]::query_impl::typeck::dynamic_query::{closure#2}::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:509:18
 127:     0x7fec3d58355d - rustc_query_impl[cd9bcf5831421ca1]::query_impl::typeck::dynamic_query::{closure#2}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:581:25
 128:     0x7fec3d58355d - <rustc_query_impl[cd9bcf5831421ca1]::query_impl::typeck::dynamic_query::{closure#2} as core[21dd56430bf6a4c3]::ops::function::FnOnce<(rustc_middle[a7d878ac61cdbd7f]::ty::context::TyCtxt, rustc_span[e10afd65aa0ad907]::def_id::LocalDefId)>>::call_once
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
 129:     0x7fec3d3425a2 - <rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::VecCache<rustc_span[e10afd65aa0ad907]::def_id::LocalDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false> as rustc_query_system[6498b285cd4f6ee2]::query::config::QueryConfig<rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>>::compute
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/lib.rs:119:9
 130:     0x7fec3d3425a2 - rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr::<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::VecCache<rustc_span[e10afd65aa0ad907]::def_id::LocalDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:456:72
 131:     0x7fec3d3425a2 - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::enter_context::<rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::VecCache<rustc_span[e10afd65aa0ad907]::def_id::LocalDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:82:9
 132:     0x7fec3d3425a2 - <std[a16b4f38b9e6075d]::thread::local::LocalKey<core[21dd56430bf6a4c3]::cell::Cell<*const ()>>>::try_with::<rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::enter_context<rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::VecCache<rustc_span[e10afd65aa0ad907]::def_id::LocalDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:270:16
 133:     0x7fec3d3425a2 - <std[a16b4f38b9e6075d]::thread::local::LocalKey<core[21dd56430bf6a4c3]::cell::Cell<*const ()>>>::with::<rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::enter_context<rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::VecCache<rustc_span[e10afd65aa0ad907]::def_id::LocalDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:246:9
 134:     0x7fec3d3425a2 - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::enter_context::<rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::VecCache<rustc_span[e10afd65aa0ad907]::def_id::LocalDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:79:9
 135:     0x7fec3d3425a2 - <rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt as rustc_query_system[6498b285cd4f6ee2]::query::QueryContext>::start_query::<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::VecCache<rustc_span[e10afd65aa0ad907]::def_id::LocalDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:151:13
 136:     0x7fec3d3425a2 - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_related_context::<<rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt as rustc_query_system[6498b285cd4f6ee2]::query::QueryContext>::start_query<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::VecCache<rustc_span[e10afd65aa0ad907]::def_id::LocalDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:133:9
 137:     0x7fec3d3425a2 - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_context::<rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_related_context<<rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt as rustc_query_system[6498b285cd4f6ee2]::query::QueryContext>::start_query<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::VecCache<rustc_span[e10afd65aa0ad907]::def_id::LocalDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:36
 138:     0x7fec3d3425a2 - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_context_opt::<rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_context<rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_related_context<<rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt as rustc_query_system[6498b285cd4f6ee2]::query::QueryContext>::start_query<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::VecCache<rustc_span[e10afd65aa0ad907]::def_id::LocalDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:100:18
 139:     0x7fec3d3425a2 - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_context::<rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_related_context<<rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt as rustc_query_system[6498b285cd4f6ee2]::query::QueryContext>::start_query<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::VecCache<rustc_span[e10afd65aa0ad907]::def_id::LocalDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:5
 140:     0x7fec3d3425a2 - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_related_context::<<rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt as rustc_query_system[6498b285cd4f6ee2]::query::QueryContext>::start_query<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::VecCache<rustc_span[e10afd65aa0ad907]::def_id::LocalDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:124:5
 141:     0x7fec3d3425a2 - <rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt as rustc_query_system[6498b285cd4f6ee2]::query::QueryContext>::start_query::<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::VecCache<rustc_span[e10afd65aa0ad907]::def_id::LocalDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:136:9
 142:     0x7fec3d3425a2 - rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr::<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::VecCache<rustc_span[e10afd65aa0ad907]::def_id::LocalDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:456:18
 143:     0x7fec3d3425a2 - rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job::<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::VecCache<rustc_span[e10afd65aa0ad907]::def_id::LocalDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt, false>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:389:9
 144:     0x7fec3d3425a2 - rustc_query_system[6498b285cd4f6ee2]::query::plumbing::try_execute_query::<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::VecCache<rustc_span[e10afd65aa0ad907]::def_id::LocalDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt, false>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:332:13
 145:     0x7fec3d5c1f66 - rustc_query_system[6498b285cd4f6ee2]::query::plumbing::get_query_non_incr::<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::VecCache<rustc_span[e10afd65aa0ad907]::def_id::LocalDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:788:32
 146:     0x7fec3d5c1f66 - stacker[47c4987f9cf40448]::maybe_grow::<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::get_query_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::VecCache<rustc_span[e10afd65aa0ad907]::def_id::LocalDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
 147:     0x7fec3d5c1f66 - rustc_data_structures[7800658396ff6ff4]::stack::ensure_sufficient_stack::<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::get_query_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::VecCache<rustc_span[e10afd65aa0ad907]::def_id::LocalDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
 148:     0x7fec3d5c1f66 - rustc_query_system[6498b285cd4f6ee2]::query::plumbing::get_query_non_incr::<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::VecCache<rustc_span[e10afd65aa0ad907]::def_id::LocalDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:788:5
 149:     0x7fec3d5c1f66 - rustc_query_impl[cd9bcf5831421ca1]::query_impl::typeck::get_query_non_incr::__rust_end_short_backtrace
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:559:26
 150:     0x7fec3ba52448 - rustc_middle[a7d878ac61cdbd7f]::query::plumbing::query_get_at::<rustc_query_system[6498b285cd4f6ee2]::query::caches::VecCache<rustc_span[e10afd65aa0ad907]::def_id::LocalDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:156:17
 151:     0x7fec3ba6fd2d - <rustc_middle[a7d878ac61cdbd7f]::query::plumbing::TyCtxtAt>::typeck::<rustc_span[e10afd65aa0ad907]::def_id::LocalDefId>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:386:31
 152:     0x7fec3ba6fd2d - <rustc_middle[a7d878ac61cdbd7f]::ty::context::TyCtxt>::typeck::<rustc_span[e10afd65aa0ad907]::def_id::LocalDefId>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:377:17
 153:     0x7fec3ba6fd2d - rustc_hir_analysis[131f4d5cc8cb0343]::collect::type_of::opaque::find_opaque_ty_constraints_for_rpit
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/collect/type_of/opaque.rs:229:18
 154:     0x7fec3ba6fd2d - rustc_hir_analysis[131f4d5cc8cb0343]::collect::type_of::type_of_opaque
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/collect/type_of.rs:539:21
 155:     0x7fec3d38fed8 - rustc_query_impl[cd9bcf5831421ca1]::query_impl::type_of_opaque::dynamic_query::{closure#2}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:585:47
 156:     0x7fec3d38fed8 - rustc_query_impl[cd9bcf5831421ca1]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[cd9bcf5831421ca1]::query_impl::type_of_opaque::dynamic_query::{closure#2}::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:509:18
 157:     0x7fec3d6f0ab1 - rustc_query_impl[cd9bcf5831421ca1]::query_impl::type_of_opaque::dynamic_query::{closure#2}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:581:25
 158:     0x7fec3d6f0ab1 - <rustc_query_impl[cd9bcf5831421ca1]::query_impl::type_of_opaque::dynamic_query::{closure#2} as core[21dd56430bf6a4c3]::ops::function::FnOnce<(rustc_middle[a7d878ac61cdbd7f]::ty::context::TyCtxt, rustc_span[e10afd65aa0ad907]::def_id::DefId)>>::call_once
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
 159:     0x7fec3d2feb17 - <rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false> as rustc_query_system[6498b285cd4f6ee2]::query::config::QueryConfig<rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>>::compute
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/lib.rs:119:9
 160:     0x7fec3d2feb17 - rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr::<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:456:72
 161:     0x7fec3d2feb17 - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::enter_context::<rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:82:9
 162:     0x7fec3d2feb17 - <std[a16b4f38b9e6075d]::thread::local::LocalKey<core[21dd56430bf6a4c3]::cell::Cell<*const ()>>>::try_with::<rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::enter_context<rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:270:16
 163:     0x7fec3d2feb17 - <std[a16b4f38b9e6075d]::thread::local::LocalKey<core[21dd56430bf6a4c3]::cell::Cell<*const ()>>>::with::<rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::enter_context<rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:246:9
 164:     0x7fec3d2feb17 - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::enter_context::<rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:79:9
 165:     0x7fec3d2feb17 - <rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt as rustc_query_system[6498b285cd4f6ee2]::query::QueryContext>::start_query::<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:151:13
 166:     0x7fec3d2feb17 - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_related_context::<<rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt as rustc_query_system[6498b285cd4f6ee2]::query::QueryContext>::start_query<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:133:9
 167:     0x7fec3d2feb17 - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_context::<rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_related_context<<rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt as rustc_query_system[6498b285cd4f6ee2]::query::QueryContext>::start_query<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:36
 168:     0x7fec3d2feb17 - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_context_opt::<rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_context<rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_related_context<<rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt as rustc_query_system[6498b285cd4f6ee2]::query::QueryContext>::start_query<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:100:18
 169:     0x7fec3d2feb17 - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_context::<rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_related_context<<rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt as rustc_query_system[6498b285cd4f6ee2]::query::QueryContext>::start_query<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:5
 170:     0x7fec3d2feb17 - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_related_context::<<rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt as rustc_query_system[6498b285cd4f6ee2]::query::QueryContext>::start_query<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:124:5
 171:     0x7fec3d2feb17 - <rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt as rustc_query_system[6498b285cd4f6ee2]::query::QueryContext>::start_query::<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:136:9
 172:     0x7fec3d2feb17 - rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr::<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:456:18
 173:     0x7fec3d2feb17 - rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job::<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt, false>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:389:9
 174:     0x7fec3d2feb17 - rustc_query_system[6498b285cd4f6ee2]::query::plumbing::try_execute_query::<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt, false>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:332:13
 175:     0x7fec3d6a9b6a - rustc_query_system[6498b285cd4f6ee2]::query::plumbing::get_query_non_incr::<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:788:32
 176:     0x7fec3d6a9b6a - stacker[47c4987f9cf40448]::maybe_grow::<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::get_query_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
 177:     0x7fec3d6a9b6a - rustc_data_structures[7800658396ff6ff4]::stack::ensure_sufficient_stack::<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::get_query_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
 178:     0x7fec3d6a9b6a - rustc_query_system[6498b285cd4f6ee2]::query::plumbing::get_query_non_incr::<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:788:5
 179:     0x7fec3d6a9b6a - rustc_query_impl[cd9bcf5831421ca1]::query_impl::type_of_opaque::get_query_non_incr::__rust_end_short_backtrace
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:559:26
 180:     0x7fec3ba51df9 - rustc_middle[a7d878ac61cdbd7f]::query::plumbing::query_get_at::<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:156:17
 181:     0x7fec3ba6dbcf - <rustc_middle[a7d878ac61cdbd7f]::query::plumbing::TyCtxtAt>::type_of_opaque::<rustc_span[e10afd65aa0ad907]::def_id::LocalDefId>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:386:31
 182:     0x7fec3ba6dbcf - <rustc_middle[a7d878ac61cdbd7f]::ty::context::TyCtxt>::type_of_opaque::<rustc_span[e10afd65aa0ad907]::def_id::LocalDefId>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:377:17
 183:     0x7fec3ba6dbcf - rustc_hir_analysis[131f4d5cc8cb0343]::collect::type_of::type_of
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/collect/type_of.rs:451:39
 184:     0x7fec3d3ab6b5 - rustc_query_impl[cd9bcf5831421ca1]::query_impl::type_of::dynamic_query::{closure#2}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:585:47
 185:     0x7fec3d3ab6b5 - rustc_query_impl[cd9bcf5831421ca1]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[cd9bcf5831421ca1]::query_impl::type_of::dynamic_query::{closure#2}::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:509:18
 186:     0x7fec3d686921 - rustc_query_impl[cd9bcf5831421ca1]::query_impl::type_of::dynamic_query::{closure#2}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:581:25
 187:     0x7fec3d686921 - <rustc_query_impl[cd9bcf5831421ca1]::query_impl::type_of::dynamic_query::{closure#2} as core[21dd56430bf6a4c3]::ops::function::FnOnce<(rustc_middle[a7d878ac61cdbd7f]::ty::context::TyCtxt, rustc_span[e10afd65aa0ad907]::def_id::DefId)>>::call_once
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
 188:     0x7fec3d2feb17 - <rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false> as rustc_query_system[6498b285cd4f6ee2]::query::config::QueryConfig<rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>>::compute
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/lib.rs:119:9
 189:     0x7fec3d2feb17 - rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr::<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:456:72
 190:     0x7fec3d2feb17 - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::enter_context::<rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:82:9
 191:     0x7fec3d2feb17 - <std[a16b4f38b9e6075d]::thread::local::LocalKey<core[21dd56430bf6a4c3]::cell::Cell<*const ()>>>::try_with::<rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::enter_context<rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:270:16
 192:     0x7fec3d2feb17 - <std[a16b4f38b9e6075d]::thread::local::LocalKey<core[21dd56430bf6a4c3]::cell::Cell<*const ()>>>::with::<rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::enter_context<rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:246:9
 193:     0x7fec3d2feb17 - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::enter_context::<rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:79:9
 194:     0x7fec3d2feb17 - <rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt as rustc_query_system[6498b285cd4f6ee2]::query::QueryContext>::start_query::<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:151:13
 195:     0x7fec3d2feb17 - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_related_context::<<rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt as rustc_query_system[6498b285cd4f6ee2]::query::QueryContext>::start_query<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:133:9
 196:     0x7fec3d2feb17 - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_context::<rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_related_context<<rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt as rustc_query_system[6498b285cd4f6ee2]::query::QueryContext>::start_query<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:36
 197:     0x7fec3d2feb17 - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_context_opt::<rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_context<rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_related_context<<rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt as rustc_query_system[6498b285cd4f6ee2]::query::QueryContext>::start_query<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:100:18
 198:     0x7fec3d2feb17 - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_context::<rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_related_context<<rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt as rustc_query_system[6498b285cd4f6ee2]::query::QueryContext>::start_query<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:5
 199:     0x7fec3d2feb17 - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_related_context::<<rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt as rustc_query_system[6498b285cd4f6ee2]::query::QueryContext>::start_query<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:124:5
 200:     0x7fec3d2feb17 - <rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt as rustc_query_system[6498b285cd4f6ee2]::query::QueryContext>::start_query::<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:136:9
 201:     0x7fec3d2feb17 - rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr::<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:456:18
 202:     0x7fec3d2feb17 - rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job::<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt, false>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:389:9
 203:     0x7fec3d2feb17 - rustc_query_system[6498b285cd4f6ee2]::query::plumbing::try_execute_query::<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt, false>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:332:13
 204:     0x7fec3d6a99aa - rustc_query_system[6498b285cd4f6ee2]::query::plumbing::get_query_non_incr::<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:788:32
 205:     0x7fec3d6a99aa - stacker[47c4987f9cf40448]::maybe_grow::<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::get_query_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
 206:     0x7fec3d6a99aa - rustc_data_structures[7800658396ff6ff4]::stack::ensure_sufficient_stack::<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::get_query_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
 207:     0x7fec3d6a99aa - rustc_query_system[6498b285cd4f6ee2]::query::plumbing::get_query_non_incr::<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:788:5
 208:     0x7fec3d6a99aa - rustc_query_impl[cd9bcf5831421ca1]::query_impl::type_of::get_query_non_incr::__rust_end_short_backtrace
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:559:26
 209:     0x7fec3baa56bf - rustc_middle[a7d878ac61cdbd7f]::query::plumbing::query_get_at::<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::DefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 8usize]>>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:156:17
 210:     0x7fec3baad443 - <rustc_middle[a7d878ac61cdbd7f]::query::plumbing::TyCtxtAt>::type_of::<rustc_span[e10afd65aa0ad907]::def_id::LocalDefId>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:386:31
 211:     0x7fec3baad443 - <rustc_middle[a7d878ac61cdbd7f]::ty::context::TyCtxt>::type_of::<rustc_span[e10afd65aa0ad907]::def_id::LocalDefId>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:377:17
 212:     0x7fec3baad443 - rustc_hir_analysis[131f4d5cc8cb0343]::check::check::check_opaque
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/check/check.rs:218:8
 213:     0x7fec3bab23f0 - rustc_hir_analysis[131f4d5cc8cb0343]::check::check::check_item_type
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/check/check.rs:511:17
 214:     0x7fec3babddec - rustc_hir_analysis[131f4d5cc8cb0343]::check::check::check_mod_item_types
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/check/check.rs:1316:9
 215:     0x7fec3d39b6e2 - rustc_query_impl[cd9bcf5831421ca1]::query_impl::check_mod_item_types::dynamic_query::{closure#2}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:585:47
 216:     0x7fec3d39b6e2 - rustc_query_impl[cd9bcf5831421ca1]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[cd9bcf5831421ca1]::query_impl::check_mod_item_types::dynamic_query::{closure#2}::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:509:18
 217:     0x7fec3d4bf5fd - rustc_query_impl[cd9bcf5831421ca1]::query_impl::check_mod_item_types::dynamic_query::{closure#2}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:581:25
 218:     0x7fec3d4bf5fd - <rustc_query_impl[cd9bcf5831421ca1]::query_impl::check_mod_item_types::dynamic_query::{closure#2} as core[21dd56430bf6a4c3]::ops::function::FnOnce<(rustc_middle[a7d878ac61cdbd7f]::ty::context::TyCtxt, rustc_span[e10afd65aa0ad907]::def_id::LocalModDefId)>>::call_once
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
 219:     0x7fec3d2ebf3d - <rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::LocalModDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>, false, false, false> as rustc_query_system[6498b285cd4f6ee2]::query::config::QueryConfig<rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>>::compute
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/lib.rs:119:9
 220:     0x7fec3d2ebf3d - rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr::<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::LocalModDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:456:72
 221:     0x7fec3d2ebf3d - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::enter_context::<rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::LocalModDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:82:9
 222:     0x7fec3d2ebf3d - <std[a16b4f38b9e6075d]::thread::local::LocalKey<core[21dd56430bf6a4c3]::cell::Cell<*const ()>>>::try_with::<rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::enter_context<rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::LocalModDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:270:16
 223:     0x7fec3d2ebf3d - <std[a16b4f38b9e6075d]::thread::local::LocalKey<core[21dd56430bf6a4c3]::cell::Cell<*const ()>>>::with::<rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::enter_context<rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::LocalModDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:246:9
 224:     0x7fec3d2ebf3d - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::enter_context::<rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::LocalModDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:79:9
 225:     0x7fec3d2ebf3d - <rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt as rustc_query_system[6498b285cd4f6ee2]::query::QueryContext>::start_query::<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::LocalModDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:151:13
 226:     0x7fec3d2ebf3d - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_related_context::<<rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt as rustc_query_system[6498b285cd4f6ee2]::query::QueryContext>::start_query<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::LocalModDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:133:9
 227:     0x7fec3d2ebf3d - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_context::<rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_related_context<<rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt as rustc_query_system[6498b285cd4f6ee2]::query::QueryContext>::start_query<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::LocalModDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:36
 228:     0x7fec3d2ebf3d - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_context_opt::<rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_context<rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_related_context<<rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt as rustc_query_system[6498b285cd4f6ee2]::query::QueryContext>::start_query<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::LocalModDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:100:18
 229:     0x7fec3d2ebf3d - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_context::<rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_related_context<<rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt as rustc_query_system[6498b285cd4f6ee2]::query::QueryContext>::start_query<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::LocalModDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:5
 230:     0x7fec3d2ebf3d - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_related_context::<<rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt as rustc_query_system[6498b285cd4f6ee2]::query::QueryContext>::start_query<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::LocalModDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:124:5
 231:     0x7fec3d2ebf3d - <rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt as rustc_query_system[6498b285cd4f6ee2]::query::QueryContext>::start_query::<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::LocalModDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:136:9
 232:     0x7fec3d2ebf3d - rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr::<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::LocalModDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:456:18
 233:     0x7fec3d2ebf3d - rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job::<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::LocalModDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt, false>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:389:9
 234:     0x7fec3d2ebf3d - rustc_query_system[6498b285cd4f6ee2]::query::plumbing::try_execute_query::<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::LocalModDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt, false>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:332:13
 235:     0x7fec3d6ad6dc - rustc_query_system[6498b285cd4f6ee2]::query::plumbing::get_query_non_incr::<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::LocalModDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:788:32
 236:     0x7fec3d6ad6dc - stacker[47c4987f9cf40448]::maybe_grow::<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::get_query_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::LocalModDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
 237:     0x7fec3d6ad6dc - rustc_data_structures[7800658396ff6ff4]::stack::ensure_sufficient_stack::<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::get_query_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::LocalModDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
 238:     0x7fec3d6ad6dc - rustc_query_system[6498b285cd4f6ee2]::query::plumbing::get_query_non_incr::<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::LocalModDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:788:5
 239:     0x7fec3d6ad6dc - rustc_query_impl[cd9bcf5831421ca1]::query_impl::check_mod_item_types::get_query_non_incr::__rust_end_short_backtrace
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:559:26
 240:     0x7fec3baa12d3 - rustc_middle[a7d878ac61cdbd7f]::query::plumbing::query_ensure::<rustc_query_system[6498b285cd4f6ee2]::query::caches::DefaultCache<rustc_span[e10afd65aa0ad907]::def_id::LocalModDefId, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 0usize]>>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:172:9
 241:     0x7fec3baa12d3 - <rustc_middle[a7d878ac61cdbd7f]::query::plumbing::TyCtxtEnsure>::check_mod_item_types
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:347:17
 242:     0x7fec3baa12d3 - rustc_hir_analysis[131f4d5cc8cb0343]::check_crate::{closure#6}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/lib.rs:216:44
 243:     0x7fec3baa12d3 - <rustc_middle[a7d878ac61cdbd7f]::hir::map::Map>::for_each_module::<rustc_hir_analysis[131f4d5cc8cb0343]::check_crate::{closure#6}::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/hir/map/mod.rs:623:13
 244:     0x7fec3bb398c7 - rustc_hir_analysis[131f4d5cc8cb0343]::check_crate::{closure#6}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/lib.rs:216:9
 245:     0x7fec3bb398c7 - <rustc_data_structures[7800658396ff6ff4]::profiling::VerboseTimingGuard>::run::<(), rustc_hir_analysis[131f4d5cc8cb0343]::check_crate::{closure#6}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/profiling.rs:752:9
 246:     0x7fec3bb398c7 - <rustc_session[898a55ed68b42bd8]::session::Session>::time::<(), rustc_hir_analysis[131f4d5cc8cb0343]::check_crate::{closure#6}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_session/src/utils.rs:12:9
 247:     0x7fec3bb398c7 - rustc_hir_analysis[131f4d5cc8cb0343]::check_crate
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/lib.rs:215:5
 248:     0x7fec3c341af0 - rustc_interface[4711ba549d0db24a]::passes::analysis
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/passes.rs:775:5
 249:     0x7fec3d3ab891 - rustc_query_impl[cd9bcf5831421ca1]::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:585:47
 250:     0x7fec3d3ab891 - rustc_query_impl[cd9bcf5831421ca1]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[cd9bcf5831421ca1]::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:509:18
 251:     0x7fec3d655e19 - rustc_query_impl[cd9bcf5831421ca1]::query_impl::analysis::dynamic_query::{closure#2}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:581:25
 252:     0x7fec3d655e19 - <rustc_query_impl[cd9bcf5831421ca1]::query_impl::analysis::dynamic_query::{closure#2} as core[21dd56430bf6a4c3]::ops::function::FnOnce<(rustc_middle[a7d878ac61cdbd7f]::ty::context::TyCtxt, ())>>::call_once
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
 253:     0x7fec3d2b4bd5 - <rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::SingleCache<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>, false, false, false> as rustc_query_system[6498b285cd4f6ee2]::query::config::QueryConfig<rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>>::compute
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/lib.rs:119:9
 254:     0x7fec3d2b4bd5 - rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr::<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::SingleCache<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:456:72
 255:     0x7fec3d2b4bd5 - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::enter_context::<rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::SingleCache<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:82:9
 256:     0x7fec3d2b4bd5 - <std[a16b4f38b9e6075d]::thread::local::LocalKey<core[21dd56430bf6a4c3]::cell::Cell<*const ()>>>::try_with::<rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::enter_context<rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::SingleCache<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:270:16
 257:     0x7fec3d2b4bd5 - <std[a16b4f38b9e6075d]::thread::local::LocalKey<core[21dd56430bf6a4c3]::cell::Cell<*const ()>>>::with::<rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::enter_context<rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::SingleCache<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:246:9
 258:     0x7fec3d2b4bd5 - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::enter_context::<rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::SingleCache<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:79:9
 259:     0x7fec3d2b4bd5 - <rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt as rustc_query_system[6498b285cd4f6ee2]::query::QueryContext>::start_query::<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::SingleCache<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:151:13
 260:     0x7fec3d2b4bd5 - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_related_context::<<rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt as rustc_query_system[6498b285cd4f6ee2]::query::QueryContext>::start_query<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::SingleCache<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:133:9
 261:     0x7fec3d2b4bd5 - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_context::<rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_related_context<<rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt as rustc_query_system[6498b285cd4f6ee2]::query::QueryContext>::start_query<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::SingleCache<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:36
 262:     0x7fec3d2b4bd5 - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_context_opt::<rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_context<rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_related_context<<rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt as rustc_query_system[6498b285cd4f6ee2]::query::QueryContext>::start_query<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::SingleCache<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:100:18
 263:     0x7fec3d2b4bd5 - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_context::<rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_related_context<<rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt as rustc_query_system[6498b285cd4f6ee2]::query::QueryContext>::start_query<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::SingleCache<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:5
 264:     0x7fec3d2b4bd5 - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::with_related_context::<<rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt as rustc_query_system[6498b285cd4f6ee2]::query::QueryContext>::start_query<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::SingleCache<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:124:5
 265:     0x7fec3d2b4bd5 - <rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt as rustc_query_system[6498b285cd4f6ee2]::query::QueryContext>::start_query::<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::SingleCache<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:136:9
 266:     0x7fec3d2b4bd5 - rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job_non_incr::<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::SingleCache<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:456:18
 267:     0x7fec3d2b4bd5 - rustc_query_system[6498b285cd4f6ee2]::query::plumbing::execute_job::<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::SingleCache<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt, false>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:389:9
 268:     0x7fec3d2b4bd5 - rustc_query_system[6498b285cd4f6ee2]::query::plumbing::try_execute_query::<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::SingleCache<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt, false>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:332:13
 269:     0x7fec3d4c67d2 - rustc_query_system[6498b285cd4f6ee2]::query::plumbing::get_query_non_incr::<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::SingleCache<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:788:32
 270:     0x7fec3d4c67d2 - stacker[47c4987f9cf40448]::maybe_grow::<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::get_query_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::SingleCache<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
 271:     0x7fec3d4c67d2 - rustc_data_structures[7800658396ff6ff4]::stack::ensure_sufficient_stack::<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[6498b285cd4f6ee2]::query::plumbing::get_query_non_incr<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::SingleCache<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
 272:     0x7fec3d4c67d2 - rustc_query_system[6498b285cd4f6ee2]::query::plumbing::get_query_non_incr::<rustc_query_impl[cd9bcf5831421ca1]::DynamicConfig<rustc_query_system[6498b285cd4f6ee2]::query::caches::SingleCache<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[cd9bcf5831421ca1]::plumbing::QueryCtxt>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:788:5
 273:     0x7fec3d4c67d2 - rustc_query_impl[cd9bcf5831421ca1]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:559:26
 274:     0x7fec3b746e3e - rustc_middle[a7d878ac61cdbd7f]::query::plumbing::query_get_at::<rustc_query_system[6498b285cd4f6ee2]::query::caches::SingleCache<rustc_middle[a7d878ac61cdbd7f]::query::erase::Erased<[u8; 1usize]>>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:156:17
 275:     0x7fec3b746e3e - <rustc_middle[a7d878ac61cdbd7f]::query::plumbing::TyCtxtAt>::analysis
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/mod.rs:2202:1
 276:     0x7fec3b746e3e - <rustc_middle[a7d878ac61cdbd7f]::ty::context::TyCtxt>::analysis
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:377:35
 277:     0x7fec3b746e3e - rustc_driver_impl[72fa47987e89222e]::run_compiler::{closure#1}::{closure#2}::{closure#6}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_driver_impl/src/lib.rs:449:52
 278:     0x7fec3b746e3e - <rustc_middle[a7d878ac61cdbd7f]::ty::context::GlobalCtxt>::enter::<rustc_driver_impl[72fa47987e89222e]::run_compiler::{closure#1}::{closure#2}::{closure#6}, core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:589:37
 279:     0x7fec3b746e3e - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::enter_context::<<rustc_middle[a7d878ac61cdbd7f]::ty::context::GlobalCtxt>::enter<rustc_driver_impl[72fa47987e89222e]::run_compiler::{closure#1}::{closure#2}::{closure#6}, core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>>::{closure#0}, core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:82:9
 280:     0x7fec3b746e3e - <std[a16b4f38b9e6075d]::thread::local::LocalKey<core[21dd56430bf6a4c3]::cell::Cell<*const ()>>>::try_with::<rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::enter_context<<rustc_middle[a7d878ac61cdbd7f]::ty::context::GlobalCtxt>::enter<rustc_driver_impl[72fa47987e89222e]::run_compiler::{closure#1}::{closure#2}::{closure#6}, core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>>::{closure#0}, core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>>::{closure#0}, core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:270:16
 281:     0x7fec3b746e3e - <std[a16b4f38b9e6075d]::thread::local::LocalKey<core[21dd56430bf6a4c3]::cell::Cell<*const ()>>>::with::<rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::enter_context<<rustc_middle[a7d878ac61cdbd7f]::ty::context::GlobalCtxt>::enter<rustc_driver_impl[72fa47987e89222e]::run_compiler::{closure#1}::{closure#2}::{closure#6}, core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>>::{closure#0}, core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>>::{closure#0}, core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:246:9
 282:     0x7fec3b746e3e - rustc_middle[a7d878ac61cdbd7f]::ty::context::tls::enter_context::<<rustc_middle[a7d878ac61cdbd7f]::ty::context::GlobalCtxt>::enter<rustc_driver_impl[72fa47987e89222e]::run_compiler::{closure#1}::{closure#2}::{closure#6}, core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>>::{closure#0}, core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:79:9
 283:     0x7fec3b746e3e - <rustc_middle[a7d878ac61cdbd7f]::ty::context::GlobalCtxt>::enter::<rustc_driver_impl[72fa47987e89222e]::run_compiler::{closure#1}::{closure#2}::{closure#6}, core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:589:9
 284:     0x7fec3b79011f - rustc_driver_impl[72fa47987e89222e]::run_compiler::{closure#1}::{closure#2}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_driver_impl/src/lib.rs:449:13
 285:     0x7fec3b79011f - <rustc_interface[4711ba549d0db24a]::interface::Compiler>::enter::<rustc_driver_impl[72fa47987e89222e]::run_compiler::{closure#1}::{closure#2}, core[21dd56430bf6a4c3]::result::Result<core[21dd56430bf6a4c3]::option::Option<rustc_interface[4711ba549d0db24a]::queries::Linker>, rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/queries.rs:332:19
 286:     0x7fec3b79011f - rustc_driver_impl[72fa47987e89222e]::run_compiler::{closure#1}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_driver_impl/src/lib.rs:390:22
 287:     0x7fec3b79011f - rustc_interface[4711ba549d0db24a]::interface::run_compiler::<core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>, rustc_driver_impl[72fa47987e89222e]::run_compiler::{closure#1}>::{closure#0}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/interface.rs:482:21
 288:     0x7fec3b79011f - rustc_span[e10afd65aa0ad907]::set_source_map::<core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>, rustc_interface[4711ba549d0db24a]::interface::run_compiler<core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>, rustc_driver_impl[72fa47987e89222e]::run_compiler::{closure#1}>::{closure#0}::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_span/src/lib.rs:1059:5
 289:     0x7fec3b79011f - rustc_interface[4711ba549d0db24a]::interface::run_compiler::<core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>, rustc_driver_impl[72fa47987e89222e]::run_compiler::{closure#1}>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/interface.rs:476:13
 290:     0x7fec3b79011f - <scoped_tls[eacb50c9f9729e9b]::ScopedKey<rustc_span[e10afd65aa0ad907]::SessionGlobals>>::set::<rustc_interface[4711ba549d0db24a]::interface::run_compiler<core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>, rustc_driver_impl[72fa47987e89222e]::run_compiler::{closure#1}>::{closure#0}, core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>>
                               at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scoped-tls-1.0.1/src/lib.rs:137:9
 291:     0x7fec3b79011f - rustc_span[e10afd65aa0ad907]::create_session_globals_then::<core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>, rustc_interface[4711ba549d0db24a]::interface::run_compiler<core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>, rustc_driver_impl[72fa47987e89222e]::run_compiler::{closure#1}>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_span/src/lib.rs:125:5
 292:     0x7fec3b79011f - rustc_interface[4711ba549d0db24a]::util::run_in_thread_with_globals::<rustc_interface[4711ba549d0db24a]::interface::run_compiler<core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>, rustc_driver_impl[72fa47987e89222e]::run_compiler::{closure#1}>::{closure#0}, core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>>::{closure#0}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/util.rs:163:38
 293:     0x7fec3b78cfd6 - std[a16b4f38b9e6075d]::sys_common::backtrace::__rust_begin_short_backtrace::<rustc_interface[4711ba549d0db24a]::util::run_in_thread_with_globals<rustc_interface[4711ba549d0db24a]::interface::run_compiler<core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>, rustc_driver_impl[72fa47987e89222e]::run_compiler::{closure#1}>::{closure#0}, core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:154:18
 294:     0x7fec3b79a019 - <std[a16b4f38b9e6075d]::thread::Builder>::spawn_unchecked_::<rustc_interface[4711ba549d0db24a]::util::run_in_thread_with_globals<rustc_interface[4711ba549d0db24a]::interface::run_compiler<core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>, rustc_driver_impl[72fa47987e89222e]::run_compiler::{closure#1}>::{closure#0}, core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>>::{closure#1}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/mod.rs:529:17
 295:     0x7fec3b79a019 - <core[21dd56430bf6a4c3]::panic::unwind_safe::AssertUnwindSafe<<std[a16b4f38b9e6075d]::thread::Builder>::spawn_unchecked_<rustc_interface[4711ba549d0db24a]::util::run_in_thread_with_globals<rustc_interface[4711ba549d0db24a]::interface::run_compiler<core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>, rustc_driver_impl[72fa47987e89222e]::run_compiler::{closure#1}>::{closure#0}, core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>>::{closure#1}::{closure#0}> as core[21dd56430bf6a4c3]::ops::function::FnOnce<()>>::call_once
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/panic/unwind_safe.rs:271:9
 296:     0x7fec3b79a019 - std[a16b4f38b9e6075d]::panicking::try::do_call::<core[21dd56430bf6a4c3]::panic::unwind_safe::AssertUnwindSafe<<std[a16b4f38b9e6075d]::thread::Builder>::spawn_unchecked_<rustc_interface[4711ba549d0db24a]::util::run_in_thread_with_globals<rustc_interface[4711ba549d0db24a]::interface::run_compiler<core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>, rustc_driver_impl[72fa47987e89222e]::run_compiler::{closure#1}>::{closure#0}, core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>>::{closure#1}::{closure#0}>, core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:504:40
 297:     0x7fec3b79a019 - std[a16b4f38b9e6075d]::panicking::try::<core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>, core[21dd56430bf6a4c3]::panic::unwind_safe::AssertUnwindSafe<<std[a16b4f38b9e6075d]::thread::Builder>::spawn_unchecked_<rustc_interface[4711ba549d0db24a]::util::run_in_thread_with_globals<rustc_interface[4711ba549d0db24a]::interface::run_compiler<core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>, rustc_driver_impl[72fa47987e89222e]::run_compiler::{closure#1}>::{closure#0}, core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>>::{closure#1}::{closure#0}>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:468:19
 298:     0x7fec3b79a019 - std[a16b4f38b9e6075d]::panic::catch_unwind::<core[21dd56430bf6a4c3]::panic::unwind_safe::AssertUnwindSafe<<std[a16b4f38b9e6075d]::thread::Builder>::spawn_unchecked_<rustc_interface[4711ba549d0db24a]::util::run_in_thread_with_globals<rustc_interface[4711ba549d0db24a]::interface::run_compiler<core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>, rustc_driver_impl[72fa47987e89222e]::run_compiler::{closure#1}>::{closure#0}, core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>>::{closure#1}::{closure#0}>, core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panic.rs:142:14
 299:     0x7fec3b79a019 - <std[a16b4f38b9e6075d]::thread::Builder>::spawn_unchecked_::<rustc_interface[4711ba549d0db24a]::util::run_in_thread_with_globals<rustc_interface[4711ba549d0db24a]::interface::run_compiler<core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>, rustc_driver_impl[72fa47987e89222e]::run_compiler::{closure#1}>::{closure#0}, core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>>::{closure#1}
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/mod.rs:528:30
 300:     0x7fec3b79a019 - <<std[a16b4f38b9e6075d]::thread::Builder>::spawn_unchecked_<rustc_interface[4711ba549d0db24a]::util::run_in_thread_with_globals<rustc_interface[4711ba549d0db24a]::interface::run_compiler<core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>, rustc_driver_impl[72fa47987e89222e]::run_compiler::{closure#1}>::{closure#0}, core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[21dd56430bf6a4c3]::result::Result<(), rustc_span[e10afd65aa0ad907]::ErrorGuaranteed>>::{closure#1} as core[21dd56430bf6a4c3]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
 301:     0x7fec38f51999 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hc8ce4ecdc3e36028
                               at /home/matthias/vcs/github/rust_debug_assertions/library/alloc/src/boxed.rs:2007:9
 302:     0x7fec38f51999 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h1ba6bec3f01b5c37
                               at /home/matthias/vcs/github/rust_debug_assertions/library/alloc/src/boxed.rs:2007:9
 303:     0x7fec38f3d715 - std::sys::unix::thread::Thread::new::thread_start::h143194d70c81c8fc
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys/unix/thread.rs:108:17
 304:     0x7fec38cd59eb - <unknown>
 305:     0x7fec38d597cc - <unknown>
 306:                0x0 - <unknown>

error: the compiler unexpectedly panicked. this is a bug.

note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md

note: rustc 1.75.0-dev running on x86_64-unknown-linux-gnu

note: compiler flags: -Z dump-mir-dir=dir

query stack during panic:
#0 [typeck] type-checking `bar`
#1 [type_of_opaque] computing type of opaque `bar::{opaque#0}`
#2 [type_of] computing type of `bar::{opaque#0}`
#3 [check_mod_item_types] checking item types in top-level module
#4 [analysis] running analysis passes on this crate
end of query stack
error: aborting due to previous error

For more information about this error, try `rustc --explain E0601`.

@matthiaskrgr matthiaskrgr changed the title ICE: E0277 : span must not be empty and have no suggestion ICE: E0277 : span must not be empty.. / {OpaqueTypeKey { def_id: DefId(.. / report_selection_error' did not emit an error Oct 21, 2023
@matthiaskrgr
Copy link
Member Author

additional ices with --crate-type lib

Program output

error: internal compiler error: no errors encountered even though `delay_span_bug` issued

error: internal compiler error: `report_selection_error` did not emit an error
 --> span.rs:2:32
  |
2 |     for x in for x in 0..10 {}.await.unwrap() {}
  |                                ^^^^^
  |
note: delayed at compiler/rustc_trait_selection/src/traits/error_reporting/type_err_ctxt_ext.rs:362:22
         0: <rustc_errors::HandlerInner>::emit_diagnostic
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_errors/src/lib.rs:1338:29
         1: <rustc_errors::HandlerInner>::delay_span_bug::<rustc_span::span_encoding::Span, &str>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_errors/src/lib.rs:1622:9
         2: <rustc_errors::Handler>::delay_span_bug::<rustc_span::span_encoding::Span, &str>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_errors/src/lib.rs:1008:9
         3: <rustc_session::session::Session>::delay_span_bug::<rustc_span::span_encoding::Span, &str>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_session/src/session.rs:635:9
         4: <rustc_infer::infer::error_reporting::TypeErrCtxt as rustc_trait_selection::traits::error_reporting::type_err_ctxt_ext::TypeErrCtxtExt>::report_selection_error
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_trait_selection/src/traits/error_reporting/type_err_ctxt_ext.rs:362:13
         5: <rustc_infer::infer::error_reporting::TypeErrCtxt as rustc_trait_selection::traits::error_reporting::type_err_ctxt_ext::InferCtxtPrivExt>::report_fulfillment_error
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_trait_selection/src/traits/error_reporting/type_err_ctxt_ext.rs:1265:17
         6: <rustc_infer::infer::error_reporting::TypeErrCtxt as rustc_trait_selection::traits::error_reporting::type_err_ctxt_ext::TypeErrCtxtExt>::report_fulfillment_errors
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_trait_selection/src/traits/error_reporting/type_err_ctxt_ext.rs:202:21
         7: <rustc_hir_typeck::fn_ctxt::FnCtxt>::select_obligations_where_possible::<<rustc_hir_typeck::fn_ctxt::FnCtxt>::check_argument_types::{closure#1}>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/fn_ctxt/_impl.rs:585:13
         8: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_argument_types
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/fn_ctxt/checks.rs:348:17
         9: <rustc_hir_typeck::fn_ctxt::FnCtxt>::confirm_builtin_call
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/callee.rs:449:9
        10: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_call
        11: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_kind
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:325:45
        12: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:228:18
        13: stacker::maybe_grow::<rustc_middle::ty::Ty, <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                   at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
        14: rustc_data_structures::stack::ensure_sufficient_stack::<rustc_middle::ty::Ty, <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
        15: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:224:18
        16: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:178:9
        17: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_has_type_or_error::<<rustc_hir_typeck::fn_ctxt::FnCtxt>::demand_scrutinee_type::{closure#0}>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:71:22
        18: <rustc_hir_typeck::fn_ctxt::FnCtxt>::demand_scrutinee_type
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/_match.rs:484:13
        19: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_match::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/_match.rs:28:28
        20: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_match
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/_match.rs:16:5
        21: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_kind
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:321:17
        22: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:228:18
        23: stacker::maybe_grow::<rustc_middle::ty::Ty, <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                   at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
        24: rustc_data_structures::stack::ensure_sufficient_stack::<rustc_middle::ty::Ty, <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
        25: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:224:18
        26: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:178:9
        27: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:151:9
        28: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_method_call
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:1280:22
        29: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_kind
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:327:17
        30: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:228:18
        31: stacker::maybe_grow::<rustc_middle::ty::Ty, <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                   at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
        32: rustc_data_structures::stack::ensure_sufficient_stack::<rustc_middle::ty::Ty, <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
        33: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:224:18
        34: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:178:9
        35: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_argument_types::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/fn_ctxt/checks.rs:253:30
        36: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_argument_types
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/fn_ctxt/checks.rs:384:34
        37: <rustc_hir_typeck::fn_ctxt::FnCtxt>::confirm_builtin_call
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/callee.rs:449:9
        38: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_call
        39: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_kind
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:325:45
        40: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:228:18
        41: stacker::maybe_grow::<rustc_middle::ty::Ty, <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                   at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
        42: rustc_data_structures::stack::ensure_sufficient_stack::<rustc_middle::ty::Ty, <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
        43: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:224:18
        44: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:178:9
        45: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_has_type_or_error::<<rustc_hir_typeck::fn_ctxt::FnCtxt>::demand_scrutinee_type::{closure#0}>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:71:22
        46: <rustc_hir_typeck::fn_ctxt::FnCtxt>::demand_scrutinee_type
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/_match.rs:484:13
        47: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_match::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/_match.rs:28:28
        48: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_match
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/_match.rs:16:5
        49: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_kind
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:321:17
        50: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:228:18
        51: stacker::maybe_grow::<rustc_middle::ty::Ty, <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                   at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
        52: rustc_data_structures::stack::ensure_sufficient_stack::<rustc_middle::ty::Ty, <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
        53: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:224:18
        54: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:178:9
        55: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_kind
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:339:39
        56: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:228:18
        57: stacker::maybe_grow::<rustc_middle::ty::Ty, <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                   at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
        58: rustc_data_structures::stack::ensure_sufficient_stack::<rustc_middle::ty::Ty, <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
        59: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:224:18
        60: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:178:9
        61: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_block_with_expected::{closure#0}::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/fn_ctxt/checks.rs:1593:44
        62: <core::option::Option<&rustc_hir::hir::Expr>>::map::<(&rustc_hir::hir::Expr, rustc_middle::ty::Ty), <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_block_with_expected::{closure#0}::{closure#0}>
                   at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/option.rs:1066:29
        63: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_block_with_expected::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/fn_ctxt/checks.rs:1593:26
        64: <rustc_hir_typeck::fn_ctxt::FnCtxt>::with_breakable_ctxt::<<rustc_hir_typeck::fn_ctxt::FnCtxt>::check_block_with_expected::{closure#0}, ()>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/fn_ctxt/_impl.rs:1551:22
        65: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_block_with_expected
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/fn_ctxt/checks.rs:1585:26
        66: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_kind
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:324:41
        67: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:228:18
        68: stacker::maybe_grow::<rustc_middle::ty::Ty, <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                   at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
        69: rustc_data_structures::stack::ensure_sufficient_stack::<rustc_middle::ty::Ty, <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
        70: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:224:18
        71: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:178:9
        72: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_kind
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:339:39
        73: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:228:18
        74: stacker::maybe_grow::<rustc_middle::ty::Ty, <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                   at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
        75: rustc_data_structures::stack::ensure_sufficient_stack::<rustc_middle::ty::Ty, <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
        76: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:224:18
        77: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:178:9
        78: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_block_with_expected::{closure#0}::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/fn_ctxt/checks.rs:1593:44
        79: <core::option::Option<&rustc_hir::hir::Expr>>::map::<(&rustc_hir::hir::Expr, rustc_middle::ty::Ty), <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_block_with_expected::{closure#0}::{closure#0}>
                   at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/option.rs:1066:29
        80: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_block_with_expected::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/fn_ctxt/checks.rs:1593:26
        81: <rustc_hir_typeck::fn_ctxt::FnCtxt>::with_breakable_ctxt::<<rustc_hir_typeck::fn_ctxt::FnCtxt>::check_block_with_expected::{closure#0}, ()>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/fn_ctxt/_impl.rs:1551:22
        82: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_block_with_expected
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/fn_ctxt/checks.rs:1585:26
        83: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_kind
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:324:41
        84: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:228:18
        85: stacker::maybe_grow::<rustc_middle::ty::Ty, <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                   at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
        86: rustc_data_structures::stack::ensure_sufficient_stack::<rustc_middle::ty::Ty, <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
        87: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:224:18
        88: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:178:9
        89: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_hint
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:130:9
        90: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_return_expr
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:823:30
        91: rustc_hir_typeck::check::check_fn
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/check.rs:125:5
        92: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_closure::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/closure.rs:87:31
        93: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_closure
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/closure.rs:68:5
        94: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_closure
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/closure.rs:65:9
        95: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_kind
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:323:43
        96: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:228:18
        97: stacker::maybe_grow::<rustc_middle::ty::Ty, <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                   at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
        98: rustc_data_structures::stack::ensure_sufficient_stack::<rustc_middle::ty::Ty, <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args::{closure#0}>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
        99: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:224:18
       100: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:178:9
       101: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_hint
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:130:9
       102: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_return_expr
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:823:30
       103: rustc_hir_typeck::check::check_fn
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/check.rs:125:5
       104: rustc_hir_typeck::typeck_with_fallback::<rustc_hir_typeck::typeck::{closure#0}>::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/lib.rs:200:9
       105: rustc_hir_typeck::typeck_with_fallback::<rustc_hir_typeck::typeck::{closure#0}>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/lib.rs:159:1
       106: rustc_hir_typeck::typeck
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/lib.rs:146:5
       107: rustc_query_impl::query_impl::typeck::dynamic_query::{closure#2}::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:585:47
       108: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::typeck::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:509:18
       109: rustc_query_impl::query_impl::typeck::dynamic_query::{closure#2}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:581:25
       110: <rustc_query_impl::query_impl::typeck::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, rustc_span::def_id::LocalDefId)>>::call_once
                   at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
       111: <rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false> as rustc_query_system::query::config::QueryConfig<rustc_query_impl::plumbing::QueryCtxt>>::compute
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/lib.rs:119:9
       112: rustc_query_system::query::plumbing::execute_job_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:456:72
       113: rustc_middle::ty::context::tls::enter_context::<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:82:9
       114: <std::thread::local::LocalKey<core::cell::Cell<*const ()>>>::try_with::<rustc_middle::ty::context::tls::enter_context<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                   at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:270:16
       115: <std::thread::local::LocalKey<core::cell::Cell<*const ()>>>::with::<rustc_middle::ty::context::tls::enter_context<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                   at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:246:9
       116: rustc_middle::ty::context::tls::enter_context::<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:79:9
       117: <rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query::<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:151:13
       118: rustc_middle::ty::context::tls::with_related_context::<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:133:9
       119: rustc_middle::ty::context::tls::with_context::<rustc_middle::ty::context::tls::with_related_context<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:36
       120: rustc_middle::ty::context::tls::with_context_opt::<rustc_middle::ty::context::tls::with_context<rustc_middle::ty::context::tls::with_related_context<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:100:18
       121: rustc_middle::ty::context::tls::with_context::<rustc_middle::ty::context::tls::with_related_context<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:5
       122: rustc_middle::ty::context::tls::with_related_context::<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:124:5
       123: <rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query::<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:136:9
       124: rustc_query_system::query::plumbing::execute_job_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:456:18
       125: rustc_query_system::query::plumbing::execute_job::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:389:9
       126: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:332:13
       127: rustc_query_system::query::plumbing::get_query_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:788:32
       128: stacker::maybe_grow::<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::get_query_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>
                   at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
       129: rustc_data_structures::stack::ensure_sufficient_stack::<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::get_query_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
       130: rustc_query_system::query::plumbing::get_query_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:788:5
       131: rustc_query_impl::query_impl::typeck::get_query_non_incr::__rust_end_short_backtrace
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:559:26
       132: rustc_middle::query::plumbing::query_get_at::<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:156:17
       133: <rustc_middle::query::plumbing::TyCtxtAt>::typeck::<rustc_span::def_id::LocalDefId>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:386:31
       134: <rustc_middle::ty::context::TyCtxt>::typeck::<rustc_span::def_id::LocalDefId>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:377:17
       135: rustc_hir_analysis::collect::type_of::opaque::find_opaque_ty_constraints_for_rpit
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/collect/type_of/opaque.rs:229:18
       136: rustc_hir_analysis::collect::type_of::type_of_opaque
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/collect/type_of.rs:539:21
       137: rustc_query_impl::query_impl::type_of_opaque::dynamic_query::{closure#2}::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:585:47
       138: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::type_of_opaque::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:509:18
       139: rustc_query_impl::query_impl::type_of_opaque::dynamic_query::{closure#2}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:581:25
       140: <rustc_query_impl::query_impl::type_of_opaque::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, rustc_span::def_id::DefId)>>::call_once
                   at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
       141: <rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false> as rustc_query_system::query::config::QueryConfig<rustc_query_impl::plumbing::QueryCtxt>>::compute
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/lib.rs:119:9
       142: rustc_query_system::query::plumbing::execute_job_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:456:72
       143: rustc_middle::ty::context::tls::enter_context::<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:82:9
       144: <std::thread::local::LocalKey<core::cell::Cell<*const ()>>>::try_with::<rustc_middle::ty::context::tls::enter_context<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                   at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:270:16
       145: <std::thread::local::LocalKey<core::cell::Cell<*const ()>>>::with::<rustc_middle::ty::context::tls::enter_context<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                   at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:246:9
       146: rustc_middle::ty::context::tls::enter_context::<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:79:9
       147: <rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query::<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:151:13
       148: rustc_middle::ty::context::tls::with_related_context::<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:133:9
       149: rustc_middle::ty::context::tls::with_context::<rustc_middle::ty::context::tls::with_related_context<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:36
       150: rustc_middle::ty::context::tls::with_context_opt::<rustc_middle::ty::context::tls::with_context<rustc_middle::ty::context::tls::with_related_context<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:100:18
       151: rustc_middle::ty::context::tls::with_context::<rustc_middle::ty::context::tls::with_related_context<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:5
       152: rustc_middle::ty::context::tls::with_related_context::<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:124:5
       153: <rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query::<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:136:9
       154: rustc_query_system::query::plumbing::execute_job_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:456:18
       155: rustc_query_system::query::plumbing::execute_job::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:389:9
       156: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:332:13
       157: rustc_query_system::query::plumbing::get_query_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:788:32
       158: stacker::maybe_grow::<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::get_query_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>
                   at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
       159: rustc_data_structures::stack::ensure_sufficient_stack::<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::get_query_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
       160: rustc_query_system::query::plumbing::get_query_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:788:5
       161: rustc_query_impl::query_impl::type_of_opaque::get_query_non_incr::__rust_end_short_backtrace
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:559:26
       162: rustc_middle::query::plumbing::query_get_at::<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:156:17
       163: <rustc_middle::query::plumbing::TyCtxtAt>::type_of_opaque::<rustc_span::def_id::LocalDefId>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:386:31
       164: <rustc_middle::ty::context::TyCtxt>::type_of_opaque::<rustc_span::def_id::LocalDefId>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:377:17
       165: rustc_hir_analysis::collect::type_of::type_of
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/collect/type_of.rs:451:39
       166: rustc_query_impl::query_impl::type_of::dynamic_query::{closure#2}::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:585:47
       167: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::type_of::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:509:18
       168: rustc_query_impl::query_impl::type_of::dynamic_query::{closure#2}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:581:25
       169: <rustc_query_impl::query_impl::type_of::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, rustc_span::def_id::DefId)>>::call_once
                   at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
       170: <rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false> as rustc_query_system::query::config::QueryConfig<rustc_query_impl::plumbing::QueryCtxt>>::compute
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/lib.rs:119:9
       171: rustc_query_system::query::plumbing::execute_job_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:456:72
       172: rustc_middle::ty::context::tls::enter_context::<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:82:9
       173: <std::thread::local::LocalKey<core::cell::Cell<*const ()>>>::try_with::<rustc_middle::ty::context::tls::enter_context<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                   at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:270:16
       174: <std::thread::local::LocalKey<core::cell::Cell<*const ()>>>::with::<rustc_middle::ty::context::tls::enter_context<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                   at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:246:9
       175: rustc_middle::ty::context::tls::enter_context::<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:79:9
       176: <rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query::<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:151:13
       177: rustc_middle::ty::context::tls::with_related_context::<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:133:9
       178: rustc_middle::ty::context::tls::with_context::<rustc_middle::ty::context::tls::with_related_context<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:36
       179: rustc_middle::ty::context::tls::with_context_opt::<rustc_middle::ty::context::tls::with_context<rustc_middle::ty::context::tls::with_related_context<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:100:18
       180: rustc_middle::ty::context::tls::with_context::<rustc_middle::ty::context::tls::with_related_context<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:5
       181: rustc_middle::ty::context::tls::with_related_context::<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:124:5
       182: <rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query::<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:136:9
       183: rustc_query_system::query::plumbing::execute_job_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:456:18
       184: rustc_query_system::query::plumbing::execute_job::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:389:9
       185: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:332:13
       186: rustc_query_system::query::plumbing::get_query_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:788:32
       187: stacker::maybe_grow::<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::get_query_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>
                   at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
       188: rustc_data_structures::stack::ensure_sufficient_stack::<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::get_query_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
       189: rustc_query_system::query::plumbing::get_query_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:788:5
       190: rustc_query_impl::query_impl::type_of::get_query_non_incr::__rust_end_short_backtrace
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:559:26
       191: rustc_middle::query::plumbing::query_get_at::<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:156:17
       192: <rustc_middle::query::plumbing::TyCtxtAt>::type_of::<rustc_span::def_id::LocalDefId>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:386:31
       193: <rustc_middle::ty::context::TyCtxt>::type_of::<rustc_span::def_id::LocalDefId>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:377:17
       194: rustc_hir_analysis::check::check::check_opaque
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/check/check.rs:218:8
       195: rustc_hir_analysis::check::check::check_item_type
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/check/check.rs:511:17
       196: rustc_hir_analysis::check::check::check_mod_item_types
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/check/check.rs:1316:9
       197: rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2}::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:585:47
       198: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:509:18
       199: rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:581:25
       200: <rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, rustc_span::def_id::LocalModDefId)>>::call_once
                   at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
       201: <rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false> as rustc_query_system::query::config::QueryConfig<rustc_query_impl::plumbing::QueryCtxt>>::compute
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/lib.rs:119:9
       202: rustc_query_system::query::plumbing::execute_job_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:456:72
       203: rustc_middle::ty::context::tls::enter_context::<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:82:9
       204: <std::thread::local::LocalKey<core::cell::Cell<*const ()>>>::try_with::<rustc_middle::ty::context::tls::enter_context<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
                   at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:270:16
       205: <std::thread::local::LocalKey<core::cell::Cell<*const ()>>>::with::<rustc_middle::ty::context::tls::enter_context<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
                   at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:246:9
       206: rustc_middle::ty::context::tls::enter_context::<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:79:9
       207: <rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query::<rustc_middle::query::erase::Erased<[u8; 0]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:151:13
       208: rustc_middle::ty::context::tls::with_related_context::<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 0]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:133:9
       209: rustc_middle::ty::context::tls::with_context::<rustc_middle::ty::context::tls::with_related_context<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 0]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:36
       210: rustc_middle::ty::context::tls::with_context_opt::<rustc_middle::ty::context::tls::with_context<rustc_middle::ty::context::tls::with_related_context<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 0]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:100:18
       211: rustc_middle::ty::context::tls::with_context::<rustc_middle::ty::context::tls::with_related_context<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 0]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:5
       212: rustc_middle::ty::context::tls::with_related_context::<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 0]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:124:5
       213: <rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query::<rustc_middle::query::erase::Erased<[u8; 0]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:136:9
       214: rustc_query_system::query::plumbing::execute_job_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:456:18
       215: rustc_query_system::query::plumbing::execute_job::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:389:9
       216: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:332:13
       217: rustc_query_system::query::plumbing::get_query_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:788:32
       218: stacker::maybe_grow::<rustc_middle::query::erase::Erased<[u8; 0]>, rustc_query_system::query::plumbing::get_query_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>
                   at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
       219: rustc_data_structures::stack::ensure_sufficient_stack::<rustc_middle::query::erase::Erased<[u8; 0]>, rustc_query_system::query::plumbing::get_query_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
       220: rustc_query_system::query::plumbing::get_query_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:788:5
       221: rustc_query_impl::query_impl::check_mod_item_types::get_query_non_incr::__rust_end_short_backtrace
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:559:26
       222: rustc_middle::query::plumbing::query_ensure::<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:172:9
       223: <rustc_middle::query::plumbing::TyCtxtEnsure>::check_mod_item_types
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:347:17
       224: rustc_hir_analysis::check_crate::{closure#6}::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/lib.rs:216:44
       225: <rustc_middle::hir::map::Map>::for_each_module::<rustc_hir_analysis::check_crate::{closure#6}::{closure#0}>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/hir/map/mod.rs:623:13
       226: rustc_hir_analysis::check_crate::{closure#6}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/lib.rs:216:9
       227: <rustc_data_structures::profiling::VerboseTimingGuard>::run::<(), rustc_hir_analysis::check_crate::{closure#6}>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/profiling.rs:752:9
       228: <rustc_session::session::Session>::time::<(), rustc_hir_analysis::check_crate::{closure#6}>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_session/src/utils.rs:12:9
       229: rustc_hir_analysis::check_crate
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/lib.rs:215:5
       230: rustc_interface::passes::analysis
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/passes.rs:775:5
       231: rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:585:47
       232: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:509:18
       233: rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:581:25
       234: <rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, ())>>::call_once
                   at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
       235: <rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false> as rustc_query_system::query::config::QueryConfig<rustc_query_impl::plumbing::QueryCtxt>>::compute
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/lib.rs:119:9
       236: rustc_query_system::query::plumbing::execute_job_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:456:72
       237: rustc_middle::ty::context::tls::enter_context::<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:82:9
       238: <std::thread::local::LocalKey<core::cell::Cell<*const ()>>>::try_with::<rustc_middle::ty::context::tls::enter_context<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>
                   at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:270:16
       239: <std::thread::local::LocalKey<core::cell::Cell<*const ()>>>::with::<rustc_middle::ty::context::tls::enter_context<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>
                   at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:246:9
       240: rustc_middle::ty::context::tls::enter_context::<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:79:9
       241: <rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query::<rustc_middle::query::erase::Erased<[u8; 1]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:151:13
       242: rustc_middle::ty::context::tls::with_related_context::<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 1]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:133:9
       243: rustc_middle::ty::context::tls::with_context::<rustc_middle::ty::context::tls::with_related_context<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 1]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:36
       244: rustc_middle::ty::context::tls::with_context_opt::<rustc_middle::ty::context::tls::with_context<rustc_middle::ty::context::tls::with_related_context<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 1]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:100:18
       245: rustc_middle::ty::context::tls::with_context::<rustc_middle::ty::context::tls::with_related_context<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 1]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:5
       246: rustc_middle::ty::context::tls::with_related_context::<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 1]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:124:5
       247: <rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query::<rustc_middle::query::erase::Erased<[u8; 1]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:136:9
       248: rustc_query_system::query::plumbing::execute_job_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:456:18
       249: rustc_query_system::query::plumbing::execute_job::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:389:9
       250: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:332:13
       251: rustc_query_system::query::plumbing::get_query_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:788:32
       252: stacker::maybe_grow::<rustc_middle::query::erase::Erased<[u8; 1]>, rustc_query_system::query::plumbing::get_query_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>
                   at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
       253: rustc_data_structures::stack::ensure_sufficient_stack::<rustc_middle::query::erase::Erased<[u8; 1]>, rustc_query_system::query::plumbing::get_query_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
       254: rustc_query_system::query::plumbing::get_query_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:788:5
       255: rustc_query_impl::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:559:26
       256: rustc_middle::query::plumbing::query_get_at::<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:156:17
       257: <rustc_middle::query::plumbing::TyCtxtAt>::analysis
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/mod.rs:2202:1
       258: <rustc_middle::ty::context::TyCtxt>::analysis
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:377:35
       259: rustc_driver_impl::run_compiler::{closure#1}::{closure#2}::{closure#6}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_driver_impl/src/lib.rs:449:52
       260: <rustc_middle::ty::context::GlobalCtxt>::enter::<rustc_driver_impl::run_compiler::{closure#1}::{closure#2}::{closure#6}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:589:37
       261: rustc_middle::ty::context::tls::enter_context::<<rustc_middle::ty::context::GlobalCtxt>::enter<rustc_driver_impl::run_compiler::{closure#1}::{closure#2}::{closure#6}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:82:9
       262: <std::thread::local::LocalKey<core::cell::Cell<*const ()>>>::try_with::<rustc_middle::ty::context::tls::enter_context<<rustc_middle::ty::context::GlobalCtxt>::enter<rustc_driver_impl::run_compiler::{closure#1}::{closure#2}::{closure#6}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
                   at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:270:16
       263: <std::thread::local::LocalKey<core::cell::Cell<*const ()>>>::with::<rustc_middle::ty::context::tls::enter_context<<rustc_middle::ty::context::GlobalCtxt>::enter<rustc_driver_impl::run_compiler::{closure#1}::{closure#2}::{closure#6}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
                   at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:246:9
       264: rustc_middle::ty::context::tls::enter_context::<<rustc_middle::ty::context::GlobalCtxt>::enter<rustc_driver_impl::run_compiler::{closure#1}::{closure#2}::{closure#6}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:79:9
       265: <rustc_middle::ty::context::GlobalCtxt>::enter::<rustc_driver_impl::run_compiler::{closure#1}::{closure#2}::{closure#6}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:589:9
       266: rustc_driver_impl::run_compiler::{closure#1}::{closure#2}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_driver_impl/src/lib.rs:449:13
       267: <rustc_interface::interface::Compiler>::enter::<rustc_driver_impl::run_compiler::{closure#1}::{closure#2}, core::result::Result<core::option::Option<rustc_interface::queries::Linker>, rustc_span::ErrorGuaranteed>>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/queries.rs:332:19
       268: rustc_driver_impl::run_compiler::{closure#1}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_driver_impl/src/lib.rs:390:22
       269: rustc_interface::interface::run_compiler::<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/interface.rs:482:21
       270: rustc_span::set_source_map::<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}::{closure#0}>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_span/src/lib.rs:1059:5
       271: rustc_interface::interface::run_compiler::<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/interface.rs:476:13
       272: <scoped_tls::ScopedKey<rustc_span::SessionGlobals>>::set::<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
                   at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scoped-tls-1.0.1/src/lib.rs:137:9
       273: rustc_span::create_session_globals_then::<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}>
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_span/src/lib.rs:125:5
       274: rustc_interface::util::run_in_thread_with_globals::<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/util.rs:163:38
       275: std::sys_common::backtrace::__rust_begin_short_backtrace::<rustc_interface::util::run_in_thread_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
                   at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:154:18
       276: <std::thread::Builder>::spawn_unchecked_::<rustc_interface::util::run_in_thread_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#1}::{closure#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/mod.rs:529:17
       277: <core::panic::unwind_safe::AssertUnwindSafe<<std::thread::Builder>::spawn_unchecked_<rustc_interface::util::run_in_thread_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
                   at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/panic/unwind_safe.rs:271:9
       278: std::panicking::try::do_call::<core::panic::unwind_safe::AssertUnwindSafe<<std::thread::Builder>::spawn_unchecked_<rustc_interface::util::run_in_thread_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#1}::{closure#0}>, core::result::Result<(), rustc_span::ErrorGuaranteed>>
                   at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:504:40
       279: std::panicking::try::<core::result::Result<(), rustc_span::ErrorGuaranteed>, core::panic::unwind_safe::AssertUnwindSafe<<std::thread::Builder>::spawn_unchecked_<rustc_interface::util::run_in_thread_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#1}::{closure#0}>>
                   at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:468:19
       280: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<<std::thread::Builder>::spawn_unchecked_<rustc_interface::util::run_in_thread_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#1}::{closure#0}>, core::result::Result<(), rustc_span::ErrorGuaranteed>>
                   at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panic.rs:142:14
       281: <std::thread::Builder>::spawn_unchecked_::<rustc_interface::util::run_in_thread_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#1}
                   at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/mod.rs:528:30
       282: <<std::thread::Builder>::spawn_unchecked_<rustc_interface::util::run_in_thread_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
                   at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
       283: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
                   at /home/matthias/vcs/github/rust_debug_assertions/library/alloc/src/boxed.rs:2007:9
       284: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
                   at /home/matthias/vcs/github/rust_debug_assertions/library/alloc/src/boxed.rs:2007:9
       285: std::sys::unix::thread::Thread::new::thread_start
                   at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys/unix/thread.rs:108:17
       286: <unknown>
       287: <unknown>

@matthiaskrgr
Copy link
Member Author

Program output

 --> span.rs:2:32
  |
2 |     for x in for x in 0..10 {}.await.unwrap() {}
  |                                ^^^^^

error: internal compiler error: {OpaqueTypeKey { def_id: DefId(0:5 ~ span[b19d]::bar::{opaque#0}), args: [] }: OpaqueTypeDecl { hidden_type: OpaqueHiddenType { span: span.rs:1:1: 1:15 (#14), ty: ?0t } }}
  |
  = note: delayed at compiler/rustc_infer/src/infer/opaque_types/table.rs:44:26
             0: <rustc_errors::HandlerInner>::emit_diagnostic
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_errors/src/lib.rs:1338:29
             1: <rustc_errors::HandlerInner>::delay_span_bug::<rustc_span::span_encoding::Span, alloc::string::String>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_errors/src/lib.rs:1622:9
             2: <rustc_errors::Handler>::delay_span_bug::<rustc_span::span_encoding::Span, alloc::string::String>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_errors/src/lib.rs:1008:9
             3: <rustc_session::session::Session>::delay_span_bug::<rustc_span::span_encoding::Span, alloc::string::String>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_session/src/session.rs:635:9
             4: <rustc_infer::infer::opaque_types::table::OpaqueTypeStorage as core::ops::drop::Drop>::drop::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_infer/src/infer/opaque_types/table.rs:44:17
             5: rustc_middle::ty::context::tls::with::<<rustc_infer::infer::opaque_types::table::OpaqueTypeStorage as core::ops::drop::Drop>::drop::{closure#0}, rustc_span::ErrorGuaranteed>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:144:28
             6: rustc_middle::ty::context::tls::with_context::<rustc_middle::ty::context::tls::with<<rustc_infer::infer::opaque_types::table::OpaqueTypeStorage as core::ops::drop::Drop>::drop::{closure#0}, rustc_span::ErrorGuaranteed>::{closure#0}, rustc_span::ErrorGuaranteed>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:36
             7: rustc_middle::ty::context::tls::with_context_opt::<rustc_middle::ty::context::tls::with_context<rustc_middle::ty::context::tls::with<<rustc_infer::infer::opaque_types::table::OpaqueTypeStorage as core::ops::drop::Drop>::drop::{closure#0}, rustc_span::ErrorGuaranteed>::{closure#0}, rustc_span::ErrorGuaranteed>::{closure#0}, rustc_span::ErrorGuaranteed>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:100:18
             8: rustc_middle::ty::context::tls::with_context::<rustc_middle::ty::context::tls::with<<rustc_infer::infer::opaque_types::table::OpaqueTypeStorage as core::ops::drop::Drop>::drop::{closure#0}, rustc_span::ErrorGuaranteed>::{closure#0}, rustc_span::ErrorGuaranteed>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:5
             9: rustc_middle::ty::context::tls::with::<<rustc_infer::infer::opaque_types::table::OpaqueTypeStorage as core::ops::drop::Drop>::drop::{closure#0}, rustc_span::ErrorGuaranteed>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:144:5
            10: <rustc_infer::infer::opaque_types::table::OpaqueTypeStorage as core::ops::drop::Drop>::drop
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_infer/src/infer/opaque_types/table.rs:43:13
            11: core::ptr::drop_in_place::<rustc_infer::infer::opaque_types::table::OpaqueTypeStorage>
                       at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ptr/mod.rs:498:1
            12: core::ptr::drop_in_place::<rustc_infer::infer::InferCtxtInner>
                       at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ptr/mod.rs:498:1
            13: core::ptr::drop_in_place::<core::cell::UnsafeCell<rustc_infer::infer::InferCtxtInner>>
                       at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ptr/mod.rs:498:1
            14: core::ptr::drop_in_place::<core::cell::RefCell<rustc_infer::infer::InferCtxtInner>>
                       at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ptr/mod.rs:498:1
            15: core::ptr::drop_in_place::<rustc_infer::infer::InferCtxt>
                       at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ptr/mod.rs:498:1
            16: core::ptr::drop_in_place::<rustc_hir_typeck::inherited::Inherited>
                       at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ptr/mod.rs:498:1
            17: rustc_hir_typeck::typeck_with_fallback::<rustc_hir_typeck::typeck::{closure#0}>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/lib.rs:299:1
            18: rustc_hir_typeck::typeck_with_fallback::<rustc_hir_typeck::typeck::{closure#0}>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/lib.rs:159:1
            19: rustc_hir_typeck::typeck
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/lib.rs:146:5
            20: rustc_query_impl::query_impl::typeck::dynamic_query::{closure#2}::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:585:47
            21: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::typeck::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:509:18
            22: rustc_query_impl::query_impl::typeck::dynamic_query::{closure#2}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:581:25
            23: <rustc_query_impl::query_impl::typeck::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, rustc_span::def_id::LocalDefId)>>::call_once
                       at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
            24: <rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false> as rustc_query_system::query::config::QueryConfig<rustc_query_impl::plumbing::QueryCtxt>>::compute
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/lib.rs:119:9
            25: rustc_query_system::query::plumbing::execute_job_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:456:72
            26: rustc_middle::ty::context::tls::enter_context::<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:82:9
            27: <std::thread::local::LocalKey<core::cell::Cell<*const ()>>>::try_with::<rustc_middle::ty::context::tls::enter_context<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                       at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:270:16
            28: <std::thread::local::LocalKey<core::cell::Cell<*const ()>>>::with::<rustc_middle::ty::context::tls::enter_context<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                       at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:246:9
            29: rustc_middle::ty::context::tls::enter_context::<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:79:9
            30: <rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query::<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:151:13
            31: rustc_middle::ty::context::tls::with_related_context::<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:133:9
            32: rustc_middle::ty::context::tls::with_context::<rustc_middle::ty::context::tls::with_related_context<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:36
            33: rustc_middle::ty::context::tls::with_context_opt::<rustc_middle::ty::context::tls::with_context<rustc_middle::ty::context::tls::with_related_context<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:100:18
            34: rustc_middle::ty::context::tls::with_context::<rustc_middle::ty::context::tls::with_related_context<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:5
            35: rustc_middle::ty::context::tls::with_related_context::<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:124:5
            36: <rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query::<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:136:9
            37: rustc_query_system::query::plumbing::execute_job_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:456:18
            38: rustc_query_system::query::plumbing::execute_job::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:389:9
            39: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:332:13
            40: rustc_query_system::query::plumbing::get_query_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:788:32
            41: stacker::maybe_grow::<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::get_query_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>
                       at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
            42: rustc_data_structures::stack::ensure_sufficient_stack::<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::get_query_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
            43: rustc_query_system::query::plumbing::get_query_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:788:5
            44: rustc_query_impl::query_impl::typeck::get_query_non_incr::__rust_end_short_backtrace
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:559:26
            45: rustc_middle::query::plumbing::query_get_at::<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:156:17
            46: <rustc_middle::query::plumbing::TyCtxtAt>::typeck::<rustc_span::def_id::LocalDefId>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:386:31
            47: <rustc_middle::ty::context::TyCtxt>::typeck::<rustc_span::def_id::LocalDefId>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:377:17
            48: rustc_hir_analysis::collect::type_of::opaque::find_opaque_ty_constraints_for_rpit
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/collect/type_of/opaque.rs:229:18
            49: rustc_hir_analysis::collect::type_of::type_of_opaque
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/collect/type_of.rs:539:21
            50: rustc_query_impl::query_impl::type_of_opaque::dynamic_query::{closure#2}::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:585:47
            51: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::type_of_opaque::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:509:18
            52: rustc_query_impl::query_impl::type_of_opaque::dynamic_query::{closure#2}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:581:25
            53: <rustc_query_impl::query_impl::type_of_opaque::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, rustc_span::def_id::DefId)>>::call_once
                       at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
            54: <rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false> as rustc_query_system::query::config::QueryConfig<rustc_query_impl::plumbing::QueryCtxt>>::compute
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/lib.rs:119:9
            55: rustc_query_system::query::plumbing::execute_job_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:456:72
            56: rustc_middle::ty::context::tls::enter_context::<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:82:9
            57: <std::thread::local::LocalKey<core::cell::Cell<*const ()>>>::try_with::<rustc_middle::ty::context::tls::enter_context<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                       at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:270:16
            58: <std::thread::local::LocalKey<core::cell::Cell<*const ()>>>::with::<rustc_middle::ty::context::tls::enter_context<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                       at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:246:9
            59: rustc_middle::ty::context::tls::enter_context::<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:79:9
            60: <rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query::<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:151:13
            61: rustc_middle::ty::context::tls::with_related_context::<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:133:9
            62: rustc_middle::ty::context::tls::with_context::<rustc_middle::ty::context::tls::with_related_context<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:36
            63: rustc_middle::ty::context::tls::with_context_opt::<rustc_middle::ty::context::tls::with_context<rustc_middle::ty::context::tls::with_related_context<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:100:18
            64: rustc_middle::ty::context::tls::with_context::<rustc_middle::ty::context::tls::with_related_context<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:5
            65: rustc_middle::ty::context::tls::with_related_context::<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:124:5
            66: <rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query::<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:136:9
            67: rustc_query_system::query::plumbing::execute_job_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:456:18
            68: rustc_query_system::query::plumbing::execute_job::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:389:9
            69: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:332:13
            70: rustc_query_system::query::plumbing::get_query_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:788:32
            71: stacker::maybe_grow::<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::get_query_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>
                       at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
            72: rustc_data_structures::stack::ensure_sufficient_stack::<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::get_query_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
            73: rustc_query_system::query::plumbing::get_query_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:788:5
            74: rustc_query_impl::query_impl::type_of_opaque::get_query_non_incr::__rust_end_short_backtrace
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:559:26
            75: rustc_middle::query::plumbing::query_get_at::<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:156:17
            76: <rustc_middle::query::plumbing::TyCtxtAt>::type_of_opaque::<rustc_span::def_id::LocalDefId>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:386:31
            77: <rustc_middle::ty::context::TyCtxt>::type_of_opaque::<rustc_span::def_id::LocalDefId>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:377:17
            78: rustc_hir_analysis::collect::type_of::type_of
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/collect/type_of.rs:451:39
            79: rustc_query_impl::query_impl::type_of::dynamic_query::{closure#2}::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:585:47
            80: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::type_of::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:509:18
            81: rustc_query_impl::query_impl::type_of::dynamic_query::{closure#2}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:581:25
            82: <rustc_query_impl::query_impl::type_of::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, rustc_span::def_id::DefId)>>::call_once
                       at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
            83: <rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false> as rustc_query_system::query::config::QueryConfig<rustc_query_impl::plumbing::QueryCtxt>>::compute
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/lib.rs:119:9
            84: rustc_query_system::query::plumbing::execute_job_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:456:72
            85: rustc_middle::ty::context::tls::enter_context::<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:82:9
            86: <std::thread::local::LocalKey<core::cell::Cell<*const ()>>>::try_with::<rustc_middle::ty::context::tls::enter_context<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                       at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:270:16
            87: <std::thread::local::LocalKey<core::cell::Cell<*const ()>>>::with::<rustc_middle::ty::context::tls::enter_context<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                       at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:246:9
            88: rustc_middle::ty::context::tls::enter_context::<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:79:9
            89: <rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query::<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:151:13
            90: rustc_middle::ty::context::tls::with_related_context::<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:133:9
            91: rustc_middle::ty::context::tls::with_context::<rustc_middle::ty::context::tls::with_related_context<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:36
            92: rustc_middle::ty::context::tls::with_context_opt::<rustc_middle::ty::context::tls::with_context<rustc_middle::ty::context::tls::with_related_context<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:100:18
            93: rustc_middle::ty::context::tls::with_context::<rustc_middle::ty::context::tls::with_related_context<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:5
            94: rustc_middle::ty::context::tls::with_related_context::<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:124:5
            95: <rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query::<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:136:9
            96: rustc_query_system::query::plumbing::execute_job_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:456:18
            97: rustc_query_system::query::plumbing::execute_job::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:389:9
            98: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:332:13
            99: rustc_query_system::query::plumbing::get_query_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:788:32
           100: stacker::maybe_grow::<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::get_query_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>
                       at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
           101: rustc_data_structures::stack::ensure_sufficient_stack::<rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::query::plumbing::get_query_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
           102: rustc_query_system::query::plumbing::get_query_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:788:5
           103: rustc_query_impl::query_impl::type_of::get_query_non_incr::__rust_end_short_backtrace
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:559:26
           104: rustc_middle::query::plumbing::query_get_at::<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:156:17
           105: <rustc_middle::query::plumbing::TyCtxtAt>::type_of::<rustc_span::def_id::LocalDefId>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:386:31
           106: <rustc_middle::ty::context::TyCtxt>::type_of::<rustc_span::def_id::LocalDefId>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:377:17
           107: rustc_hir_analysis::check::check::check_opaque
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/check/check.rs:218:8
           108: rustc_hir_analysis::check::check::check_item_type
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/check/check.rs:511:17
           109: rustc_hir_analysis::check::check::check_mod_item_types
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/check/check.rs:1316:9
           110: rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2}::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:585:47
           111: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:509:18
           112: rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:581:25
           113: <rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, rustc_span::def_id::LocalModDefId)>>::call_once
                       at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
           114: <rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false> as rustc_query_system::query::config::QueryConfig<rustc_query_impl::plumbing::QueryCtxt>>::compute
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/lib.rs:119:9
           115: rustc_query_system::query::plumbing::execute_job_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:456:72
           116: rustc_middle::ty::context::tls::enter_context::<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:82:9
           117: <std::thread::local::LocalKey<core::cell::Cell<*const ()>>>::try_with::<rustc_middle::ty::context::tls::enter_context<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
                       at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:270:16
           118: <std::thread::local::LocalKey<core::cell::Cell<*const ()>>>::with::<rustc_middle::ty::context::tls::enter_context<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
                       at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:246:9
           119: rustc_middle::ty::context::tls::enter_context::<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:79:9
           120: <rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query::<rustc_middle::query::erase::Erased<[u8; 0]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:151:13
           121: rustc_middle::ty::context::tls::with_related_context::<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 0]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:133:9
           122: rustc_middle::ty::context::tls::with_context::<rustc_middle::ty::context::tls::with_related_context<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 0]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:36
           123: rustc_middle::ty::context::tls::with_context_opt::<rustc_middle::ty::context::tls::with_context<rustc_middle::ty::context::tls::with_related_context<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 0]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:100:18
           124: rustc_middle::ty::context::tls::with_context::<rustc_middle::ty::context::tls::with_related_context<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 0]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:5
           125: rustc_middle::ty::context::tls::with_related_context::<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 0]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:124:5
           126: <rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query::<rustc_middle::query::erase::Erased<[u8; 0]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:136:9
           127: rustc_query_system::query::plumbing::execute_job_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:456:18
           128: rustc_query_system::query::plumbing::execute_job::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:389:9
           129: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:332:13
           130: rustc_query_system::query::plumbing::get_query_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:788:32
           131: stacker::maybe_grow::<rustc_middle::query::erase::Erased<[u8; 0]>, rustc_query_system::query::plumbing::get_query_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>
                       at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
           132: rustc_data_structures::stack::ensure_sufficient_stack::<rustc_middle::query::erase::Erased<[u8; 0]>, rustc_query_system::query::plumbing::get_query_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
           133: rustc_query_system::query::plumbing::get_query_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:788:5
           134: rustc_query_impl::query_impl::check_mod_item_types::get_query_non_incr::__rust_end_short_backtrace
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:559:26
           135: rustc_middle::query::plumbing::query_ensure::<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::LocalModDefId, rustc_middle::query::erase::Erased<[u8; 0]>>>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:172:9
           136: <rustc_middle::query::plumbing::TyCtxtEnsure>::check_mod_item_types
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:347:17
           137: rustc_hir_analysis::check_crate::{closure#6}::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/lib.rs:216:44
           138: <rustc_middle::hir::map::Map>::for_each_module::<rustc_hir_analysis::check_crate::{closure#6}::{closure#0}>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/hir/map/mod.rs:623:13
           139: rustc_hir_analysis::check_crate::{closure#6}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/lib.rs:216:9
           140: <rustc_data_structures::profiling::VerboseTimingGuard>::run::<(), rustc_hir_analysis::check_crate::{closure#6}>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/profiling.rs:752:9
           141: <rustc_session::session::Session>::time::<(), rustc_hir_analysis::check_crate::{closure#6}>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_session/src/utils.rs:12:9
           142: rustc_hir_analysis::check_crate
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/lib.rs:215:5
           143: rustc_interface::passes::analysis
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/passes.rs:775:5
           144: rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:585:47
           145: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:509:18
           146: rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:581:25
           147: <rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, ())>>::call_once
                       at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
           148: <rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false> as rustc_query_system::query::config::QueryConfig<rustc_query_impl::plumbing::QueryCtxt>>::compute
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/lib.rs:119:9
           149: rustc_query_system::query::plumbing::execute_job_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:456:72
           150: rustc_middle::ty::context::tls::enter_context::<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:82:9
           151: <std::thread::local::LocalKey<core::cell::Cell<*const ()>>>::try_with::<rustc_middle::ty::context::tls::enter_context<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>
                       at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:270:16
           152: <std::thread::local::LocalKey<core::cell::Cell<*const ()>>>::with::<rustc_middle::ty::context::tls::enter_context<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>
                       at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:246:9
           153: rustc_middle::ty::context::tls::enter_context::<rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:79:9
           154: <rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query::<rustc_middle::query::erase::Erased<[u8; 1]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:151:13
           155: rustc_middle::ty::context::tls::with_related_context::<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 1]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:133:9
           156: rustc_middle::ty::context::tls::with_context::<rustc_middle::ty::context::tls::with_related_context<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 1]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:36
           157: rustc_middle::ty::context::tls::with_context_opt::<rustc_middle::ty::context::tls::with_context<rustc_middle::ty::context::tls::with_related_context<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 1]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:100:18
           158: rustc_middle::ty::context::tls::with_context::<rustc_middle::ty::context::tls::with_related_context<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 1]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:5
           159: rustc_middle::ty::context::tls::with_related_context::<<rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query<rustc_middle::query::erase::Erased<[u8; 1]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:124:5
           160: <rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query::<rustc_middle::query::erase::Erased<[u8; 1]>, rustc_query_system::query::plumbing::execute_job_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:136:9
           161: rustc_query_system::query::plumbing::execute_job_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:456:18
           162: rustc_query_system::query::plumbing::execute_job::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:389:9
           163: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:332:13
           164: rustc_query_system::query::plumbing::get_query_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:788:32
           165: stacker::maybe_grow::<rustc_middle::query::erase::Erased<[u8; 1]>, rustc_query_system::query::plumbing::get_query_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>
                       at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
           166: rustc_data_structures::stack::ensure_sufficient_stack::<rustc_middle::query::erase::Erased<[u8; 1]>, rustc_query_system::query::plumbing::get_query_non_incr<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>::{closure#0}>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
           167: rustc_query_system::query::plumbing::get_query_non_incr::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:788:5
           168: rustc_query_impl::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:559:26
           169: rustc_middle::query::plumbing::query_get_at::<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:156:17
           170: <rustc_middle::query::plumbing::TyCtxtAt>::analysis
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/mod.rs:2202:1
           171: <rustc_middle::ty::context::TyCtxt>::analysis
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:377:35
           172: rustc_driver_impl::run_compiler::{closure#1}::{closure#2}::{closure#6}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_driver_impl/src/lib.rs:449:52
           173: <rustc_middle::ty::context::GlobalCtxt>::enter::<rustc_driver_impl::run_compiler::{closure#1}::{closure#2}::{closure#6}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:589:37
           174: rustc_middle::ty::context::tls::enter_context::<<rustc_middle::ty::context::GlobalCtxt>::enter<rustc_driver_impl::run_compiler::{closure#1}::{closure#2}::{closure#6}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:82:9
           175: <std::thread::local::LocalKey<core::cell::Cell<*const ()>>>::try_with::<rustc_middle::ty::context::tls::enter_context<<rustc_middle::ty::context::GlobalCtxt>::enter<rustc_driver_impl::run_compiler::{closure#1}::{closure#2}::{closure#6}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
                       at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:270:16
           176: <std::thread::local::LocalKey<core::cell::Cell<*const ()>>>::with::<rustc_middle::ty::context::tls::enter_context<<rustc_middle::ty::context::GlobalCtxt>::enter<rustc_driver_impl::run_compiler::{closure#1}::{closure#2}::{closure#6}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
                       at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:246:9
           177: rustc_middle::ty::context::tls::enter_context::<<rustc_middle::ty::context::GlobalCtxt>::enter<rustc_driver_impl::run_compiler::{closure#1}::{closure#2}::{closure#6}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:79:9
           178: <rustc_middle::ty::context::GlobalCtxt>::enter::<rustc_driver_impl::run_compiler::{closure#1}::{closure#2}::{closure#6}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:589:9
           179: rustc_driver_impl::run_compiler::{closure#1}::{closure#2}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_driver_impl/src/lib.rs:449:13
           180: <rustc_interface::interface::Compiler>::enter::<rustc_driver_impl::run_compiler::{closure#1}::{closure#2}, core::result::Result<core::option::Option<rustc_interface::queries::Linker>, rustc_span::ErrorGuaranteed>>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/queries.rs:332:19
           181: rustc_driver_impl::run_compiler::{closure#1}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_driver_impl/src/lib.rs:390:22
           182: rustc_interface::interface::run_compiler::<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/interface.rs:482:21
           183: rustc_span::set_source_map::<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}::{closure#0}>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_span/src/lib.rs:1059:5
           184: rustc_interface::interface::run_compiler::<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/interface.rs:476:13
           185: <scoped_tls::ScopedKey<rustc_span::SessionGlobals>>::set::<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
                       at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scoped-tls-1.0.1/src/lib.rs:137:9
           186: rustc_span::create_session_globals_then::<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}>
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_span/src/lib.rs:125:5
           187: rustc_interface::util::run_in_thread_with_globals::<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/util.rs:163:38
           188: std::sys_common::backtrace::__rust_begin_short_backtrace::<rustc_interface::util::run_in_thread_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
                       at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:154:18
           189: <std::thread::Builder>::spawn_unchecked_::<rustc_interface::util::run_in_thread_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#1}::{closure#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/mod.rs:529:17
           190: <core::panic::unwind_safe::AssertUnwindSafe<<std::thread::Builder>::spawn_unchecked_<rustc_interface::util::run_in_thread_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
                       at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/panic/unwind_safe.rs:271:9
           191: std::panicking::try::do_call::<core::panic::unwind_safe::AssertUnwindSafe<<std::thread::Builder>::spawn_unchecked_<rustc_interface::util::run_in_thread_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#1}::{closure#0}>, core::result::Result<(), rustc_span::ErrorGuaranteed>>
                       at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:504:40
           192: std::panicking::try::<core::result::Result<(), rustc_span::ErrorGuaranteed>, core::panic::unwind_safe::AssertUnwindSafe<<std::thread::Builder>::spawn_unchecked_<rustc_interface::util::run_in_thread_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#1}::{closure#0}>>
                       at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:468:19
           193: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<<std::thread::Builder>::spawn_unchecked_<rustc_interface::util::run_in_thread_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#1}::{closure#0}>, core::result::Result<(), rustc_span::ErrorGuaranteed>>
                       at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panic.rs:142:14
           194: <std::thread::Builder>::spawn_unchecked_::<rustc_interface::util::run_in_thread_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#1}
                       at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/mod.rs:528:30
           195: <<std::thread::Builder>::spawn_unchecked_<rustc_interface::util::run_in_thread_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
                       at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
           196: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
                       at /home/matthias/vcs/github/rust_debug_assertions/library/alloc/src/boxed.rs:2007:9
           197: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
                       at /home/matthias/vcs/github/rust_debug_assertions/library/alloc/src/boxed.rs:2007:9
           198: std::sys::unix::thread::Thread::new::thread_start
                       at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys/unix/thread.rs:108:17
           199: <unknown>
           200: <unknown>


note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md

note: please attach the file at `/tmp/span/rustc-ice-2023-10-21T08_14_06-1564521.txt` to your bug report

note: compiler flags: --crate-type lib

query stack during panic:
end of query stack
thread 'rustc' panicked at library/core/src/panicking.rs:144:5:
panic in a destructor during cleanup

error: the compiler unexpectedly panicked. this is a bug.

note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md

note: please attach the file at `/tmp/span/rustc-ice-2023-10-21T08_14_06-1564521.txt` to your bug report

note: compiler flags: --crate-type lib

query stack during panic:
end of query stack
thread caused non-unwinding panic. aborting.
[1]    1564521 IOT instruction  ~/.rustup/toolchains/local-debug-assertions/bin/rustc span.rs --edition=2021

@matthiaskrgr
Copy link
Member Author

slightly more reduced

async fn bar() {
    for x in [] {}.await
}

@bors bors closed this as completed in bd1046d Oct 21, 2023
rust-timer added a commit to rust-lang-ci/rust that referenced this issue Oct 21, 2023
Rollup merge of rust-lang#117019 - lukas-code:for-await, r=compiler-errors

fix spans for removing `.await` on `for` expressions

We need to use a span with the outer syntax context of a desugared `for` expression to join it with the `.await` span.

fixes rust-lang#117014
@Noratrieb Noratrieb removed the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Oct 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ requires-debug-assertions This issue requires a build of rustc or tooling with debug-assertions in some way T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants