Skip to content

ICE: !ty.has_non_region_infer() -Cinstrument-coverage #104085

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

Closed
matthiaskrgr opened this issue Nov 7, 2022 · 1 comment
Closed

ICE: !ty.has_non_region_infer() -Cinstrument-coverage #104085

matthiaskrgr opened this issue Nov 7, 2022 · 1 comment
Labels
A-code-coverage Area: Source-based code coverage (-Cinstrument-coverage) C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ requires-debug-assertions This issue requires a build of rustc or tooling with debug-assertions in some way T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@matthiaskrgr
Copy link
Member

Code

Needs debug assertions

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:

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

Error output

rustc ./issue-24013.rs -Cinstrument-coverage

<output>
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_non_region_infer()', compiler/rustc_middle/src/ty/layout.rs:266:9
stack backtrace:
   0:     0x7f1a520f283e - std::backtrace_rs::backtrace::libunwind::trace::hb662729bd9790647
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
   1:     0x7f1a520f283e - std::backtrace_rs::backtrace::trace_unsynchronized::hedc40c5bb2057c2c
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
   2:     0x7f1a520f283e - std::sys_common::backtrace::_print_fmt::h5dbccf9fa8b433da
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:65:5
   3:     0x7f1a520f283e - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h47d2235ce795c134
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:44:22
   4:     0x7f1a521623c8 - core::fmt::write::h6dd0aa79d810b449
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/fmt/mod.rs:1209:17
   5:     0x7f1a520bbd5f - std::io::Write::write_fmt::h780ea1cf530214c6
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/io/mod.rs:1682:15
   6:     0x7f1a520f2635 - std::sys_common::backtrace::_print::h7d8a1b22b68504c2
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:47:5
   7:     0x7f1a520f2635 - std::sys_common::backtrace::print::hc8f3c3008b468994
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:34:9
   8:     0x7f1a520c3584 - std::panicking::default_hook::{{closure}}::he3233c4c257de029
   9:     0x7f1a520c31ee - std::panicking::default_hook::h9f02e813916e2adb
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:286:9
  10:     0x7f1a52d13b76 - <alloc[55cbc4dc069182d1]::boxed::Box<dyn for<'a, 'b> core[6b044a951f062b59]::ops::function::Fn<(&'a core[6b044a951f062b59]::panic::panic_info::PanicInfo<'b>,), Output = ()> + core[6b044a951f062b59]::marker::Send + core[6b044a951f062b59]::marker::Sync> as core[6b044a951f062b59]::ops::function::Fn<(&core[6b044a951f062b59]::panic::panic_info::PanicInfo,)>>::call
                               at /home/matthias/vcs/github/rust_debug_assertions/library/alloc/src/boxed.rs:2001:9
  11:     0x7f1a52d13b76 - rustc_driver[38ea72b6f7caf18]::DEFAULT_HOOK::{closure#0}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_driver/src/lib.rs:1174:13
  12:     0x7f1a520c3c67 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h7e0e58cdbd2fa061
                               at /home/matthias/vcs/github/rust_debug_assertions/library/alloc/src/boxed.rs:2001:9
  13:     0x7f1a520c3c67 - std::panicking::rust_panic_with_hook::h5ab6ef3f28da3409
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:692:13
  14:     0x7f1a520f2b81 - std::panicking::begin_panic_handler::{{closure}}::h2358b227ac3bab9a
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:577:13
  15:     0x7f1a520f298e - std::sys_common::backtrace::__rust_end_short_backtrace::h90ca4ecddfd8e109
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:137:18
  16:     0x7f1a520c3782 - rust_begin_unwind
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:575:5
  17:     0x7f1a5207ac93 - core::panicking::panic_fmt::h00fdaf7d8f535993
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/panicking.rs:65:14
  18:     0x7f1a5207ad6d - core::panicking::panic::h54374eb6778c7d0c
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/panicking.rs:115:5
  19:     0x7f1a5826c548 - <rustc_middle[639a024a8b5fffe7]::ty::layout::SizeSkeleton>::compute
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/layout.rs:266:9
  20:     0x7f1a55647b9e - <rustc_hir_typeck[e7bbd19e7cb6f3db]::fn_ctxt::FnCtxt>::check_transmute::{closure#1}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/intrinsicck.rs:55:25
  21:     0x7f1a55647b9e - <rustc_hir_typeck[e7bbd19e7cb6f3db]::fn_ctxt::FnCtxt>::check_transmute
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/intrinsicck.rs:57:21
  22:     0x7f1a5562ee58 - <rustc_hir_typeck[e7bbd19e7cb6f3db]::fn_ctxt::FnCtxt>::check_transmutes
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/fn_ctxt/checks.rs:63:13
  23:     0x7f1a557da69b - rustc_hir_typeck[e7bbd19e7cb6f3db]::typeck_with_fallback::<rustc_hir_typeck[e7bbd19e7cb6f3db]::typeck::{closure#0}>::{closure#1}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/lib.rs:347:13
  24:     0x7f1a557da69b - <rustc_hir_typeck[e7bbd19e7cb6f3db]::inherited::InheritedBuilder>::enter::<rustc_hir_typeck[e7bbd19e7cb6f3db]::typeck_with_fallback<rustc_hir_typeck[e7bbd19e7cb6f3db]::typeck::{closure#0}>::{closure#1}, &rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/inherited.rs:132:9
  25:     0x7f1a5580c93b - rustc_hir_typeck[e7bbd19e7cb6f3db]::typeck_with_fallback::<rustc_hir_typeck[e7bbd19e7cb6f3db]::typeck::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/lib.rs:233:26
  26:     0x7f1a5580c93b - rustc_hir_typeck[e7bbd19e7cb6f3db]::typeck
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/lib.rs:198:9
  27:     0x7f1a57157846 - <rustc_query_system[8ab73502c9ceab47]::query::config::QueryVTable<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, rustc_span[49584a550303f95f]::def_id::LocalDefId, &rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults>>::compute
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/config.rs:45:9
  28:     0x7f1a57157846 - rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job::<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, rustc_span[49584a550303f95f]::def_id::LocalDefId, &rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:416:13
  29:     0x7f1a57157846 - stacker[f26244fd2cbb9691]::maybe_grow::<&rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults, rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, rustc_span[49584a550303f95f]::def_id::LocalDefId, &rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
  30:     0x7f1a57157846 - rustc_data_structures[5afc88c304fe41f6]::stack::ensure_sufficient_stack::<&rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults, rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, rustc_span[49584a550303f95f]::def_id::LocalDefId, &rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
  31:     0x7f1a57157846 - <rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt as rustc_query_system[8ab73502c9ceab47]::query::QueryContext>::start_query::<&rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults, rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, rustc_span[49584a550303f95f]::def_id::LocalDefId, &rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults>::{closure#0}>::{closure#0}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:129:17
  32:     0x7f1a57157846 - rustc_middle[639a024a8b5fffe7]::ty::context::tls::enter_context::<<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt as rustc_query_system[8ab73502c9ceab47]::query::QueryContext>::start_query<&rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults, rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, rustc_span[49584a550303f95f]::def_id::LocalDefId, &rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults>::{closure#0}>::{closure#0}::{closure#0}, &rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1917:50
  33:     0x7f1a57157846 - rustc_middle[639a024a8b5fffe7]::ty::context::tls::set_tlv::<rustc_middle[639a024a8b5fffe7]::ty::context::tls::enter_context<<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt as rustc_query_system[8ab73502c9ceab47]::query::QueryContext>::start_query<&rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults, rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, rustc_span[49584a550303f95f]::def_id::LocalDefId, &rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults>::{closure#0}>::{closure#0}::{closure#0}, &rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults>::{closure#0}, &rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1901:9
  34:     0x7f1a57157846 - rustc_middle[639a024a8b5fffe7]::ty::context::tls::enter_context::<<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt as rustc_query_system[8ab73502c9ceab47]::query::QueryContext>::start_query<&rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults, rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, rustc_span[49584a550303f95f]::def_id::LocalDefId, &rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults>::{closure#0}>::{closure#0}::{closure#0}, &rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:128:13
  35:     0x7f1a57157846 - <rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt as rustc_query_system[8ab73502c9ceab47]::query::QueryContext>::start_query::<&rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults, rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, rustc_span[49584a550303f95f]::def_id::LocalDefId, &rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults>::{closure#0}>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:128:13
  36:     0x7f1a57157846 - rustc_middle[639a024a8b5fffe7]::ty::context::tls::with_related_context::<<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt as rustc_query_system[8ab73502c9ceab47]::query::QueryContext>::start_query<&rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults, rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, rustc_span[49584a550303f95f]::def_id::LocalDefId, &rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults>::{closure#0}>::{closure#0}, &rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1961:13
  37:     0x7f1a57157846 - rustc_middle[639a024a8b5fffe7]::ty::context::tls::with_context::<rustc_middle[639a024a8b5fffe7]::ty::context::tls::with_related_context<<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt as rustc_query_system[8ab73502c9ceab47]::query::QueryContext>::start_query<&rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults, rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, rustc_span[49584a550303f95f]::def_id::LocalDefId, &rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults>::{closure#0}>::{closure#0}, &rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults>::{closure#0}, &rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1945:40
  38:     0x7f1a57157846 - rustc_middle[639a024a8b5fffe7]::ty::context::tls::with_context_opt::<rustc_middle[639a024a8b5fffe7]::ty::context::tls::with_context<rustc_middle[639a024a8b5fffe7]::ty::context::tls::with_related_context<<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt as rustc_query_system[8ab73502c9ceab47]::query::QueryContext>::start_query<&rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults, rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, rustc_span[49584a550303f95f]::def_id::LocalDefId, &rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults>::{closure#0}>::{closure#0}, &rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults>::{closure#0}, &rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults>::{closure#0}, &rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1934:22
  39:     0x7f1a57157846 - rustc_middle[639a024a8b5fffe7]::ty::context::tls::with_context::<rustc_middle[639a024a8b5fffe7]::ty::context::tls::with_related_context<<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt as rustc_query_system[8ab73502c9ceab47]::query::QueryContext>::start_query<&rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults, rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, rustc_span[49584a550303f95f]::def_id::LocalDefId, &rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults>::{closure#0}>::{closure#0}, &rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults>::{closure#0}, &rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:113:9
  40:     0x7f1a57157846 - rustc_middle[639a024a8b5fffe7]::ty::context::tls::with_related_context::<<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt as rustc_query_system[8ab73502c9ceab47]::query::QueryContext>::start_query<&rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults, rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, rustc_span[49584a550303f95f]::def_id::LocalDefId, &rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults>::{closure#0}>::{closure#0}, &rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1958:9
  41:     0x7f1a57157846 - <rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt as rustc_query_system[8ab73502c9ceab47]::query::QueryContext>::start_query::<&rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults, rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, rustc_span[49584a550303f95f]::def_id::LocalDefId, &rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:113:9
  42:     0x7f1a57157846 - rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job::<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, rustc_span[49584a550303f95f]::def_id::LocalDefId, &rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:415:22
  43:     0x7f1a57157846 - rustc_query_system[8ab73502c9ceab47]::query::plumbing::try_execute_query::<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, rustc_query_system[8ab73502c9ceab47]::query::caches::DefaultCache<rustc_span[49584a550303f95f]::def_id::LocalDefId, &rustc_middle[639a024a8b5fffe7]::ty::context::TypeckResults>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:374:44
  44:     0x7f1a5728d485 - rustc_query_system[8ab73502c9ceab47]::query::plumbing::get_query::<rustc_query_impl[6c07063643c3aa4]::queries::typeck, rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:734:36
  45:     0x7f1a56db15b4 - <rustc_query_impl[6c07063643c3aa4]::Queries as rustc_middle[639a024a8b5fffe7]::ty::query::QueryEngine>::typeck::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:711:17
  46:     0x7f1a56db15b4 - <rustc_query_impl[6c07063643c3aa4]::Queries as rustc_middle[639a024a8b5fffe7]::ty::query::QueryEngine>::typeck
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/lib.rs:47:1
  47:     0x7f1a556f1825 - <rustc_middle[639a024a8b5fffe7]::ty::query::TyCtxtEnsure>::typeck
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/lib.rs:182:51
  48:     0x7f1a556f1825 - rustc_hir_typeck[e7bbd19e7cb6f3db]::typeck_item_bodies::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/lib.rs:182:51
  49:     0x7f1a556f1825 - <rustc_middle[639a024a8b5fffe7]::hir::map::Map>::par_body_owners::<rustc_hir_typeck[e7bbd19e7cb6f3db]::typeck_item_bodies::{closure#0}>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/hir/map/mod.rs:490:82
  50:     0x7f1a556f1825 - rustc_data_structures[5afc88c304fe41f6]::sync::par_for_each_in::<&[rustc_span[49584a550303f95f]::def_id::LocalDefId], <rustc_middle[639a024a8b5fffe7]::hir::map::Map>::par_body_owners<rustc_hir_typeck[e7bbd19e7cb6f3db]::typeck_item_bodies::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/sync.rs:152:66
  51:     0x7f1a556f1825 - <core[6b044a951f062b59]::panic::unwind_safe::AssertUnwindSafe<rustc_data_structures[5afc88c304fe41f6]::sync::par_for_each_in<&[rustc_span[49584a550303f95f]::def_id::LocalDefId], <rustc_middle[639a024a8b5fffe7]::hir::map::Map>::par_body_owners<rustc_hir_typeck[e7bbd19e7cb6f3db]::typeck_item_bodies::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}> as core[6b044a951f062b59]::ops::function::FnOnce<()>>::call_once
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/panic/unwind_safe.rs:271:9
  52:     0x7f1a556e265b - std[556d60e532d91fe8]::panicking::try::do_call::<core[6b044a951f062b59]::panic::unwind_safe::AssertUnwindSafe<rustc_data_structures[5afc88c304fe41f6]::sync::par_for_each_in<&[rustc_span[49584a550303f95f]::def_id::LocalDefId], <rustc_middle[639a024a8b5fffe7]::hir::map::Map>::par_body_owners<rustc_hir_typeck[e7bbd19e7cb6f3db]::typeck_item_bodies::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>, ()>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:483:40
  53:     0x7f1a556e265b - std[556d60e532d91fe8]::panicking::try::<(), core[6b044a951f062b59]::panic::unwind_safe::AssertUnwindSafe<rustc_data_structures[5afc88c304fe41f6]::sync::par_for_each_in<&[rustc_span[49584a550303f95f]::def_id::LocalDefId], <rustc_middle[639a024a8b5fffe7]::hir::map::Map>::par_body_owners<rustc_hir_typeck[e7bbd19e7cb6f3db]::typeck_item_bodies::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:447:19
  54:     0x7f1a556e265b - std[556d60e532d91fe8]::panic::catch_unwind::<core[6b044a951f062b59]::panic::unwind_safe::AssertUnwindSafe<rustc_data_structures[5afc88c304fe41f6]::sync::par_for_each_in<&[rustc_span[49584a550303f95f]::def_id::LocalDefId], <rustc_middle[639a024a8b5fffe7]::hir::map::Map>::par_body_owners<rustc_hir_typeck[e7bbd19e7cb6f3db]::typeck_item_bodies::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>, ()>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panic.rs:137:14
  55:     0x7f1a556e265b - rustc_data_structures[5afc88c304fe41f6]::sync::par_for_each_in::<&[rustc_span[49584a550303f95f]::def_id::LocalDefId], <rustc_middle[639a024a8b5fffe7]::hir::map::Map>::par_body_owners<rustc_hir_typeck[e7bbd19e7cb6f3db]::typeck_item_bodies::{closure#0}>::{closure#0}>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/sync.rs:152:33
  56:     0x7f1a556e265b - <core[6b044a951f062b59]::slice::iter::Iter<rustc_span[49584a550303f95f]::def_id::LocalDefId> as core[6b044a951f062b59]::iter::traits::iterator::Iterator>::for_each::<rustc_data_structures[5afc88c304fe41f6]::sync::par_for_each_in<&[rustc_span[49584a550303f95f]::def_id::LocalDefId], <rustc_middle[639a024a8b5fffe7]::hir::map::Map>::par_body_owners<rustc_hir_typeck[e7bbd19e7cb6f3db]::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
  57:     0x7f1a556e265b - rustc_data_structures[5afc88c304fe41f6]::sync::par_for_each_in::<&[rustc_span[49584a550303f95f]::def_id::LocalDefId], <rustc_middle[639a024a8b5fffe7]::hir::map::Map>::par_body_owners<rustc_hir_typeck[e7bbd19e7cb6f3db]::typeck_item_bodies::{closure#0}>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/sync.rs:151:13
  58:     0x7f1a5580c1e5 - <rustc_middle[639a024a8b5fffe7]::hir::map::Map>::par_body_owners::<rustc_hir_typeck[e7bbd19e7cb6f3db]::typeck_item_bodies::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/hir/map/mod.rs:490:9
  59:     0x7f1a5580c1e5 - rustc_hir_typeck[e7bbd19e7cb6f3db]::typeck_item_bodies
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_typeck/src/lib.rs:182:5
  60:     0x7f1a571e9428 - <rustc_query_system[8ab73502c9ceab47]::query::config::QueryVTable<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, (), ()>>::compute
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/config.rs:45:9
  61:     0x7f1a571e9428 - rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job::<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, (), ()>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:416:13
  62:     0x7f1a571e9428 - stacker[f26244fd2cbb9691]::maybe_grow::<(), rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, (), ()>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
  63:     0x7f1a571e9428 - rustc_data_structures[5afc88c304fe41f6]::stack::ensure_sufficient_stack::<(), rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, (), ()>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
  64:     0x7f1a571e9428 - <rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt as rustc_query_system[8ab73502c9ceab47]::query::QueryContext>::start_query::<(), rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, (), ()>::{closure#0}>::{closure#0}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:129:17
  65:     0x7f1a571e9428 - rustc_middle[639a024a8b5fffe7]::ty::context::tls::enter_context::<<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt as rustc_query_system[8ab73502c9ceab47]::query::QueryContext>::start_query<(), rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::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:1917:50
  66:     0x7f1a571e9428 - rustc_middle[639a024a8b5fffe7]::ty::context::tls::set_tlv::<rustc_middle[639a024a8b5fffe7]::ty::context::tls::enter_context<<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt as rustc_query_system[8ab73502c9ceab47]::query::QueryContext>::start_query<(), rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::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:9
  67:     0x7f1a571e9428 - rustc_middle[639a024a8b5fffe7]::ty::context::tls::enter_context::<<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt as rustc_query_system[8ab73502c9ceab47]::query::QueryContext>::start_query<(), rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, (), ()>::{closure#0}>::{closure#0}::{closure#0}, ()>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:128:13
  68:     0x7f1a571e9428 - <rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt as rustc_query_system[8ab73502c9ceab47]::query::QueryContext>::start_query::<(), rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, (), ()>::{closure#0}>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:128:13
  69:     0x7f1a571e9428 - rustc_middle[639a024a8b5fffe7]::ty::context::tls::with_related_context::<<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt as rustc_query_system[8ab73502c9ceab47]::query::QueryContext>::start_query<(), rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, (), ()>::{closure#0}>::{closure#0}, ()>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1961:13
  70:     0x7f1a571e9428 - rustc_middle[639a024a8b5fffe7]::ty::context::tls::with_context::<rustc_middle[639a024a8b5fffe7]::ty::context::tls::with_related_context<<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt as rustc_query_system[8ab73502c9ceab47]::query::QueryContext>::start_query<(), rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::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:1945:40
  71:     0x7f1a571e9428 - rustc_middle[639a024a8b5fffe7]::ty::context::tls::with_context_opt::<rustc_middle[639a024a8b5fffe7]::ty::context::tls::with_context<rustc_middle[639a024a8b5fffe7]::ty::context::tls::with_related_context<<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt as rustc_query_system[8ab73502c9ceab47]::query::QueryContext>::start_query<(), rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::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:1934:22
  72:     0x7f1a571e9428 - rustc_middle[639a024a8b5fffe7]::ty::context::tls::with_context::<rustc_middle[639a024a8b5fffe7]::ty::context::tls::with_related_context<<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt as rustc_query_system[8ab73502c9ceab47]::query::QueryContext>::start_query<(), rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, (), ()>::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:113:9
  73:     0x7f1a571e9428 - rustc_middle[639a024a8b5fffe7]::ty::context::tls::with_related_context::<<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt as rustc_query_system[8ab73502c9ceab47]::query::QueryContext>::start_query<(), rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, (), ()>::{closure#0}>::{closure#0}, ()>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1958:9
  74:     0x7f1a571e9428 - <rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt as rustc_query_system[8ab73502c9ceab47]::query::QueryContext>::start_query::<(), rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, (), ()>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:113:9
  75:     0x7f1a571e9428 - rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job::<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, (), ()>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:415:22
  76:     0x7f1a571e9428 - rustc_query_system[8ab73502c9ceab47]::query::plumbing::try_execute_query::<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, rustc_query_system[8ab73502c9ceab47]::query::caches::DefaultCache<(), ()>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:374:44
  77:     0x7f1a572812c6 - rustc_query_system[8ab73502c9ceab47]::query::plumbing::get_query::<rustc_query_impl[6c07063643c3aa4]::queries::typeck_item_bodies, rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:734:36
  78:     0x7f1a56db0f7a - <rustc_query_impl[6c07063643c3aa4]::Queries as rustc_middle[639a024a8b5fffe7]::ty::query::QueryEngine>::typeck_item_bodies::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:711:17
  79:     0x7f1a56db0f7a - <rustc_query_impl[6c07063643c3aa4]::Queries as rustc_middle[639a024a8b5fffe7]::ty::query::QueryEngine>::typeck_item_bodies
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/lib.rs:47:1
  80:     0x7f1a559757c9 - <rustc_middle[639a024a8b5fffe7]::ty::query::TyCtxtAt>::typeck_item_bodies
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/lib.rs:531:46
  81:     0x7f1a559757c9 - <rustc_middle[639a024a8b5fffe7]::ty::context::TyCtxt>::typeck_item_bodies
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/query.rs:242:17
  82:     0x7f1a559757c9 - rustc_hir_analysis[af0770b15c9df6d1]::check_crate::{closure#7}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/lib.rs:531:46
  83:     0x7f1a559757c9 - <rustc_data_structures[5afc88c304fe41f6]::profiling::VerboseTimingGuard>::run::<(), rustc_hir_analysis[af0770b15c9df6d1]::check_crate::{closure#7}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_session/src/utils.rs:10:9
  84:     0x7f1a559757c9 - <rustc_session[d4bab6d8e373e872]::session::Session>::time::<(), rustc_hir_analysis[af0770b15c9df6d1]::check_crate::{closure#7}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_session/src/utils.rs:10:9
  85:     0x7f1a55aac9ea - rustc_hir_analysis[af0770b15c9df6d1]::check_crate
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/lib.rs:531:5
  86:     0x7f1a52efa904 - rustc_interface[50e27ba688033498]::passes::analysis
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/passes.rs:874:5
  87:     0x7f1a571daf69 - <rustc_query_system[8ab73502c9ceab47]::query::config::QueryVTable<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, (), core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>>::compute
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/config.rs:45:9
  88:     0x7f1a571daf69 - rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job::<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, (), core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:416:13
  89:     0x7f1a571daf69 - stacker[f26244fd2cbb9691]::maybe_grow::<core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>, rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, (), core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
  90:     0x7f1a571daf69 - rustc_data_structures[5afc88c304fe41f6]::stack::ensure_sufficient_stack::<core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>, rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, (), core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
  91:     0x7f1a571daf69 - <rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt as rustc_query_system[8ab73502c9ceab47]::query::QueryContext>::start_query::<core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>, rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, (), core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}>::{closure#0}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:129:17
  92:     0x7f1a571daf69 - rustc_middle[639a024a8b5fffe7]::ty::context::tls::enter_context::<<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt as rustc_query_system[8ab73502c9ceab47]::query::QueryContext>::start_query<core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>, rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, (), core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}>::{closure#0}::{closure#0}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1917:50
  93:     0x7f1a571daf69 - rustc_middle[639a024a8b5fffe7]::ty::context::tls::set_tlv::<rustc_middle[639a024a8b5fffe7]::ty::context::tls::enter_context<<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt as rustc_query_system[8ab73502c9ceab47]::query::QueryContext>::start_query<core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>, rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, (), core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}>::{closure#0}::{closure#0}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1901:9
  94:     0x7f1a571daf69 - rustc_middle[639a024a8b5fffe7]::ty::context::tls::enter_context::<<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt as rustc_query_system[8ab73502c9ceab47]::query::QueryContext>::start_query<core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>, rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, (), core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}>::{closure#0}::{closure#0}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:128:13
  95:     0x7f1a571daf69 - <rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt as rustc_query_system[8ab73502c9ceab47]::query::QueryContext>::start_query::<core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>, rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, (), core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:128:13
  96:     0x7f1a571daf69 - rustc_middle[639a024a8b5fffe7]::ty::context::tls::with_related_context::<<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt as rustc_query_system[8ab73502c9ceab47]::query::QueryContext>::start_query<core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>, rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, (), core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}>::{closure#0}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1961:13
  97:     0x7f1a571daf69 - rustc_middle[639a024a8b5fffe7]::ty::context::tls::with_context::<rustc_middle[639a024a8b5fffe7]::ty::context::tls::with_related_context<<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt as rustc_query_system[8ab73502c9ceab47]::query::QueryContext>::start_query<core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>, rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, (), core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}>::{closure#0}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1945:40
  98:     0x7f1a571daf69 - rustc_middle[639a024a8b5fffe7]::ty::context::tls::with_context_opt::<rustc_middle[639a024a8b5fffe7]::ty::context::tls::with_context<rustc_middle[639a024a8b5fffe7]::ty::context::tls::with_related_context<<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt as rustc_query_system[8ab73502c9ceab47]::query::QueryContext>::start_query<core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>, rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, (), core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}>::{closure#0}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1934:22
  99:     0x7f1a571daf69 - rustc_middle[639a024a8b5fffe7]::ty::context::tls::with_context::<rustc_middle[639a024a8b5fffe7]::ty::context::tls::with_related_context<<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt as rustc_query_system[8ab73502c9ceab47]::query::QueryContext>::start_query<core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>, rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, (), core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}>::{closure#0}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:113:9
 100:     0x7f1a571daf69 - rustc_middle[639a024a8b5fffe7]::ty::context::tls::with_related_context::<<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt as rustc_query_system[8ab73502c9ceab47]::query::QueryContext>::start_query<core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>, rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, (), core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}>::{closure#0}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1958:9
 101:     0x7f1a571daf69 - <rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt as rustc_query_system[8ab73502c9ceab47]::query::QueryContext>::start_query::<core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>, rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, (), core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:113:9
 102:     0x7f1a571daf69 - rustc_query_system[8ab73502c9ceab47]::query::plumbing::execute_job::<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, (), core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:415:22
 103:     0x7f1a571daf69 - rustc_query_system[8ab73502c9ceab47]::query::plumbing::try_execute_query::<rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt, rustc_query_system[8ab73502c9ceab47]::query::caches::DefaultCache<(), core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:374:44
 104:     0x7f1a5728d836 - rustc_query_system[8ab73502c9ceab47]::query::plumbing::get_query::<rustc_query_impl[6c07063643c3aa4]::queries::analysis, rustc_query_impl[6c07063643c3aa4]::plumbing::QueryCtxt>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:734:36
 105:     0x7f1a56d8e6fa - <rustc_query_impl[6c07063643c3aa4]::Queries as rustc_middle[639a024a8b5fffe7]::ty::query::QueryEngine>::analysis::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:711:17
 106:     0x7f1a56d8e6fa - <rustc_query_impl[6c07063643c3aa4]::Queries as rustc_middle[639a024a8b5fffe7]::ty::query::QueryEngine>::analysis
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/lib.rs:47:1
 107:     0x7f1a52d321e7 - <rustc_middle[639a024a8b5fffe7]::ty::query::TyCtxtAt>::analysis
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_driver/src/lib.rs:376:30
 108:     0x7f1a52d321e7 - <rustc_middle[639a024a8b5fffe7]::ty::context::TyCtxt>::analysis
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/query.rs:242:17
 109:     0x7f1a52d321e7 - rustc_driver[38ea72b6f7caf18]::run_compiler::{closure#1}::{closure#2}::{closure#3}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_driver/src/lib.rs:376:30
 110:     0x7f1a52d321e7 - <rustc_interface[50e27ba688033498]::passes::QueryContext>::enter::<rustc_driver[38ea72b6f7caf18]::run_compiler::{closure#1}::{closure#2}::{closure#3}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/passes.rs:765:42
 111:     0x7f1a52d321e7 - rustc_middle[639a024a8b5fffe7]::ty::context::tls::enter_context::<<rustc_interface[50e27ba688033498]::passes::QueryContext>::enter<rustc_driver[38ea72b6f7caf18]::run_compiler::{closure#1}::{closure#2}::{closure#3}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1917:50
 112:     0x7f1a52d321e7 - rustc_middle[639a024a8b5fffe7]::ty::context::tls::set_tlv::<rustc_middle[639a024a8b5fffe7]::ty::context::tls::enter_context<<rustc_interface[50e27ba688033498]::passes::QueryContext>::enter<rustc_driver[38ea72b6f7caf18]::run_compiler::{closure#1}::{closure#2}::{closure#3}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1901:9
 113:     0x7f1a52d321e7 - rustc_middle[639a024a8b5fffe7]::ty::context::tls::enter_context::<<rustc_interface[50e27ba688033498]::passes::QueryContext>::enter<rustc_driver[38ea72b6f7caf18]::run_compiler::{closure#1}::{closure#2}::{closure#3}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/passes.rs:765:9
 114:     0x7f1a52d321e7 - <rustc_interface[50e27ba688033498]::passes::QueryContext>::enter::<rustc_driver[38ea72b6f7caf18]::run_compiler::{closure#1}::{closure#2}::{closure#3}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/passes.rs:765:9
 115:     0x7f1a52dae385 - rustc_driver[38ea72b6f7caf18]::run_compiler::{closure#1}::{closure#2}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_driver/src/lib.rs:375:13
 116:     0x7f1a52dae385 - <rustc_interface[50e27ba688033498]::interface::Compiler>::enter::<rustc_driver[38ea72b6f7caf18]::run_compiler::{closure#1}::{closure#2}, core[6b044a951f062b59]::result::Result<core[6b044a951f062b59]::option::Option<rustc_interface[50e27ba688033498]::queries::Linker>, rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/queries.rs:381:19
 117:     0x7f1a52d156f5 - rustc_driver[38ea72b6f7caf18]::run_compiler::{closure#1}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_driver/src/lib.rs:307:22
 118:     0x7f1a52d156f5 - rustc_interface[50e27ba688033498]::interface::run_compiler::<core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>, rustc_driver[38ea72b6f7caf18]::run_compiler::{closure#1}>::{closure#0}::{closure#1}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/interface.rs:327:21
 119:     0x7f1a52d156f5 - rustc_span[49584a550303f95f]::with_source_map::<core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>, rustc_interface[50e27ba688033498]::interface::run_compiler<core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>, rustc_driver[38ea72b6f7caf18]::run_compiler::{closure#1}>::{closure#0}::{closure#1}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_span/src/lib.rs:1009:5
 120:     0x7f1a52d9c8fc - rustc_interface[50e27ba688033498]::interface::run_compiler::<core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>, rustc_driver[38ea72b6f7caf18]::run_compiler::{closure#1}>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/interface.rs:321:13
 121:     0x7f1a52d9c8fc - <scoped_tls[4b2a4c8958d0f0a7]::ScopedKey<rustc_span[49584a550303f95f]::SessionGlobals>>::set::<rustc_interface[50e27ba688033498]::interface::run_compiler<core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>, rustc_driver[38ea72b6f7caf18]::run_compiler::{closure#1}>::{closure#0}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>
                               at /home/matthias/.cargo/registry/src/github.1485827954.workers.dev-1ecc6299db9ec823/scoped-tls-1.0.0/src/lib.rs:137:9
 122:     0x7f1a52d46200 - rustc_span[49584a550303f95f]::create_session_globals_then::<core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>, rustc_interface[50e27ba688033498]::interface::run_compiler<core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>, rustc_driver[38ea72b6f7caf18]::run_compiler::{closure#1}>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_span/src/lib.rs:111:5
 123:     0x7f1a52d46200 - rustc_interface[50e27ba688033498]::util::run_in_thread_pool_with_globals::<rustc_interface[50e27ba688033498]::interface::run_compiler<core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>, rustc_driver[38ea72b6f7caf18]::run_compiler::{closure#1}>::{closure#0}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/util.rs:148:38
 124:     0x7f1a52d46200 - std[556d60e532d91fe8]::sys_common::backtrace::__rust_begin_short_backtrace::<rustc_interface[50e27ba688033498]::util::run_in_thread_pool_with_globals<rustc_interface[50e27ba688033498]::interface::run_compiler<core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>, rustc_driver[38ea72b6f7caf18]::run_compiler::{closure#1}>::{closure#0}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:121:18
 125:     0x7f1a52d2c799 - <std[556d60e532d91fe8]::thread::Builder>::spawn_unchecked_::<rustc_interface[50e27ba688033498]::util::run_in_thread_pool_with_globals<rustc_interface[50e27ba688033498]::interface::run_compiler<core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>, rustc_driver[38ea72b6f7caf18]::run_compiler::{closure#1}>::{closure#0}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#1}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/mod.rs:551:17
 126:     0x7f1a52d2c799 - <core[6b044a951f062b59]::panic::unwind_safe::AssertUnwindSafe<<std[556d60e532d91fe8]::thread::Builder>::spawn_unchecked_<rustc_interface[50e27ba688033498]::util::run_in_thread_pool_with_globals<rustc_interface[50e27ba688033498]::interface::run_compiler<core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>, rustc_driver[38ea72b6f7caf18]::run_compiler::{closure#1}>::{closure#0}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#1}::{closure#0}> as core[6b044a951f062b59]::ops::function::FnOnce<()>>::call_once
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/panic/unwind_safe.rs:271:9
 127:     0x7f1a52d2c799 - std[556d60e532d91fe8]::panicking::try::do_call::<core[6b044a951f062b59]::panic::unwind_safe::AssertUnwindSafe<<std[556d60e532d91fe8]::thread::Builder>::spawn_unchecked_<rustc_interface[50e27ba688033498]::util::run_in_thread_pool_with_globals<rustc_interface[50e27ba688033498]::interface::run_compiler<core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>, rustc_driver[38ea72b6f7caf18]::run_compiler::{closure#1}>::{closure#0}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#1}::{closure#0}>, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:483:40
 128:     0x7f1a52d2c799 - std[556d60e532d91fe8]::panicking::try::<core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>, core[6b044a951f062b59]::panic::unwind_safe::AssertUnwindSafe<<std[556d60e532d91fe8]::thread::Builder>::spawn_unchecked_<rustc_interface[50e27ba688033498]::util::run_in_thread_pool_with_globals<rustc_interface[50e27ba688033498]::interface::run_compiler<core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>, rustc_driver[38ea72b6f7caf18]::run_compiler::{closure#1}>::{closure#0}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#1}::{closure#0}>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:447:19
 129:     0x7f1a52d2c799 - std[556d60e532d91fe8]::panic::catch_unwind::<core[6b044a951f062b59]::panic::unwind_safe::AssertUnwindSafe<<std[556d60e532d91fe8]::thread::Builder>::spawn_unchecked_<rustc_interface[50e27ba688033498]::util::run_in_thread_pool_with_globals<rustc_interface[50e27ba688033498]::interface::run_compiler<core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>, rustc_driver[38ea72b6f7caf18]::run_compiler::{closure#1}>::{closure#0}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#1}::{closure#0}>, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panic.rs:137:14
 130:     0x7f1a52d2c799 - <std[556d60e532d91fe8]::thread::Builder>::spawn_unchecked_::<rustc_interface[50e27ba688033498]::util::run_in_thread_pool_with_globals<rustc_interface[50e27ba688033498]::interface::run_compiler<core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>, rustc_driver[38ea72b6f7caf18]::run_compiler::{closure#1}>::{closure#0}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#1}
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/mod.rs:550:30
 131:     0x7f1a52d2c799 - <<std[556d60e532d91fe8]::thread::Builder>::spawn_unchecked_<rustc_interface[50e27ba688033498]::util::run_in_thread_pool_with_globals<rustc_interface[50e27ba688033498]::interface::run_compiler<core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>, rustc_driver[38ea72b6f7caf18]::run_compiler::{closure#1}>::{closure#0}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[6b044a951f062b59]::result::Result<(), rustc_errors[636bab86cdfae55d]::ErrorGuaranteed>>::{closure#1} as core[6b044a951f062b59]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:251:5
 132:     0x7f1a520a54d8 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h43b8b82662b73f48
                               at /home/matthias/vcs/github/rust_debug_assertions/library/alloc/src/boxed.rs:1987:9
 133:     0x7f1a520a54d8 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h38e2812e2eddc245
                               at /home/matthias/vcs/github/rust_debug_assertions/library/alloc/src/boxed.rs:1987:9
 134:     0x7f1a5208e1a5 - std::sys::unix::thread::Thread::new::thread_start::he70842d76e560367
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys/unix/thread.rs:108:17
 135:     0x7f1a51ea48fd - <unknown>
 136:     0x7f1a51f26a60 - <unknown>
 137:                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.67.0-dev running on x86_64-unknown-linux-gnu

note: compiler flags: -C instrument-coverage

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 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. A-code-coverage Area: Source-based code coverage (-Cinstrument-coverage) requires-debug-assertions This issue requires a build of rustc or tooling with debug-assertions in some way labels Nov 7, 2022
@jruderman
Copy link
Contributor

I think #104657 took care of this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-code-coverage Area: Source-based code coverage (-Cinstrument-coverage) C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ requires-debug-assertions This issue requires a build of rustc or tooling with debug-assertions in some way T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

3 participants