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: assertion failed: !obligation.predicate.has_escaping_bound_vars() #132822

Closed
matthiaskrgr opened this issue Nov 9, 2024 · 3 comments
Closed
Labels
C-bug Category: This is a bug. F-non_lifetime_binders `#![feature(non_lifetime_binders)]` 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

auto-reduced (treereduce-rust):

#![feature(non_lifetime_binders)]

trait Trait<T: ?Sized> {
    type Assoc;
}

fn produce() -> impl for<T> Trait<(), Assoc = impl Trait<T>> {
    16
}

original:

#![allow(incomplete_features)]
#![feature(non_lifetime_binders)]

trait Trait<T: ?Sized> {
    type Assoc;
    const FOO: ()
    fn bar() -> Self::Assoc;
}

fn produce() -> impl for<T> Trait<(), Assoc = impl Trait<T>> {
    //~^ ERROR associated type `Assoc` not found for `Trait`
    //~| ERROR associated type `Assoc` not found for `Trait`
    //~| the trait bound `{integer}: Trait<()>` is not satisfied
    16
}

fn main() {}

Version information

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

Possibly related line of code:

}
fn select_from_obligation(
&mut self,
obligation: &PolyTraitObligation<'tcx>,
) -> SelectionResult<'tcx, SelectionCandidate<'tcx>> {
debug_assert!(!obligation.predicate.has_escaping_bound_vars());
let pec = &ProvisionalEvaluationCache::default();
let stack = self.push_stack(TraitObligationStackList::empty(pec), obligation);
self.candidate_from_obligation(&stack)
}

Command:
/home/gh-matthiaskrgr/.rustup/toolchains/local-debug-assertions/bin/rustc

@rustbot label +F-non_lifetime_binders

@matthiaskrgr matthiaskrgr added 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. labels Nov 9, 2024
@rustbot rustbot added needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. F-non_lifetime_binders `#![feature(non_lifetime_binders)]` labels Nov 9, 2024
@matthiaskrgr
Copy link
Member Author

Program output

warning: the feature `non_lifetime_binders` is incomplete and may not be safe to use and/or cause compiler crashes
 --> /run/user/1085/tmp/dir.oasPTaGxCAm1/rustc_testrunner_tmpdir_reporting.rJcT39rQIpbp/mvce.rs:1:12
  |
1 | #![feature(non_lifetime_binders)]
  |            ^^^^^^^^^^^^^^^^^^^^
  |
  = note: see issue #108185 <https://github.com/rust-lang/rust/issues/108185> for more information
  = note: `#[warn(incomplete_features)]` on by default

error[E0601]: `main` function not found in crate `mvce`
 --> /run/user/1085/tmp/dir.oasPTaGxCAm1/rustc_testrunner_tmpdir_reporting.rJcT39rQIpbp/mvce.rs:9:2
  |
9 | }
  |  ^ consider adding a `main` function to `/run/user/1085/tmp/dir.oasPTaGxCAm1/rustc_testrunner_tmpdir_reporting.rJcT39rQIpbp/mvce.rs`

thread 'rustc' panicked at compiler/rustc_trait_selection/src/traits/select/mod.rs:314:9:
assertion failed: !obligation.predicate.has_escaping_bound_vars()
stack backtrace:
   0:     0x7e32650a1de2 - std::backtrace_rs::backtrace::libunwind::trace::h024060cf3507fd0f
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5
   1:     0x7e32650a1de2 - std::backtrace_rs::backtrace::trace_unsynchronized::hb888d879c9178a1c
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
   2:     0x7e32650a1de2 - std::sys::backtrace::_print_fmt::hd3b2376334b8d2c8
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/sys/backtrace.rs:66:9
   3:     0x7e32650a1de2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h4682bcebe7ccd7ae
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/sys/backtrace.rs:39:26
   4:     0x7e325fed8ff0 - core::fmt::rt::Argument::fmt::hfcb22cb88e74be07
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/fmt/rt.rs:177:76
   5:     0x7e325fed8ff0 - core::fmt::write::hdc12c85fb7bc27ae
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/fmt/mod.rs:1189:21
   6:     0x7e32650f191f - std::io::Write::write_fmt::h9e37591d5ab6ec5d
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/io/mod.rs:1839:15
   7:     0x7e32650a1c83 - std::sys::backtrace::BacktraceLock::print::hdf8d7d02db0b2c40
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/sys/backtrace.rs:42:9
   8:     0x7e3265107356 - std::panicking::default_hook::{{closure}}::hf0efabb0b4564967
   9:     0x7e3265107127 - std::panicking::default_hook::h786146a05bb649b8
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:295:9
  10:     0x7e32614ca80e - rustc_driver_impl[94f03f40e507cf19]::install_ice_hook::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_driver_impl/src/lib.rs:1421:17
  11:     0x7e32614ca80e - <alloc[bbbe5c502d450acc]::boxed::Box<rustc_driver_impl[94f03f40e507cf19]::install_ice_hook::{closure#0}> as core[2f0fa1be9e5c8a84]::ops::function::Fn<(&dyn for<'a, 'b> core[2f0fa1be9e5c8a84]::ops::function::Fn<(&'a std[db29afca937b2011]::panic::PanicHookInfo<'b>,), Output = ()> + core[2f0fa1be9e5c8a84]::marker::Send + core[2f0fa1be9e5c8a84]::marker::Sync, &std[db29afca937b2011]::panic::PanicHookInfo)>>::call
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/alloc/src/boxed.rs:1981:9
  12:     0x7e32651079b8 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h1874b391bc2a3eb0
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/alloc/src/boxed.rs:1981:9
  13:     0x7e32651079b8 - std::panicking::rust_panic_with_hook::hcd6240406578654c
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:809:13
  14:     0x7e32650a2a66 - std::panicking::begin_panic_handler::{{closure}}::h28f68203fc6333bf
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:667:13
  15:     0x7e32650a20f9 - std::sys::backtrace::__rust_end_short_backtrace::hc19a81f97294ed30
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/sys/backtrace.rs:170:18
  16:     0x7e326510749e - rust_begin_unwind
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:665:5
  17:     0x7e325fef4f40 - core::panicking::panic_fmt::ha8bfcd3cb9149158
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/panicking.rs:76:14
  18:     0x7e325fef4fc5 - core::panicking::panic::h4a19b9dbcef1c66f
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/panicking.rs:148:5
  19:     0x7e3264b3214c - <rustc_trait_selection[23788fb2e903add]::traits::select::SelectionContext>::select_from_obligation
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_trait_selection/src/traits/select/mod.rs:314:9
  20:     0x7e3264b3214c - <rustc_trait_selection[23788fb2e903add]::traits::select::SelectionContext>::poly_select::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_trait_selection/src/traits/select/mod.rs:272:31
  21:     0x7e3264b3214c - <rustc_trait_selection[23788fb2e903add]::traits::select::SelectionContext>::poly_select
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_trait_selection/src/traits/select/mod.rs:263:5
  22:     0x7e3264a803df - <rustc_trait_selection[23788fb2e903add]::traits::fulfill::FulfillProcessor>::process_trait_obligation
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_trait_selection/src/traits/fulfill.rs:777:15
  23:     0x7e3264a7e7f1 - <rustc_trait_selection[23788fb2e903add]::traits::fulfill::FulfillProcessor as rustc_data_structures[9af2dff3907b6b46]::obligation_forest::ObligationProcessor>::process_obligation
  24:     0x7e326201898c - <rustc_data_structures[9af2dff3907b6b46]::obligation_forest::ObligationForest<rustc_trait_selection[23788fb2e903add]::traits::fulfill::PendingPredicateObligation>>::process_obligations::<rustc_trait_selection[23788fb2e903add]::traits::fulfill::FulfillProcessor>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/obligation_forest/mod.rs:466:23
  25:     0x7e3262057fb1 - <rustc_trait_selection[23788fb2e903add]::traits::fulfill::FulfillmentContext<rustc_trait_selection[23788fb2e903add]::traits::FulfillmentError>>::select
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_trait_selection/src/traits/fulfill.rs:110:13
  26:     0x7e3262057fb1 - <rustc_trait_selection[23788fb2e903add]::traits::fulfill::FulfillmentContext<rustc_trait_selection[23788fb2e903add]::traits::FulfillmentError> as rustc_infer[4c2aa33693e84400]::traits::engine::TraitEngine<rustc_trait_selection[23788fb2e903add]::traits::FulfillmentError>>::select_where_possible
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_trait_selection/src/traits/fulfill.rs:163:9
  27:     0x7e3261da8649 - <rustc_hir_typeck[9da4df690b8902af]::fn_ctxt::FnCtxt>::select_obligations_where_possible::<<rustc_hir_typeck[9da4df690b8902af]::fn_ctxt::FnCtxt>::resolve_vars_with_obligations::{closure#0}::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/fn_ctxt/_impl.rs:666:26
  28:     0x7e3261da8649 - <rustc_hir_typeck[9da4df690b8902af]::fn_ctxt::FnCtxt>::resolve_vars_with_obligations::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/fn_ctxt/_impl.rs:114:9
  29:     0x7e3261da8649 - <rustc_hir_typeck[9da4df690b8902af]::fn_ctxt::FnCtxt>::resolve_vars_with_obligations
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/fn_ctxt/_impl.rs:95:5
  30:     0x7e3261db3944 - <rustc_hir_typeck[9da4df690b8902af]::fn_ctxt::FnCtxt>::try_structurally_resolve_type::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/fn_ctxt/_impl.rs:1446:18
  31:     0x7e3261db3944 - <rustc_hir_typeck[9da4df690b8902af]::fn_ctxt::FnCtxt>::try_structurally_resolve_type
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/fn_ctxt/_impl.rs:1444:5
  32:     0x7e3261ce9186 - <rustc_hir_typeck[9da4df690b8902af]::fn_ctxt::FnCtxt>::coerce
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/coercion.rs:1056:22
  33:     0x7e3261f69aba - <rustc_hir_typeck[9da4df690b8902af]::coercion::CoerceMany<&rustc_hir[d0748a3403dd4563]::hir::Expr>>::coerce_inner::<<rustc_hir_typeck[9da4df690b8902af]::coercion::CoerceMany<&rustc_hir[d0748a3403dd4563]::hir::Expr>>::coerce::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/coercion.rs:1583:17
  34:     0x7e3261f69aba - <rustc_hir_typeck[9da4df690b8902af]::coercion::CoerceMany<&rustc_hir[d0748a3403dd4563]::hir::Expr>>::coerce
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/coercion.rs:1501:9
  35:     0x7e3261d05cb8 - <rustc_hir_typeck[9da4df690b8902af]::fn_ctxt::FnCtxt>::check_return_expr
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/expr.rs:1060:9
  36:     0x7e3261f8a836 - rustc_hir_typeck[9da4df690b8902af]::check::check_fn
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/check.rs:140:5
  37:     0x7e3261f831ec - rustc_hir_typeck[9da4df690b8902af]::typeck_with_fallback::<rustc_hir_typeck[9da4df690b8902af]::typeck::{closure#0}>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/lib.rs:164:9
  38:     0x7e3261f831ec - rustc_hir_typeck[9da4df690b8902af]::typeck_with_fallback::<rustc_hir_typeck[9da4df690b8902af]::typeck::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/lib.rs:119:1
  39:     0x7e3261f831ec - rustc_hir_typeck[9da4df690b8902af]::typeck
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/lib.rs:90:5
  40:     0x7e3263ca9106 - rustc_query_impl[7b3ef323bfb108f6]::query_impl::typeck::dynamic_query::{closure#2}::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:283:9
  41:     0x7e3263ca9106 - rustc_query_impl[7b3ef323bfb108f6]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[7b3ef323bfb108f6]::query_impl::typeck::dynamic_query::{closure#2}::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:548:18
  42:     0x7e3263d8863b - rustc_query_impl[7b3ef323bfb108f6]::query_impl::typeck::dynamic_query::{closure#2}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:622:25
  43:     0x7e3263d8863b - <rustc_query_impl[7b3ef323bfb108f6]::query_impl::typeck::dynamic_query::{closure#2} as core[2f0fa1be9e5c8a84]::ops::function::FnOnce<(rustc_middle[429598b4bcaf2790]::ty::context::TyCtxt, rustc_span[949c7d79f35b44d4]::def_id::LocalDefId)>>::call_once
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
  44:     0x7e3263c0bf28 - <rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false> as rustc_query_system[b0afcf685b4c4fc7]::query::config::QueryConfig<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>>::compute
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/lib.rs:110:9
  45:     0x7e3263c0bf28 - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:478:72
  46:     0x7e3263c0bf28 - rustc_middle[429598b4bcaf2790]::ty::context::tls::enter_context::<rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:82:9
  47:     0x7e3263c0bf28 - <std[db29afca937b2011]::thread::local::LocalKey<core[2f0fa1be9e5c8a84]::cell::Cell<*const ()>>>::try_with::<rustc_middle[429598b4bcaf2790]::ty::context::tls::enter_context<rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:283:12
  48:     0x7e3263c0bf28 - <std[db29afca937b2011]::thread::local::LocalKey<core[2f0fa1be9e5c8a84]::cell::Cell<*const ()>>>::with::<rustc_middle[429598b4bcaf2790]::ty::context::tls::enter_context<rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:260:9
  49:     0x7e3263c0bf28 - rustc_middle[429598b4bcaf2790]::ty::context::tls::enter_context::<rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:79:9
  50:     0x7e3263c0bf28 - <rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query::<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:151:13
  51:     0x7e3263c0bf28 - rustc_middle[429598b4bcaf2790]::ty::context::tls::with_related_context::<<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:134:9
  52:     0x7e3263c0bf28 - rustc_middle[429598b4bcaf2790]::ty::context::tls::with_context::<rustc_middle[429598b4bcaf2790]::ty::context::tls::with_related_context<<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:112:36
  53:     0x7e3263c0bf28 - rustc_middle[429598b4bcaf2790]::ty::context::tls::with_context_opt::<rustc_middle[429598b4bcaf2790]::ty::context::tls::with_context<rustc_middle[429598b4bcaf2790]::ty::context::tls::with_related_context<<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:101:18
  54:     0x7e3263c0bf28 - rustc_middle[429598b4bcaf2790]::ty::context::tls::with_context::<rustc_middle[429598b4bcaf2790]::ty::context::tls::with_related_context<<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:112:5
  55:     0x7e3263c0bf28 - rustc_middle[429598b4bcaf2790]::ty::context::tls::with_related_context::<<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:125:5
  56:     0x7e3263c0bf28 - <rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query::<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:136:9
  57:     0x7e3263c0bf28 - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:478:18
  58:     0x7e3263c0bf28 - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt, false>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:414:9
  59:     0x7e3263c0bf28 - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::try_execute_query::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt, false>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:357:13
  60:     0x7e3263fba583 - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::get_query_non_incr::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:809:32
  61:     0x7e3263fba583 - stacker[5532783c75b3bb1e]::maybe_grow::<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::get_query_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/gh-matthiaskrgr/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.17/src/lib.rs:55:9
  62:     0x7e3263fba583 - rustc_data_structures[9af2dff3907b6b46]::stack::ensure_sufficient_stack::<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::get_query_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:21:5
  63:     0x7e3263fba583 - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::get_query_non_incr::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:809:5
  64:     0x7e3263fba583 - rustc_query_impl[7b3ef323bfb108f6]::query_impl::typeck::get_query_non_incr::__rust_end_short_backtrace
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:598:26
  65:     0x7e3261a420ae - rustc_middle[429598b4bcaf2790]::query::plumbing::query_get_at::<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:143:17
  66:     0x7e3261a770fe - <rustc_middle[429598b4bcaf2790]::query::plumbing::TyCtxtAt>::typeck::<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:422:31
  67:     0x7e3261a770fe - <rustc_middle[429598b4bcaf2790]::ty::context::TyCtxt>::typeck::<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:413:35
  68:     0x7e3261a770fe - rustc_hir_analysis[10de05a2deee5ecf]::collect::type_of::opaque::find_opaque_ty_constraints_for_rpit
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/collect/type_of/opaque.rs:336:22
  69:     0x7e3261a770fe - rustc_hir_analysis[10de05a2deee5ecf]::collect::type_of::type_of_opaque
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/collect/type_of.rs:619:17
  70:     0x7e3263c8968b - rustc_query_impl[7b3ef323bfb108f6]::query_impl::type_of_opaque::dynamic_query::{closure#2}::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:283:9
  71:     0x7e3263c8968b - rustc_query_impl[7b3ef323bfb108f6]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[7b3ef323bfb108f6]::query_impl::type_of_opaque::dynamic_query::{closure#2}::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:548:18
  72:     0x7e3263f02a7f - rustc_query_impl[7b3ef323bfb108f6]::query_impl::type_of_opaque::dynamic_query::{closure#2}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:622:25
  73:     0x7e3263f02a7f - <rustc_query_impl[7b3ef323bfb108f6]::query_impl::type_of_opaque::dynamic_query::{closure#2} as core[2f0fa1be9e5c8a84]::ops::function::FnOnce<(rustc_middle[429598b4bcaf2790]::ty::context::TyCtxt, rustc_span[949c7d79f35b44d4]::def_id::DefId)>>::call_once
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
  74:     0x7e3263b580b0 - <rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false> as rustc_query_system[b0afcf685b4c4fc7]::query::config::QueryConfig<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>>::compute
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/lib.rs:110:9
  75:     0x7e3263b580b0 - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:478:72
  76:     0x7e3263b580b0 - rustc_middle[429598b4bcaf2790]::ty::context::tls::enter_context::<rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:82:9
  77:     0x7e3263b580b0 - <std[db29afca937b2011]::thread::local::LocalKey<core[2f0fa1be9e5c8a84]::cell::Cell<*const ()>>>::try_with::<rustc_middle[429598b4bcaf2790]::ty::context::tls::enter_context<rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:283:12
  78:     0x7e3263b580b0 - <std[db29afca937b2011]::thread::local::LocalKey<core[2f0fa1be9e5c8a84]::cell::Cell<*const ()>>>::with::<rustc_middle[429598b4bcaf2790]::ty::context::tls::enter_context<rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:260:9
  79:     0x7e3263b580b0 - rustc_middle[429598b4bcaf2790]::ty::context::tls::enter_context::<rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:79:9
  80:     0x7e3263b580b0 - <rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query::<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:151:13
  81:     0x7e3263b580b0 - rustc_middle[429598b4bcaf2790]::ty::context::tls::with_related_context::<<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:134:9
  82:     0x7e3263b580b0 - rustc_middle[429598b4bcaf2790]::ty::context::tls::with_context::<rustc_middle[429598b4bcaf2790]::ty::context::tls::with_related_context<<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:112:36
  83:     0x7e3263b580b0 - rustc_middle[429598b4bcaf2790]::ty::context::tls::with_context_opt::<rustc_middle[429598b4bcaf2790]::ty::context::tls::with_context<rustc_middle[429598b4bcaf2790]::ty::context::tls::with_related_context<<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:101:18
  84:     0x7e3263b580b0 - rustc_middle[429598b4bcaf2790]::ty::context::tls::with_context::<rustc_middle[429598b4bcaf2790]::ty::context::tls::with_related_context<<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:112:5
  85:     0x7e3263b580b0 - rustc_middle[429598b4bcaf2790]::ty::context::tls::with_related_context::<<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:125:5
  86:     0x7e3263b580b0 - <rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query::<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:136:9
  87:     0x7e3263b580b0 - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:478:18
  88:     0x7e3263b580b0 - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt, false>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:414:9
  89:     0x7e3263b580b0 - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::try_execute_query::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt, false>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:357:13
  90:     0x7e3263dd91eb - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::get_query_non_incr::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:809:32
  91:     0x7e3263dd91eb - stacker[5532783c75b3bb1e]::maybe_grow::<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::get_query_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/gh-matthiaskrgr/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.17/src/lib.rs:55:9
  92:     0x7e3263dd91eb - rustc_data_structures[9af2dff3907b6b46]::stack::ensure_sufficient_stack::<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::get_query_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:21:5
  93:     0x7e3263dd91eb - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::get_query_non_incr::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:809:5
  94:     0x7e3263dd91eb - rustc_query_impl[7b3ef323bfb108f6]::query_impl::type_of_opaque::get_query_non_incr::__rust_end_short_backtrace
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:598:26
  95:     0x7e3261a41d04 - rustc_middle[429598b4bcaf2790]::query::plumbing::query_get_at::<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:143:17
  96:     0x7e3261a74a3f - <rustc_middle[429598b4bcaf2790]::query::plumbing::TyCtxtAt>::type_of_opaque::<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:422:31
  97:     0x7e3261a74a3f - <rustc_middle[429598b4bcaf2790]::ty::context::TyCtxt>::type_of_opaque::<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:413:35
  98:     0x7e3261a74a3f - rustc_hir_analysis[10de05a2deee5ecf]::collect::type_of::type_of
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/collect/type_of.rs:538:35
  99:     0x7e3263ca9508 - rustc_query_impl[7b3ef323bfb108f6]::query_impl::type_of::dynamic_query::{closure#2}::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:287:13
 100:     0x7e3263ca9508 - rustc_query_impl[7b3ef323bfb108f6]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[7b3ef323bfb108f6]::query_impl::type_of::dynamic_query::{closure#2}::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:548:18
 101:     0x7e3263feddff - rustc_query_impl[7b3ef323bfb108f6]::query_impl::type_of::dynamic_query::{closure#2}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:622:25
 102:     0x7e3263feddff - <rustc_query_impl[7b3ef323bfb108f6]::query_impl::type_of::dynamic_query::{closure#2} as core[2f0fa1be9e5c8a84]::ops::function::FnOnce<(rustc_middle[429598b4bcaf2790]::ty::context::TyCtxt, rustc_span[949c7d79f35b44d4]::def_id::DefId)>>::call_once
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
 103:     0x7e3263b580b0 - <rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false> as rustc_query_system[b0afcf685b4c4fc7]::query::config::QueryConfig<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>>::compute
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/lib.rs:110:9
 104:     0x7e3263b580b0 - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:478:72
 105:     0x7e3263b580b0 - rustc_middle[429598b4bcaf2790]::ty::context::tls::enter_context::<rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:82:9
 106:     0x7e3263b580b0 - <std[db29afca937b2011]::thread::local::LocalKey<core[2f0fa1be9e5c8a84]::cell::Cell<*const ()>>>::try_with::<rustc_middle[429598b4bcaf2790]::ty::context::tls::enter_context<rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:283:12
 107:     0x7e3263b580b0 - <std[db29afca937b2011]::thread::local::LocalKey<core[2f0fa1be9e5c8a84]::cell::Cell<*const ()>>>::with::<rustc_middle[429598b4bcaf2790]::ty::context::tls::enter_context<rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:260:9
 108:     0x7e3263b580b0 - rustc_middle[429598b4bcaf2790]::ty::context::tls::enter_context::<rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:79:9
 109:     0x7e3263b580b0 - <rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query::<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:151:13
 110:     0x7e3263b580b0 - rustc_middle[429598b4bcaf2790]::ty::context::tls::with_related_context::<<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:134:9
 111:     0x7e3263b580b0 - rustc_middle[429598b4bcaf2790]::ty::context::tls::with_context::<rustc_middle[429598b4bcaf2790]::ty::context::tls::with_related_context<<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:112:36
 112:     0x7e3263b580b0 - rustc_middle[429598b4bcaf2790]::ty::context::tls::with_context_opt::<rustc_middle[429598b4bcaf2790]::ty::context::tls::with_context<rustc_middle[429598b4bcaf2790]::ty::context::tls::with_related_context<<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:101:18
 113:     0x7e3263b580b0 - rustc_middle[429598b4bcaf2790]::ty::context::tls::with_context::<rustc_middle[429598b4bcaf2790]::ty::context::tls::with_related_context<<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:112:5
 114:     0x7e3263b580b0 - rustc_middle[429598b4bcaf2790]::ty::context::tls::with_related_context::<<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:125:5
 115:     0x7e3263b580b0 - <rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query::<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:136:9
 116:     0x7e3263b580b0 - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:478:18
 117:     0x7e3263b580b0 - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt, false>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:414:9
 118:     0x7e3263b580b0 - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::try_execute_query::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt, false>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:357:13
 119:     0x7e3263dd904b - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::get_query_non_incr::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:809:32
 120:     0x7e3263dd904b - stacker[5532783c75b3bb1e]::maybe_grow::<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::get_query_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/gh-matthiaskrgr/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.17/src/lib.rs:55:9
 121:     0x7e3263dd904b - rustc_data_structures[9af2dff3907b6b46]::stack::ensure_sufficient_stack::<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::get_query_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:21:5
 122:     0x7e3263dd904b - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::get_query_non_incr::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:809:5
 123:     0x7e3263dd904b - rustc_query_impl[7b3ef323bfb108f6]::query_impl::type_of::get_query_non_incr::__rust_end_short_backtrace
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:598:26
 124:     0x7e3261c4d9c4 - rustc_middle[429598b4bcaf2790]::query::plumbing::query_get_at::<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefIdCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 8usize]>>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:143:17
 125:     0x7e3261c6bcc6 - <rustc_middle[429598b4bcaf2790]::query::plumbing::TyCtxtAt>::type_of::<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:422:31
 126:     0x7e3261c6bcc6 - <rustc_middle[429598b4bcaf2790]::ty::context::TyCtxt>::type_of::<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:413:35
 127:     0x7e3261c6bcc6 - rustc_hir_analysis[10de05a2deee5ecf]::check::check::check_opaque
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/check/check.rs:204:12
 128:     0x7e3261c720bd - rustc_hir_analysis[10de05a2deee5ecf]::check::check::check_item_type
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/check/check.rs:808:17
 129:     0x7e32618efebc - rustc_hir_analysis[10de05a2deee5ecf]::check::wfcheck::check_well_formed
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/check/wfcheck.rs:197:38
 130:     0x7e3263c8f736 - rustc_query_impl[7b3ef323bfb108f6]::query_impl::check_well_formed::dynamic_query::{closure#2}::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:283:9
 131:     0x7e3263c8f736 - rustc_query_impl[7b3ef323bfb108f6]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[7b3ef323bfb108f6]::query_impl::check_well_formed::dynamic_query::{closure#2}::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:548:18
 132:     0x7e32640c770b - rustc_query_impl[7b3ef323bfb108f6]::query_impl::check_well_formed::dynamic_query::{closure#2}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:622:25
 133:     0x7e32640c770b - <rustc_query_impl[7b3ef323bfb108f6]::query_impl::check_well_formed::dynamic_query::{closure#2} as core[2f0fa1be9e5c8a84]::ops::function::FnOnce<(rustc_middle[429598b4bcaf2790]::ty::context::TyCtxt, rustc_span[949c7d79f35b44d4]::def_id::LocalDefId)>>::call_once
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
 134:     0x7e3263c03150 - <rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false> as rustc_query_system[b0afcf685b4c4fc7]::query::config::QueryConfig<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>>::compute
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/lib.rs:110:9
 135:     0x7e3263c03150 - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:478:72
 136:     0x7e3263c03150 - rustc_middle[429598b4bcaf2790]::ty::context::tls::enter_context::<rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:82:9
 137:     0x7e3263c03150 - <std[db29afca937b2011]::thread::local::LocalKey<core[2f0fa1be9e5c8a84]::cell::Cell<*const ()>>>::try_with::<rustc_middle[429598b4bcaf2790]::ty::context::tls::enter_context<rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:283:12
 138:     0x7e3263c03150 - <std[db29afca937b2011]::thread::local::LocalKey<core[2f0fa1be9e5c8a84]::cell::Cell<*const ()>>>::with::<rustc_middle[429598b4bcaf2790]::ty::context::tls::enter_context<rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:260:9
 139:     0x7e3263c03150 - rustc_middle[429598b4bcaf2790]::ty::context::tls::enter_context::<rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:79:9
 140:     0x7e3263c03150 - <rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query::<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:151:13
 141:     0x7e3263c03150 - rustc_middle[429598b4bcaf2790]::ty::context::tls::with_related_context::<<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:134:9
 142:     0x7e3263c03150 - rustc_middle[429598b4bcaf2790]::ty::context::tls::with_context::<rustc_middle[429598b4bcaf2790]::ty::context::tls::with_related_context<<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:112:36
 143:     0x7e3263c03150 - rustc_middle[429598b4bcaf2790]::ty::context::tls::with_context_opt::<rustc_middle[429598b4bcaf2790]::ty::context::tls::with_context<rustc_middle[429598b4bcaf2790]::ty::context::tls::with_related_context<<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:101:18
 144:     0x7e3263c03150 - rustc_middle[429598b4bcaf2790]::ty::context::tls::with_context::<rustc_middle[429598b4bcaf2790]::ty::context::tls::with_related_context<<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:112:5
 145:     0x7e3263c03150 - rustc_middle[429598b4bcaf2790]::ty::context::tls::with_related_context::<<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:125:5
 146:     0x7e3263c03150 - <rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query::<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:136:9
 147:     0x7e3263c03150 - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:478:18
 148:     0x7e3263c03150 - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt, false>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:414:9
 149:     0x7e3263c03150 - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::try_execute_query::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt, false>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:357:13
 150:     0x7e3264002d39 - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::get_query_non_incr::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:809:32
 151:     0x7e3264002d39 - stacker[5532783c75b3bb1e]::maybe_grow::<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::get_query_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/gh-matthiaskrgr/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.17/src/lib.rs:55:9
 152:     0x7e3264002d39 - rustc_data_structures[9af2dff3907b6b46]::stack::ensure_sufficient_stack::<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::get_query_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:21:5
 153:     0x7e3264002d39 - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::get_query_non_incr::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:809:5
 154:     0x7e3264002d39 - rustc_query_impl[7b3ef323bfb108f6]::query_impl::check_well_formed::get_query_non_incr::__rust_end_short_backtrace
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:598:26
 155:     0x7e32618c424b - rustc_middle[429598b4bcaf2790]::query::plumbing::query_ensure_error_guaranteed::<rustc_query_system[b0afcf685b4c4fc7]::query::caches::VecCache<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, ()>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:179:9
 156:     0x7e32618ba5fc - <rustc_middle[429598b4bcaf2790]::query::plumbing::TyCtxtEnsure>::check_well_formed::<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:197:9
 157:     0x7e32618ba5fc - rustc_hir_analysis[10de05a2deee5ecf]::check::wfcheck::check_mod_type_wf::{closure#4}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/check/wfcheck.rs:2286:44
 158:     0x7e32618ba5fc - <rustc_middle[429598b4bcaf2790]::hir::ModuleItems>::par_opaques::<rustc_hir_analysis[10de05a2deee5ecf]::check::wfcheck::check_mod_type_wf::{closure#4}>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/hir/mod.rs:109:54
 159:     0x7e32618ba5fc - rustc_data_structures[9af2dff3907b6b46]::sync::parallel::enabled::try_par_for_each_in::<&[rustc_span[949c7d79f35b44d4]::def_id::LocalDefId], rustc_span[949c7d79f35b44d4]::ErrorGuaranteed, <rustc_middle[429598b4bcaf2790]::hir::ModuleItems>::par_opaques<rustc_hir_analysis[10de05a2deee5ecf]::check::wfcheck::check_mod_type_wf::{closure#4}>::{closure#0}>::{closure#0}::{closure#0}::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/sync/parallel.rs:204:50
 160:     0x7e32618ba5fc - <core[2f0fa1be9e5c8a84]::panic::unwind_safe::AssertUnwindSafe<rustc_data_structures[9af2dff3907b6b46]::sync::parallel::enabled::try_par_for_each_in<&[rustc_span[949c7d79f35b44d4]::def_id::LocalDefId], rustc_span[949c7d79f35b44d4]::ErrorGuaranteed, <rustc_middle[429598b4bcaf2790]::hir::ModuleItems>::par_opaques<rustc_hir_analysis[10de05a2deee5ecf]::check::wfcheck::check_mod_type_wf::{closure#4}>::{closure#0}>::{closure#0}::{closure#0}::{closure#0}> as core[2f0fa1be9e5c8a84]::ops::function::FnOnce<()>>::call_once
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/panic/unwind_safe.rs:272:9
 161:     0x7e32618ba5fc - std[db29afca937b2011]::panicking::try::do_call::<core[2f0fa1be9e5c8a84]::panic::unwind_safe::AssertUnwindSafe<rustc_data_structures[9af2dff3907b6b46]::sync::parallel::enabled::try_par_for_each_in<&[rustc_span[949c7d79f35b44d4]::def_id::LocalDefId], rustc_span[949c7d79f35b44d4]::ErrorGuaranteed, <rustc_middle[429598b4bcaf2790]::hir::ModuleItems>::par_opaques<rustc_hir_analysis[10de05a2deee5ecf]::check::wfcheck::check_mod_type_wf::{closure#4}>::{closure#0}>::{closure#0}::{closure#0}::{closure#0}>, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:557:40
 162:     0x7e32618ba5fc - std[db29afca937b2011]::panicking::try::<core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>, core[2f0fa1be9e5c8a84]::panic::unwind_safe::AssertUnwindSafe<rustc_data_structures[9af2dff3907b6b46]::sync::parallel::enabled::try_par_for_each_in<&[rustc_span[949c7d79f35b44d4]::def_id::LocalDefId], rustc_span[949c7d79f35b44d4]::ErrorGuaranteed, <rustc_middle[429598b4bcaf2790]::hir::ModuleItems>::par_opaques<rustc_hir_analysis[10de05a2deee5ecf]::check::wfcheck::check_mod_type_wf::{closure#4}>::{closure#0}>::{closure#0}::{closure#0}::{closure#0}>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:520:19
 163:     0x7e32618ba5fc - std[db29afca937b2011]::panic::catch_unwind::<core[2f0fa1be9e5c8a84]::panic::unwind_safe::AssertUnwindSafe<rustc_data_structures[9af2dff3907b6b46]::sync::parallel::enabled::try_par_for_each_in<&[rustc_span[949c7d79f35b44d4]::def_id::LocalDefId], rustc_span[949c7d79f35b44d4]::ErrorGuaranteed, <rustc_middle[429598b4bcaf2790]::hir::ModuleItems>::par_opaques<rustc_hir_analysis[10de05a2deee5ecf]::check::wfcheck::check_mod_type_wf::{closure#4}>::{closure#0}>::{closure#0}::{closure#0}::{closure#0}>, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/panic.rs:358:14
 164:     0x7e32618ba5fc - <rustc_data_structures[9af2dff3907b6b46]::sync::parallel::ParallelGuard>::run::<core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>, rustc_data_structures[9af2dff3907b6b46]::sync::parallel::enabled::try_par_for_each_in<&[rustc_span[949c7d79f35b44d4]::def_id::LocalDefId], rustc_span[949c7d79f35b44d4]::ErrorGuaranteed, <rustc_middle[429598b4bcaf2790]::hir::ModuleItems>::par_opaques<rustc_hir_analysis[10de05a2deee5ecf]::check::wfcheck::check_mod_type_wf::{closure#4}>::{closure#0}>::{closure#0}::{closure#0}::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/sync/parallel.rs:29:9
 165:     0x7e3261b89b97 - rustc_data_structures[9af2dff3907b6b46]::sync::parallel::enabled::try_par_for_each_in::<&[rustc_span[949c7d79f35b44d4]::def_id::LocalDefId], rustc_span[949c7d79f35b44d4]::ErrorGuaranteed, <rustc_middle[429598b4bcaf2790]::hir::ModuleItems>::par_opaques<rustc_hir_analysis[10de05a2deee5ecf]::check::wfcheck::check_mod_type_wf::{closure#4}>::{closure#0}>::{closure#0}::{closure#2}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/sync/parallel.rs:207:46
 166:     0x7e3261b89b97 - core[2f0fa1be9e5c8a84]::iter::adapters::filter_map::filter_map_fold::<&rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>, rustc_data_structures[9af2dff3907b6b46]::sync::parallel::enabled::try_par_for_each_in<&[rustc_span[949c7d79f35b44d4]::def_id::LocalDefId], rustc_span[949c7d79f35b44d4]::ErrorGuaranteed, <rustc_middle[429598b4bcaf2790]::hir::ModuleItems>::par_opaques<rustc_hir_analysis[10de05a2deee5ecf]::check::wfcheck::check_mod_type_wf::{closure#4}>::{closure#0}>::{closure#0}::{closure#2}, <core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::and<()>>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/iter/adapters/filter_map.rs:39:28
 167:     0x7e3261b89b97 - <core[2f0fa1be9e5c8a84]::slice::iter::Iter<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId> as core[2f0fa1be9e5c8a84]::iter::traits::iterator::Iterator>::fold::<core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>, core[2f0fa1be9e5c8a84]::iter::adapters::filter_map::filter_map_fold<&rustc_span[949c7d79f35b44d4]::def_id::LocalDefId, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>, rustc_data_structures[9af2dff3907b6b46]::sync::parallel::enabled::try_par_for_each_in<&[rustc_span[949c7d79f35b44d4]::def_id::LocalDefId], rustc_span[949c7d79f35b44d4]::ErrorGuaranteed, <rustc_middle[429598b4bcaf2790]::hir::ModuleItems>::par_opaques<rustc_hir_analysis[10de05a2deee5ecf]::check::wfcheck::check_mod_type_wf::{closure#4}>::{closure#0}>::{closure#0}::{closure#2}, <core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::and<()>>::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/slice/iter/macros.rs:232:27
 168:     0x7e3261b89b97 - <core[2f0fa1be9e5c8a84]::iter::adapters::filter_map::FilterMap<core[2f0fa1be9e5c8a84]::slice::iter::Iter<rustc_span[949c7d79f35b44d4]::def_id::LocalDefId>, rustc_data_structures[9af2dff3907b6b46]::sync::parallel::enabled::try_par_for_each_in<&[rustc_span[949c7d79f35b44d4]::def_id::LocalDefId], rustc_span[949c7d79f35b44d4]::ErrorGuaranteed, <rustc_middle[429598b4bcaf2790]::hir::ModuleItems>::par_opaques<rustc_hir_analysis[10de05a2deee5ecf]::check::wfcheck::check_mod_type_wf::{closure#4}>::{closure#0}>::{closure#0}::{closure#2}> as core[2f0fa1be9e5c8a84]::iter::traits::iterator::Iterator>::fold::<core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>, <core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::and<()>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/iter/adapters/filter_map.rs:148:9
 169:     0x7e3261b89b97 - rustc_data_structures[9af2dff3907b6b46]::sync::parallel::enabled::try_par_for_each_in::<&[rustc_span[949c7d79f35b44d4]::def_id::LocalDefId], rustc_span[949c7d79f35b44d4]::ErrorGuaranteed, <rustc_middle[429598b4bcaf2790]::hir::ModuleItems>::par_opaques<rustc_hir_analysis[10de05a2deee5ecf]::check::wfcheck::check_mod_type_wf::{closure#4}>::{closure#0}>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/sync/parallel.rs:207:73
 170:     0x7e3261b89b97 - rustc_data_structures[9af2dff3907b6b46]::sync::parallel::parallel_guard::<core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>, rustc_data_structures[9af2dff3907b6b46]::sync::parallel::enabled::try_par_for_each_in<&[rustc_span[949c7d79f35b44d4]::def_id::LocalDefId], rustc_span[949c7d79f35b44d4]::ErrorGuaranteed, <rustc_middle[429598b4bcaf2790]::hir::ModuleItems>::par_opaques<rustc_hir_analysis[10de05a2deee5ecf]::check::wfcheck::check_mod_type_wf::{closure#4}>::{closure#0}>::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/sync/parallel.rs:45:15
 171:     0x7e3261b89b97 - rustc_data_structures[9af2dff3907b6b46]::sync::parallel::enabled::try_par_for_each_in::<&[rustc_span[949c7d79f35b44d4]::def_id::LocalDefId], rustc_span[949c7d79f35b44d4]::ErrorGuaranteed, <rustc_middle[429598b4bcaf2790]::hir::ModuleItems>::par_opaques<rustc_hir_analysis[10de05a2deee5ecf]::check::wfcheck::check_mod_type_wf::{closure#4}>::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/sync/parallel.rs:200:9
 172:     0x7e3261b89b97 - <rustc_middle[429598b4bcaf2790]::hir::ModuleItems>::par_opaques::<rustc_hir_analysis[10de05a2deee5ecf]::check::wfcheck::check_mod_type_wf::{closure#4}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/hir/mod.rs:109:9
 173:     0x7e32619036a6 - rustc_hir_analysis[10de05a2deee5ecf]::check::wfcheck::check_mod_type_wf
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/check/wfcheck.rs:2286:19
 174:     0x7e3263c8f546 - rustc_query_impl[7b3ef323bfb108f6]::query_impl::check_mod_type_wf::dynamic_query::{closure#2}::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:283:9
 175:     0x7e3263c8f546 - rustc_query_impl[7b3ef323bfb108f6]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[7b3ef323bfb108f6]::query_impl::check_mod_type_wf::dynamic_query::{closure#2}::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:548:18
 176:     0x7e3263d820ab - rustc_query_impl[7b3ef323bfb108f6]::query_impl::check_mod_type_wf::dynamic_query::{closure#2}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:622:25
 177:     0x7e3263d820ab - <rustc_query_impl[7b3ef323bfb108f6]::query_impl::check_mod_type_wf::dynamic_query::{closure#2} as core[2f0fa1be9e5c8a84]::ops::function::FnOnce<(rustc_middle[429598b4bcaf2790]::ty::context::TyCtxt, rustc_span[949c7d79f35b44d4]::def_id::LocalModDefId)>>::call_once
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
 178:     0x7e3263bb5c9a - <rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefaultCache<rustc_span[949c7d79f35b44d4]::def_id::LocalModDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false> as rustc_query_system[b0afcf685b4c4fc7]::query::config::QueryConfig<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>>::compute
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/lib.rs:110:9
 179:     0x7e3263bb5c9a - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefaultCache<rustc_span[949c7d79f35b44d4]::def_id::LocalModDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:478:72
 180:     0x7e3263bb5c9a - rustc_middle[429598b4bcaf2790]::ty::context::tls::enter_context::<rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefaultCache<rustc_span[949c7d79f35b44d4]::def_id::LocalModDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:82:9
 181:     0x7e3263bb5c9a - <std[db29afca937b2011]::thread::local::LocalKey<core[2f0fa1be9e5c8a84]::cell::Cell<*const ()>>>::try_with::<rustc_middle[429598b4bcaf2790]::ty::context::tls::enter_context<rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefaultCache<rustc_span[949c7d79f35b44d4]::def_id::LocalModDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:283:12
 182:     0x7e3263bb5c9a - <std[db29afca937b2011]::thread::local::LocalKey<core[2f0fa1be9e5c8a84]::cell::Cell<*const ()>>>::with::<rustc_middle[429598b4bcaf2790]::ty::context::tls::enter_context<rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefaultCache<rustc_span[949c7d79f35b44d4]::def_id::LocalModDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:260:9
 183:     0x7e3263bb5c9a - rustc_middle[429598b4bcaf2790]::ty::context::tls::enter_context::<rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefaultCache<rustc_span[949c7d79f35b44d4]::def_id::LocalModDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:79:9
 184:     0x7e3263bb5c9a - <rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query::<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefaultCache<rustc_span[949c7d79f35b44d4]::def_id::LocalModDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:151:13
 185:     0x7e3263bb5c9a - rustc_middle[429598b4bcaf2790]::ty::context::tls::with_related_context::<<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefaultCache<rustc_span[949c7d79f35b44d4]::def_id::LocalModDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:134:9
 186:     0x7e3263bb5c9a - rustc_middle[429598b4bcaf2790]::ty::context::tls::with_context::<rustc_middle[429598b4bcaf2790]::ty::context::tls::with_related_context<<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefaultCache<rustc_span[949c7d79f35b44d4]::def_id::LocalModDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:112:36
 187:     0x7e3263bb5c9a - rustc_middle[429598b4bcaf2790]::ty::context::tls::with_context_opt::<rustc_middle[429598b4bcaf2790]::ty::context::tls::with_context<rustc_middle[429598b4bcaf2790]::ty::context::tls::with_related_context<<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefaultCache<rustc_span[949c7d79f35b44d4]::def_id::LocalModDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:101:18
 188:     0x7e3263bb5c9a - rustc_middle[429598b4bcaf2790]::ty::context::tls::with_context::<rustc_middle[429598b4bcaf2790]::ty::context::tls::with_related_context<<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefaultCache<rustc_span[949c7d79f35b44d4]::def_id::LocalModDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:112:5
 189:     0x7e3263bb5c9a - rustc_middle[429598b4bcaf2790]::ty::context::tls::with_related_context::<<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefaultCache<rustc_span[949c7d79f35b44d4]::def_id::LocalModDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:125:5
 190:     0x7e3263bb5c9a - <rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query::<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefaultCache<rustc_span[949c7d79f35b44d4]::def_id::LocalModDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:136:9
 191:     0x7e3263bb5c9a - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefaultCache<rustc_span[949c7d79f35b44d4]::def_id::LocalModDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:478:18
 192:     0x7e3263bb5c9a - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefaultCache<rustc_span[949c7d79f35b44d4]::def_id::LocalModDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt, false>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:414:9
 193:     0x7e3263bb5c9a - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::try_execute_query::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefaultCache<rustc_span[949c7d79f35b44d4]::def_id::LocalModDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt, false>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:357:13
 194:     0x7e3263ecd9b9 - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::get_query_non_incr::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefaultCache<rustc_span[949c7d79f35b44d4]::def_id::LocalModDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:809:32
 195:     0x7e3263ecd9b9 - stacker[5532783c75b3bb1e]::maybe_grow::<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::get_query_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefaultCache<rustc_span[949c7d79f35b44d4]::def_id::LocalModDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/gh-matthiaskrgr/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.17/src/lib.rs:55:9
 196:     0x7e3263ecd9b9 - rustc_data_structures[9af2dff3907b6b46]::stack::ensure_sufficient_stack::<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::get_query_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefaultCache<rustc_span[949c7d79f35b44d4]::def_id::LocalModDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:21:5
 197:     0x7e3263ecd9b9 - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::get_query_non_incr::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefaultCache<rustc_span[949c7d79f35b44d4]::def_id::LocalModDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:809:5
 198:     0x7e3263ecd9b9 - rustc_query_impl[7b3ef323bfb108f6]::query_impl::check_mod_type_wf::get_query_non_incr::__rust_end_short_backtrace
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:598:26
 199:     0x7e32618d2019 - rustc_middle[429598b4bcaf2790]::query::plumbing::query_ensure_error_guaranteed::<rustc_query_system[b0afcf685b4c4fc7]::query::caches::DefaultCache<rustc_span[949c7d79f35b44d4]::def_id::LocalModDefId, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, ()>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:179:9
 200:     0x7e32618d2019 - <rustc_middle[429598b4bcaf2790]::query::plumbing::TyCtxtEnsure>::check_mod_type_wf
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:197:9
 201:     0x7e32618d2019 - rustc_hir_analysis[10de05a2deee5ecf]::check_crate::{closure#0}::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/lib.rs:163:34
 202:     0x7e32618d2019 - <rustc_middle[429598b4bcaf2790]::hir::map::Map>::par_for_each_module::<rustc_hir_analysis[10de05a2deee5ecf]::check_crate::{closure#0}::{closure#0}>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/hir/map/mod.rs:481:13
 203:     0x7e32618babcd - rustc_data_structures[9af2dff3907b6b46]::sync::parallel::enabled::par_for_each_in::<&rustc_hir[d0748a3403dd4563]::hir_id::OwnerId, &[rustc_hir[d0748a3403dd4563]::hir_id::OwnerId], <rustc_middle[429598b4bcaf2790]::hir::map::Map>::par_for_each_module<rustc_hir_analysis[10de05a2deee5ecf]::check_crate::{closure#0}::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/sync/parallel.rs:183:34
 204:     0x7e32618babcd - <core[2f0fa1be9e5c8a84]::panic::unwind_safe::AssertUnwindSafe<rustc_data_structures[9af2dff3907b6b46]::sync::parallel::enabled::par_for_each_in<&rustc_hir[d0748a3403dd4563]::hir_id::OwnerId, &[rustc_hir[d0748a3403dd4563]::hir_id::OwnerId], <rustc_middle[429598b4bcaf2790]::hir::map::Map>::par_for_each_module<rustc_hir_analysis[10de05a2deee5ecf]::check_crate::{closure#0}::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}::{closure#0}> as core[2f0fa1be9e5c8a84]::ops::function::FnOnce<()>>::call_once
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/panic/unwind_safe.rs:272:9
 205:     0x7e32618babcd - std[db29afca937b2011]::panicking::try::do_call::<core[2f0fa1be9e5c8a84]::panic::unwind_safe::AssertUnwindSafe<rustc_data_structures[9af2dff3907b6b46]::sync::parallel::enabled::par_for_each_in<&rustc_hir[d0748a3403dd4563]::hir_id::OwnerId, &[rustc_hir[d0748a3403dd4563]::hir_id::OwnerId], <rustc_middle[429598b4bcaf2790]::hir::map::Map>::par_for_each_module<rustc_hir_analysis[10de05a2deee5ecf]::check_crate::{closure#0}::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}::{closure#0}>, ()>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:557:40
 206:     0x7e32618babcd - std[db29afca937b2011]::panicking::try::<(), core[2f0fa1be9e5c8a84]::panic::unwind_safe::AssertUnwindSafe<rustc_data_structures[9af2dff3907b6b46]::sync::parallel::enabled::par_for_each_in<&rustc_hir[d0748a3403dd4563]::hir_id::OwnerId, &[rustc_hir[d0748a3403dd4563]::hir_id::OwnerId], <rustc_middle[429598b4bcaf2790]::hir::map::Map>::par_for_each_module<rustc_hir_analysis[10de05a2deee5ecf]::check_crate::{closure#0}::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}::{closure#0}>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:520:19
 207:     0x7e32618babcd - std[db29afca937b2011]::panic::catch_unwind::<core[2f0fa1be9e5c8a84]::panic::unwind_safe::AssertUnwindSafe<rustc_data_structures[9af2dff3907b6b46]::sync::parallel::enabled::par_for_each_in<&rustc_hir[d0748a3403dd4563]::hir_id::OwnerId, &[rustc_hir[d0748a3403dd4563]::hir_id::OwnerId], <rustc_middle[429598b4bcaf2790]::hir::map::Map>::par_for_each_module<rustc_hir_analysis[10de05a2deee5ecf]::check_crate::{closure#0}::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}::{closure#0}>, ()>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/panic.rs:358:14
 208:     0x7e32618babcd - <rustc_data_structures[9af2dff3907b6b46]::sync::parallel::ParallelGuard>::run::<(), rustc_data_structures[9af2dff3907b6b46]::sync::parallel::enabled::par_for_each_in<&rustc_hir[d0748a3403dd4563]::hir_id::OwnerId, &[rustc_hir[d0748a3403dd4563]::hir_id::OwnerId], <rustc_middle[429598b4bcaf2790]::hir::map::Map>::par_for_each_module<rustc_hir_analysis[10de05a2deee5ecf]::check_crate::{closure#0}::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/sync/parallel.rs:29:9
 209:     0x7e32618b188e - rustc_data_structures[9af2dff3907b6b46]::sync::parallel::enabled::par_for_each_in::<&rustc_hir[d0748a3403dd4563]::hir_id::OwnerId, &[rustc_hir[d0748a3403dd4563]::hir_id::OwnerId], <rustc_middle[429598b4bcaf2790]::hir::map::Map>::par_for_each_module<rustc_hir_analysis[10de05a2deee5ecf]::check_crate::{closure#0}::{closure#0}>::{closure#0}>::{closure#0}::{closure#1}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/sync/parallel.rs:187:21
 210:     0x7e32618b188e - <core[2f0fa1be9e5c8a84]::slice::iter::Iter<rustc_hir[d0748a3403dd4563]::hir_id::OwnerId> as core[2f0fa1be9e5c8a84]::iter::traits::iterator::Iterator>::for_each::<rustc_data_structures[9af2dff3907b6b46]::sync::parallel::enabled::par_for_each_in<&rustc_hir[d0748a3403dd4563]::hir_id::OwnerId, &[rustc_hir[d0748a3403dd4563]::hir_id::OwnerId], <rustc_middle[429598b4bcaf2790]::hir::map::Map>::par_for_each_module<rustc_hir_analysis[10de05a2deee5ecf]::check_crate::{closure#0}::{closure#0}>::{closure#0}>::{closure#0}::{closure#1}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/slice/iter/macros.rs:254:21
 211:     0x7e32618b188e - rustc_data_structures[9af2dff3907b6b46]::sync::parallel::enabled::par_for_each_in::<&rustc_hir[d0748a3403dd4563]::hir_id::OwnerId, &[rustc_hir[d0748a3403dd4563]::hir_id::OwnerId], <rustc_middle[429598b4bcaf2790]::hir::map::Map>::par_for_each_module<rustc_hir_analysis[10de05a2deee5ecf]::check_crate::{closure#0}::{closure#0}>::{closure#0}>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/sync/parallel.rs:186:17
 212:     0x7e32618b188e - rustc_data_structures[9af2dff3907b6b46]::sync::parallel::parallel_guard::<(), rustc_data_structures[9af2dff3907b6b46]::sync::parallel::enabled::par_for_each_in<&rustc_hir[d0748a3403dd4563]::hir_id::OwnerId, &[rustc_hir[d0748a3403dd4563]::hir_id::OwnerId], <rustc_middle[429598b4bcaf2790]::hir::map::Map>::par_for_each_module<rustc_hir_analysis[10de05a2deee5ecf]::check_crate::{closure#0}::{closure#0}>::{closure#0}>::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/sync/parallel.rs:45:15
 213:     0x7e32618b188e - rustc_data_structures[9af2dff3907b6b46]::sync::parallel::enabled::par_for_each_in::<&rustc_hir[d0748a3403dd4563]::hir_id::OwnerId, &[rustc_hir[d0748a3403dd4563]::hir_id::OwnerId], <rustc_middle[429598b4bcaf2790]::hir::map::Map>::par_for_each_module<rustc_hir_analysis[10de05a2deee5ecf]::check_crate::{closure#0}::{closure#0}>::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/sync/parallel.rs:179:9
 214:     0x7e32618b188e - <rustc_middle[429598b4bcaf2790]::hir::map::Map>::par_for_each_module::<rustc_hir_analysis[10de05a2deee5ecf]::check_crate::{closure#0}::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/hir/map/mod.rs:480:9
 215:     0x7e32618b188e - rustc_hir_analysis[10de05a2deee5ecf]::check_crate::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/lib.rs:162:9
 216:     0x7e32618b188e - <rustc_data_structures[9af2dff3907b6b46]::profiling::VerboseTimingGuard>::run::<(), rustc_hir_analysis[10de05a2deee5ecf]::check_crate::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/profiling.rs:753:9
 217:     0x7e32618b188e - <rustc_session[736dc09a7d93b12c]::session::Session>::time::<(), rustc_hir_analysis[10de05a2deee5ecf]::check_crate::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_session/src/utils.rs:16:9
 218:     0x7e32618b188e - rustc_hir_analysis[10de05a2deee5ecf]::check_crate
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/lib.rs:161:5
 219:     0x7e326252e601 - rustc_interface[7f68f9aa8974775e]::passes::run_required_analyses
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/passes.rs:865:5
 220:     0x7e326252e601 - rustc_interface[7f68f9aa8974775e]::passes::analysis
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/passes.rs:930:5
 221:     0x7e3263ca96f4 - rustc_query_impl[7b3ef323bfb108f6]::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:283:9
 222:     0x7e3263ca96f4 - rustc_query_impl[7b3ef323bfb108f6]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[7b3ef323bfb108f6]::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:548:18
 223:     0x7e32640cc0d7 - rustc_query_impl[7b3ef323bfb108f6]::query_impl::analysis::dynamic_query::{closure#2}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:622:25
 224:     0x7e32640cc0d7 - <rustc_query_impl[7b3ef323bfb108f6]::query_impl::analysis::dynamic_query::{closure#2} as core[2f0fa1be9e5c8a84]::ops::function::FnOnce<(rustc_middle[429598b4bcaf2790]::ty::context::TyCtxt, ())>>::call_once
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
 225:     0x7e3263b63ada - <rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::SingleCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false> as rustc_query_system[b0afcf685b4c4fc7]::query::config::QueryConfig<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>>::compute
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/lib.rs:110:9
 226:     0x7e3263b63ada - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::SingleCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:478:72
 227:     0x7e3263b63ada - rustc_middle[429598b4bcaf2790]::ty::context::tls::enter_context::<rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::SingleCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:82:9
 228:     0x7e3263b63ada - <std[db29afca937b2011]::thread::local::LocalKey<core[2f0fa1be9e5c8a84]::cell::Cell<*const ()>>>::try_with::<rustc_middle[429598b4bcaf2790]::ty::context::tls::enter_context<rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::SingleCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:283:12
 229:     0x7e3263b63ada - <std[db29afca937b2011]::thread::local::LocalKey<core[2f0fa1be9e5c8a84]::cell::Cell<*const ()>>>::with::<rustc_middle[429598b4bcaf2790]::ty::context::tls::enter_context<rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::SingleCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:260:9
 230:     0x7e3263b63ada - rustc_middle[429598b4bcaf2790]::ty::context::tls::enter_context::<rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::SingleCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:79:9
 231:     0x7e3263b63ada - <rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query::<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::SingleCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:151:13
 232:     0x7e3263b63ada - rustc_middle[429598b4bcaf2790]::ty::context::tls::with_related_context::<<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::SingleCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:134:9
 233:     0x7e3263b63ada - rustc_middle[429598b4bcaf2790]::ty::context::tls::with_context::<rustc_middle[429598b4bcaf2790]::ty::context::tls::with_related_context<<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::SingleCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:112:36
 234:     0x7e3263b63ada - rustc_middle[429598b4bcaf2790]::ty::context::tls::with_context_opt::<rustc_middle[429598b4bcaf2790]::ty::context::tls::with_context<rustc_middle[429598b4bcaf2790]::ty::context::tls::with_related_context<<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::SingleCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:101:18
 235:     0x7e3263b63ada - rustc_middle[429598b4bcaf2790]::ty::context::tls::with_context::<rustc_middle[429598b4bcaf2790]::ty::context::tls::with_related_context<<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::SingleCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:112:5
 236:     0x7e3263b63ada - rustc_middle[429598b4bcaf2790]::ty::context::tls::with_related_context::<<rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::SingleCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:125:5
 237:     0x7e3263b63ada - <rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt as rustc_query_system[b0afcf685b4c4fc7]::query::QueryContext>::start_query::<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::SingleCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:136:9
 238:     0x7e3263b63ada - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job_non_incr::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::SingleCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:478:18
 239:     0x7e3263b63ada - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::execute_job::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::SingleCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt, false>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:414:9
 240:     0x7e3263b63ada - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::try_execute_query::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::SingleCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt, false>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:357:13
 241:     0x7e3263f0cc8f - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::get_query_non_incr::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::SingleCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:809:32
 242:     0x7e3263f0cc8f - stacker[5532783c75b3bb1e]::maybe_grow::<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::get_query_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::SingleCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/gh-matthiaskrgr/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.17/src/lib.rs:55:9
 243:     0x7e3263f0cc8f - rustc_data_structures[9af2dff3907b6b46]::stack::ensure_sufficient_stack::<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::get_query_non_incr<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::SingleCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:21:5
 244:     0x7e3263f0cc8f - rustc_query_system[b0afcf685b4c4fc7]::query::plumbing::get_query_non_incr::<rustc_query_impl[7b3ef323bfb108f6]::DynamicConfig<rustc_query_system[b0afcf685b4c4fc7]::query::caches::SingleCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[7b3ef323bfb108f6]::plumbing::QueryCtxt>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:809:5
 245:     0x7e3263f0cc8f - rustc_query_impl[7b3ef323bfb108f6]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:598:26
 246:     0x7e3261419347 - rustc_middle[429598b4bcaf2790]::query::plumbing::query_get_at::<rustc_query_system[b0afcf685b4c4fc7]::query::caches::SingleCache<rustc_middle[429598b4bcaf2790]::query::erase::Erased<[u8; 1usize]>>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:143:17
 247:     0x7e3261419347 - <rustc_middle[429598b4bcaf2790]::query::plumbing::TyCtxtAt>::analysis
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:422:31
 248:     0x7e3261419347 - <rustc_middle[429598b4bcaf2790]::ty::context::TyCtxt>::analysis
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:413:35
 249:     0x7e3261419347 - rustc_driver_impl[94f03f40e507cf19]::run_compiler::{closure#0}::{closure#1}::{closure#5}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_driver_impl/src/lib.rs:451:52
 250:     0x7e3261419347 - <rustc_middle[429598b4bcaf2790]::ty::context::GlobalCtxt>::enter::<rustc_driver_impl[94f03f40e507cf19]::run_compiler::{closure#0}::{closure#1}::{closure#5}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#1}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1365:37
 251:     0x7e3261419347 - rustc_middle[429598b4bcaf2790]::ty::context::tls::enter_context::<<rustc_middle[429598b4bcaf2790]::ty::context::GlobalCtxt>::enter<rustc_driver_impl[94f03f40e507cf19]::run_compiler::{closure#0}::{closure#1}::{closure#5}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#1}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:82:9
 252:     0x7e3261419347 - <std[db29afca937b2011]::thread::local::LocalKey<core[2f0fa1be9e5c8a84]::cell::Cell<*const ()>>>::try_with::<rustc_middle[429598b4bcaf2790]::ty::context::tls::enter_context<<rustc_middle[429598b4bcaf2790]::ty::context::GlobalCtxt>::enter<rustc_driver_impl[94f03f40e507cf19]::run_compiler::{closure#0}::{closure#1}::{closure#5}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#1}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#0}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:283:12
 253:     0x7e3261419347 - <std[db29afca937b2011]::thread::local::LocalKey<core[2f0fa1be9e5c8a84]::cell::Cell<*const ()>>>::with::<rustc_middle[429598b4bcaf2790]::ty::context::tls::enter_context<<rustc_middle[429598b4bcaf2790]::ty::context::GlobalCtxt>::enter<rustc_driver_impl[94f03f40e507cf19]::run_compiler::{closure#0}::{closure#1}::{closure#5}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#1}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#0}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:260:9
 254:     0x7e3261419347 - rustc_middle[429598b4bcaf2790]::ty::context::tls::enter_context::<<rustc_middle[429598b4bcaf2790]::ty::context::GlobalCtxt>::enter<rustc_driver_impl[94f03f40e507cf19]::run_compiler::{closure#0}::{closure#1}::{closure#5}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#1}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:79:9
 255:     0x7e3261419347 - <rustc_middle[429598b4bcaf2790]::ty::context::GlobalCtxt>::enter::<rustc_driver_impl[94f03f40e507cf19]::run_compiler::{closure#0}::{closure#1}::{closure#5}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1365:9
 256:     0x7e32613b1601 - rustc_driver_impl[94f03f40e507cf19]::run_compiler::{closure#0}::{closure#1}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_driver_impl/src/lib.rs:451:13
 257:     0x7e32613b1601 - <rustc_interface[7f68f9aa8974775e]::interface::Compiler>::enter::<rustc_driver_impl[94f03f40e507cf19]::run_compiler::{closure#0}::{closure#1}, core[2f0fa1be9e5c8a84]::result::Result<core[2f0fa1be9e5c8a84]::option::Option<rustc_interface[7f68f9aa8974775e]::queries::Linker>, rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/queries.rs:210:19
 258:     0x7e326147b29c - rustc_driver_impl[94f03f40e507cf19]::run_compiler::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_driver_impl/src/lib.rs:393:22
 259:     0x7e326147b29c - rustc_interface[7f68f9aa8974775e]::interface::run_compiler::<core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>, rustc_driver_impl[94f03f40e507cf19]::run_compiler::{closure#0}>::{closure#1}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/interface.rs:505:27
 260:     0x7e326147b29c - rustc_interface[7f68f9aa8974775e]::util::run_in_thread_pool_with_globals::<rustc_interface[7f68f9aa8974775e]::interface::run_compiler<core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>, rustc_driver_impl[94f03f40e507cf19]::run_compiler::{closure#0}>::{closure#1}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/util.rs:157:13
 261:     0x7e326147b29c - rustc_interface[7f68f9aa8974775e]::util::run_in_thread_with_globals::<rustc_interface[7f68f9aa8974775e]::util::run_in_thread_pool_with_globals<rustc_interface[7f68f9aa8974775e]::interface::run_compiler<core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>, rustc_driver_impl[94f03f40e507cf19]::run_compiler::{closure#0}>::{closure#1}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#0}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#0}::{closure#0}::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/util.rs:107:21
 262:     0x7e326147b29c - <scoped_tls[b9aa433bff278e82]::ScopedKey<rustc_span[949c7d79f35b44d4]::SessionGlobals>>::set::<rustc_interface[7f68f9aa8974775e]::util::run_in_thread_with_globals<rustc_interface[7f68f9aa8974775e]::util::run_in_thread_pool_with_globals<rustc_interface[7f68f9aa8974775e]::interface::run_compiler<core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>, rustc_driver_impl[94f03f40e507cf19]::run_compiler::{closure#0}>::{closure#1}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#0}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#0}::{closure#0}::{closure#0}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>
                               at /home/gh-matthiaskrgr/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scoped-tls-1.0.1/src/lib.rs:137:9
 263:     0x7e326147b29c - rustc_span[949c7d79f35b44d4]::create_session_globals_then::<core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>, rustc_interface[7f68f9aa8974775e]::util::run_in_thread_with_globals<rustc_interface[7f68f9aa8974775e]::util::run_in_thread_pool_with_globals<rustc_interface[7f68f9aa8974775e]::interface::run_compiler<core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>, rustc_driver_impl[94f03f40e507cf19]::run_compiler::{closure#0}>::{closure#1}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#0}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#0}::{closure#0}::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_span/src/lib.rs:137:5
 264:     0x7e326145b7d1 - rustc_interface[7f68f9aa8974775e]::util::run_in_thread_with_globals::<rustc_interface[7f68f9aa8974775e]::util::run_in_thread_pool_with_globals<rustc_interface[7f68f9aa8974775e]::interface::run_compiler<core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>, rustc_driver_impl[94f03f40e507cf19]::run_compiler::{closure#0}>::{closure#1}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#0}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#0}::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/util.rs:106:17
 265:     0x7e326145b7d1 - std[db29afca937b2011]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[7f68f9aa8974775e]::util::run_in_thread_with_globals<rustc_interface[7f68f9aa8974775e]::util::run_in_thread_pool_with_globals<rustc_interface[7f68f9aa8974775e]::interface::run_compiler<core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>, rustc_driver_impl[94f03f40e507cf19]::run_compiler::{closure#0}>::{closure#1}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#0}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/sys/backtrace.rs:154:18
 266:     0x7e326145c511 - <std[db29afca937b2011]::thread::Builder>::spawn_unchecked_::<rustc_interface[7f68f9aa8974775e]::util::run_in_thread_with_globals<rustc_interface[7f68f9aa8974775e]::util::run_in_thread_pool_with_globals<rustc_interface[7f68f9aa8974775e]::interface::run_compiler<core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>, rustc_driver_impl[94f03f40e507cf19]::run_compiler::{closure#0}>::{closure#1}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#0}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#1}::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/thread/mod.rs:541:17
 267:     0x7e326145c511 - <core[2f0fa1be9e5c8a84]::panic::unwind_safe::AssertUnwindSafe<<std[db29afca937b2011]::thread::Builder>::spawn_unchecked_<rustc_interface[7f68f9aa8974775e]::util::run_in_thread_with_globals<rustc_interface[7f68f9aa8974775e]::util::run_in_thread_pool_with_globals<rustc_interface[7f68f9aa8974775e]::interface::run_compiler<core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>, rustc_driver_impl[94f03f40e507cf19]::run_compiler::{closure#0}>::{closure#1}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#0}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#1}::{closure#0}> as core[2f0fa1be9e5c8a84]::ops::function::FnOnce<()>>::call_once
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/panic/unwind_safe.rs:272:9
 268:     0x7e326145c511 - std[db29afca937b2011]::panicking::try::do_call::<core[2f0fa1be9e5c8a84]::panic::unwind_safe::AssertUnwindSafe<<std[db29afca937b2011]::thread::Builder>::spawn_unchecked_<rustc_interface[7f68f9aa8974775e]::util::run_in_thread_with_globals<rustc_interface[7f68f9aa8974775e]::util::run_in_thread_pool_with_globals<rustc_interface[7f68f9aa8974775e]::interface::run_compiler<core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>, rustc_driver_impl[94f03f40e507cf19]::run_compiler::{closure#0}>::{closure#1}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#0}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#1}::{closure#0}>, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:557:40
 269:     0x7e326145c511 - std[db29afca937b2011]::panicking::try::<core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>, core[2f0fa1be9e5c8a84]::panic::unwind_safe::AssertUnwindSafe<<std[db29afca937b2011]::thread::Builder>::spawn_unchecked_<rustc_interface[7f68f9aa8974775e]::util::run_in_thread_with_globals<rustc_interface[7f68f9aa8974775e]::util::run_in_thread_pool_with_globals<rustc_interface[7f68f9aa8974775e]::interface::run_compiler<core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>, rustc_driver_impl[94f03f40e507cf19]::run_compiler::{closure#0}>::{closure#1}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#0}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#1}::{closure#0}>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:520:19
 270:     0x7e326145c511 - std[db29afca937b2011]::panic::catch_unwind::<core[2f0fa1be9e5c8a84]::panic::unwind_safe::AssertUnwindSafe<<std[db29afca937b2011]::thread::Builder>::spawn_unchecked_<rustc_interface[7f68f9aa8974775e]::util::run_in_thread_with_globals<rustc_interface[7f68f9aa8974775e]::util::run_in_thread_pool_with_globals<rustc_interface[7f68f9aa8974775e]::interface::run_compiler<core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>, rustc_driver_impl[94f03f40e507cf19]::run_compiler::{closure#0}>::{closure#1}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#0}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#1}::{closure#0}>, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/panic.rs:358:14
 271:     0x7e326145c511 - <std[db29afca937b2011]::thread::Builder>::spawn_unchecked_::<rustc_interface[7f68f9aa8974775e]::util::run_in_thread_with_globals<rustc_interface[7f68f9aa8974775e]::util::run_in_thread_pool_with_globals<rustc_interface[7f68f9aa8974775e]::interface::run_compiler<core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>, rustc_driver_impl[94f03f40e507cf19]::run_compiler::{closure#0}>::{closure#1}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#0}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#1}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/thread/mod.rs:540:30
 272:     0x7e326145c511 - <<std[db29afca937b2011]::thread::Builder>::spawn_unchecked_<rustc_interface[7f68f9aa8974775e]::util::run_in_thread_with_globals<rustc_interface[7f68f9aa8974775e]::util::run_in_thread_pool_with_globals<rustc_interface[7f68f9aa8974775e]::interface::run_compiler<core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>, rustc_driver_impl[94f03f40e507cf19]::run_compiler::{closure#0}>::{closure#1}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#0}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[2f0fa1be9e5c8a84]::result::Result<(), rustc_span[949c7d79f35b44d4]::ErrorGuaranteed>>::{closure#1} as core[2f0fa1be9e5c8a84]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
 273:     0x7e32650c82d4 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6cd3ccd81a8a0d10
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/alloc/src/boxed.rs:1967:9
 274:     0x7e32650c82d4 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h8e839df0c2ce515f
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/alloc/src/boxed.rs:1967:9
 275:     0x7e32650c82d4 - std::sys::pal::unix::thread::Thread::new::thread_start::ha722763d9441d0ec
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/sys/pal/unix/thread.rs:105:17
 276:     0x7e325c89ca94 - start_thread
                               at ./nptl/pthread_create.c:447:8
 277:     0x7e325c929c3c - clone3
                               at ./misc/../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
 278:                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: please make sure that you have updated to the latest nightly

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

query stack during panic:
#0 [typeck] type-checking `produce`
#1 [type_of_opaque] computing type of opaque `produce::{opaque#0}`
end of query stack
error: aborting due to 1 previous error; 1 warning emitted

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

@matthiaskrgr
Copy link
Member Author

code is very similar to #132530 yet I couldn't repro #132530 's ICE here

@saethlin saethlin removed the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Nov 10, 2024
@matthiaskrgr
Copy link
Member Author

Can't repro anymore, this was probably fixed by #132832 as well :)

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. F-non_lifetime_binders `#![feature(non_lifetime_binders)]` 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

No branches or pull requests

3 participants