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: 'unexpected def_kind in codegen_fn_attrs: ForeignTy' #120175

Open
matthiaskrgr opened this issue Jan 20, 2024 · 1 comment
Open

ice: 'unexpected def_kind in codegen_fn_attrs: ForeignTy' #120175

matthiaskrgr opened this issue Jan 20, 2024 · 1 comment
Labels
C-bug Category: This is a bug. F-extern_types `#![feature(extern_types)]` I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ requires-debug-assertions This issue requires debug-assertions in some way T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@matthiaskrgr
Copy link
Member

auto-reduced (treereduce-rust):

#![feature(extern_types)]

#[link(name = "bar", import_name_type = "decorated", kind = "raw-dylib")]
extern "C" {
    pub type CrossCrate;
}

fn main() {}

original:

#![feature(extern_types)]

// only-windows
// only-x86
#[link(name = "foo", import_name_type = "decorated")]
//~^ ERROR import name type can only be used with link kind `raw-dylib`
extern "C" { }

#[link(name = "bar", kind = "static", import_name_type = "decorated")]
//~^ ERROR import name type can only be used with link kind `raw-dylib`
extern "C" { }

// Specifying `import_name_type` before `kind` shouldn't raise an error.
#[link(name = "bar", import_name_type = "decorated", kind = "raw-dylib")]
extern "C" {
    pub type CrossCrate;
}

fn main() {}

Version information

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

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

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

Program output

error: import name type is only supported on x86
 --> /tmp/icemaker_global_tempdir.CslB3V620bVk/rustc_testrunner_tmpdir_reporting.cBtsIupePpt8/mvce.rs:3:22
  |
3 | #[link(name = "bar", import_name_type = "decorated", kind = "raw-dylib")]
  |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: link kind `raw-dylib` is only supported on Windows targets
 --> /tmp/icemaker_global_tempdir.CslB3V620bVk/rustc_testrunner_tmpdir_reporting.cBtsIupePpt8/mvce.rs:3:61
  |
3 | #[link(name = "bar", import_name_type = "decorated", kind = "raw-dylib")]
  |                                                             ^^^^^^^^^^^

thread 'rustc' panicked at compiler/rustc_codegen_ssa/src/codegen_attrs.rs:54:9:
unexpected `def_kind` in `codegen_fn_attrs`: ForeignTy
stack backtrace:
   0:     0x7fc429f7c93d - std::backtrace_rs::backtrace::libunwind::trace::haa9ffe04ce7a3dc6
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/../../backtrace/src/backtrace/libunwind.rs:104:5
   1:     0x7fc429f7c93d - std::backtrace_rs::backtrace::trace_unsynchronized::h802ee4e7a0e8d72a
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
   2:     0x7fc429f7c93d - std::sys_common::backtrace::_print_fmt::h94ff30e961c6938f
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:68:5
   3:     0x7fc429f7c93d - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::hbd5be587308a015c
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:44:22
   4:     0x7fc429fc689f - core::fmt::rt::Argument::fmt::he6782b203cb156e1
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/fmt/rt.rs:142:9
   5:     0x7fc429fc689f - core::fmt::write::h8802a5b071d061cc
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/fmt/mod.rs:1120:17
   6:     0x7fc429f8f70f - std::io::Write::write_fmt::h963f162089158564
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/io/mod.rs:1810:15
   7:     0x7fc429f7c704 - std::sys_common::backtrace::_print::h1f59fb2b34a01a34
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:47:5
   8:     0x7fc429f7c704 - std::sys_common::backtrace::print::h6f4218c87f0be926
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:34:9
   9:     0x7fc429f3fdac - std::panicking::default_hook::{{closure}}::h1ccf120765f25324
  10:     0x7fc429f3fa6f - std::panicking::default_hook::he2d75f8880ba099e
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:292:9
  11:     0x7fc42cad8bd7 - rustc_driver_impl[98af5df2834db69b]::install_ice_hook::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_driver_impl/src/lib.rs:1344:17
  12:     0x7fc42cad8bd7 - <alloc[19b20fe74aed203b]::boxed::Box<rustc_driver_impl[98af5df2834db69b]::install_ice_hook::{closure#0}> as core[6236d0dd4d32831b]::ops::function::Fn<(&dyn for<'a, 'b> core[6236d0dd4d32831b]::ops::function::Fn<(&'a core[6236d0dd4d32831b]::panic::panic_info::PanicInfo<'b>,), Output = ()> + core[6236d0dd4d32831b]::marker::Sync + core[6236d0dd4d32831b]::marker::Send, &core[6236d0dd4d32831b]::panic::panic_info::PanicInfo)>>::call
                               at /home/matthias/vcs/github/rust_debug_assertions/library/alloc/src/boxed.rs:2030:9
  13:     0x7fc429f4060d - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc455074d3cca4eec
                               at /home/matthias/vcs/github/rust_debug_assertions/library/alloc/src/boxed.rs:2030:9
  14:     0x7fc429f4060d - std::panicking::rust_panic_with_hook::h37a2fe38a5c336cd
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:785:13
  15:     0x7fc429f7ce2a - std::panicking::begin_panic_handler::{{closure}}::he13b4948de0d0218
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:659:13
  16:     0x7fc429f7cc06 - std::sys_common::backtrace::__rust_end_short_backtrace::h2520f2c7b7a27ab5
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:171:18
  17:     0x7fc429f40174 - rust_begin_unwind
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:647:5
  18:     0x7fc429fe1045 - core::panicking::panic_fmt::hd2b17d2b3276b66a
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/panicking.rs:72:14
  19:     0x7fc42c76d77d - rustc_codegen_ssa[e8307768aef7557d]::codegen_attrs::codegen_fn_attrs
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_codegen_ssa/src/codegen_attrs.rs:54:9
  20:     0x7fc42e96a192 - rustc_query_impl[4d9dbbc2190993df]::query_impl::codegen_fn_attrs::dynamic_query::{closure#2}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:589:47
  21:     0x7fc42e96a192 - rustc_query_impl[4d9dbbc2190993df]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[4d9dbbc2190993df]::query_impl::codegen_fn_attrs::dynamic_query::{closure#2}::{closure#0}, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:513:18
  22:     0x7fc42ed15d71 - rustc_query_impl[4d9dbbc2190993df]::query_impl::codegen_fn_attrs::dynamic_query::{closure#2}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:585:25
  23:     0x7fc42ed15d71 - <rustc_query_impl[4d9dbbc2190993df]::query_impl::codegen_fn_attrs::dynamic_query::{closure#2} as core[6236d0dd4d32831b]::ops::function::FnOnce<(rustc_middle[5cd6997bcff993e3]::ty::context::TyCtxt, rustc_span[e33f10da90bf3183]::def_id::DefId)>>::call_once
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
  24:     0x7fc42e8472c3 - <rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::DefIdCache<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false> as rustc_query_system[d6729cea88e57674]::query::config::QueryConfig<rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>>::compute
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/lib.rs:116:9
  25:     0x7fc42e8472c3 - rustc_query_system[d6729cea88e57674]::query::plumbing::execute_job_non_incr::<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::DefIdCache<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:471:72
  26:     0x7fc42e8472c3 - rustc_middle[5cd6997bcff993e3]::ty::context::tls::enter_context::<rustc_query_system[d6729cea88e57674]::query::plumbing::execute_job_non_incr<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::DefIdCache<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:82:9
  27:     0x7fc42e8472c3 - <std[ca40a4582f39ab3e]::thread::local::LocalKey<core[6236d0dd4d32831b]::cell::Cell<*const ()>>>::try_with::<rustc_middle[5cd6997bcff993e3]::ty::context::tls::enter_context<rustc_query_system[d6729cea88e57674]::query::plumbing::execute_job_non_incr<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::DefIdCache<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:286:16
  28:     0x7fc42e8472c3 - <std[ca40a4582f39ab3e]::thread::local::LocalKey<core[6236d0dd4d32831b]::cell::Cell<*const ()>>>::with::<rustc_middle[5cd6997bcff993e3]::ty::context::tls::enter_context<rustc_query_system[d6729cea88e57674]::query::plumbing::execute_job_non_incr<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::DefIdCache<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:262:9
  29:     0x7fc42e8472c3 - rustc_middle[5cd6997bcff993e3]::ty::context::tls::enter_context::<rustc_query_system[d6729cea88e57674]::query::plumbing::execute_job_non_incr<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::DefIdCache<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:79:9
  30:     0x7fc42e8472c3 - <rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt as rustc_query_system[d6729cea88e57674]::query::QueryContext>::start_query::<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[d6729cea88e57674]::query::plumbing::execute_job_non_incr<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::DefIdCache<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:151:13
  31:     0x7fc42e8472c3 - rustc_middle[5cd6997bcff993e3]::ty::context::tls::with_related_context::<<rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt as rustc_query_system[d6729cea88e57674]::query::QueryContext>::start_query<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[d6729cea88e57674]::query::plumbing::execute_job_non_incr<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::DefIdCache<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:133:9
  32:     0x7fc42e8472c3 - rustc_middle[5cd6997bcff993e3]::ty::context::tls::with_context::<rustc_middle[5cd6997bcff993e3]::ty::context::tls::with_related_context<<rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt as rustc_query_system[d6729cea88e57674]::query::QueryContext>::start_query<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[d6729cea88e57674]::query::plumbing::execute_job_non_incr<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::DefIdCache<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:36
  33:     0x7fc42e8472c3 - rustc_middle[5cd6997bcff993e3]::ty::context::tls::with_context_opt::<rustc_middle[5cd6997bcff993e3]::ty::context::tls::with_context<rustc_middle[5cd6997bcff993e3]::ty::context::tls::with_related_context<<rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt as rustc_query_system[d6729cea88e57674]::query::QueryContext>::start_query<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[d6729cea88e57674]::query::plumbing::execute_job_non_incr<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::DefIdCache<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:100:18
  34:     0x7fc42e8472c3 - rustc_middle[5cd6997bcff993e3]::ty::context::tls::with_context::<rustc_middle[5cd6997bcff993e3]::ty::context::tls::with_related_context<<rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt as rustc_query_system[d6729cea88e57674]::query::QueryContext>::start_query<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[d6729cea88e57674]::query::plumbing::execute_job_non_incr<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::DefIdCache<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:5
  35:     0x7fc42e8472c3 - rustc_middle[5cd6997bcff993e3]::ty::context::tls::with_related_context::<<rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt as rustc_query_system[d6729cea88e57674]::query::QueryContext>::start_query<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[d6729cea88e57674]::query::plumbing::execute_job_non_incr<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::DefIdCache<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:124:5
  36:     0x7fc42e8472c3 - <rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt as rustc_query_system[d6729cea88e57674]::query::QueryContext>::start_query::<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[d6729cea88e57674]::query::plumbing::execute_job_non_incr<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::DefIdCache<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:136:9
  37:     0x7fc42e8472c3 - rustc_query_system[d6729cea88e57674]::query::plumbing::execute_job_non_incr::<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::DefIdCache<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:471:18
  38:     0x7fc42e8472c3 - rustc_query_system[d6729cea88e57674]::query::plumbing::execute_job::<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::DefIdCache<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt, false>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:407:9
  39:     0x7fc42e8472c3 - rustc_query_system[d6729cea88e57674]::query::plumbing::try_execute_query::<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::DefIdCache<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt, false>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:350:13
  40:     0x7fc42ec7359a - rustc_query_system[d6729cea88e57674]::query::plumbing::get_query_non_incr::<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::DefIdCache<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:803:32
  41:     0x7fc42ec7359a - stacker[6fecc4a26c173c4]::maybe_grow::<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[d6729cea88e57674]::query::plumbing::get_query_non_incr<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::DefIdCache<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
  42:     0x7fc42ec7359a - rustc_data_structures[591323770d6669d7]::stack::ensure_sufficient_stack::<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[d6729cea88e57674]::query::plumbing::get_query_non_incr<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::DefIdCache<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
  43:     0x7fc42ec7359a - rustc_query_system[d6729cea88e57674]::query::plumbing::get_query_non_incr::<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::DefIdCache<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:803:5
  44:     0x7fc42ec7359a - rustc_query_impl[4d9dbbc2190993df]::query_impl::codegen_fn_attrs::get_query_non_incr::__rust_end_short_backtrace
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:563:26
  45:     0x7fc42d9c57dc - rustc_middle[5cd6997bcff993e3]::query::plumbing::query_get_at::<rustc_query_system[d6729cea88e57674]::query::caches::DefIdCache<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:156:17
  46:     0x7fc42d9d0255 - <rustc_middle[5cd6997bcff993e3]::query::plumbing::TyCtxtAt>::codegen_fn_attrs::<rustc_span[e33f10da90bf3183]::def_id::DefId>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/mod.rs:2204:1
  47:     0x7fc42d9d0255 - <rustc_middle[5cd6997bcff993e3]::ty::context::TyCtxt>::codegen_fn_attrs::<rustc_span[e33f10da90bf3183]::def_id::DefId>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:431:35
  48:     0x7fc42d9d0255 - <rustc_metadata[45920bdf84bb8ba0]::native_libs::Collector>::build_dll_import
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_metadata/src/native_libs.rs:555:41
  49:     0x7fc42da27f71 - <rustc_metadata[45920bdf84bb8ba0]::native_libs::Collector>::process_module::{closure#1}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_metadata/src/native_libs.rs:352:29
  50:     0x7fc42da27f71 - core[6236d0dd4d32831b]::iter::adapters::map::map_fold::<&rustc_span[e33f10da90bf3183]::def_id::DefId, rustc_session[8c619e0285da00a0]::cstore::DllImport, (), <rustc_metadata[45920bdf84bb8ba0]::native_libs::Collector>::process_module::{closure#1}, core[6236d0dd4d32831b]::iter::traits::iterator::Iterator::for_each::call<rustc_session[8c619e0285da00a0]::cstore::DllImport, <alloc[19b20fe74aed203b]::vec::Vec<rustc_session[8c619e0285da00a0]::cstore::DllImport>>::extend_trusted<core[6236d0dd4d32831b]::iter::adapters::map::Map<core[6236d0dd4d32831b]::slice::iter::Iter<rustc_span[e33f10da90bf3183]::def_id::DefId>, <rustc_metadata[45920bdf84bb8ba0]::native_libs::Collector>::process_module::{closure#1}>>::{closure#0}>::{closure#0}>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/iter/adapters/map.rs:89:28
  51:     0x7fc42da27f71 - <core[6236d0dd4d32831b]::slice::iter::Iter<rustc_span[e33f10da90bf3183]::def_id::DefId> as core[6236d0dd4d32831b]::iter::traits::iterator::Iterator>::fold::<(), core[6236d0dd4d32831b]::iter::adapters::map::map_fold<&rustc_span[e33f10da90bf3183]::def_id::DefId, rustc_session[8c619e0285da00a0]::cstore::DllImport, (), <rustc_metadata[45920bdf84bb8ba0]::native_libs::Collector>::process_module::{closure#1}, core[6236d0dd4d32831b]::iter::traits::iterator::Iterator::for_each::call<rustc_session[8c619e0285da00a0]::cstore::DllImport, <alloc[19b20fe74aed203b]::vec::Vec<rustc_session[8c619e0285da00a0]::cstore::DllImport>>::extend_trusted<core[6236d0dd4d32831b]::iter::adapters::map::Map<core[6236d0dd4d32831b]::slice::iter::Iter<rustc_span[e33f10da90bf3183]::def_id::DefId>, <rustc_metadata[45920bdf84bb8ba0]::native_libs::Collector>::process_module::{closure#1}>>::{closure#0}>::{closure#0}>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/slice/iter/macros.rs:232:27
  52:     0x7fc42da27f71 - <core[6236d0dd4d32831b]::iter::adapters::map::Map<core[6236d0dd4d32831b]::slice::iter::Iter<rustc_span[e33f10da90bf3183]::def_id::DefId>, <rustc_metadata[45920bdf84bb8ba0]::native_libs::Collector>::process_module::{closure#1}> as core[6236d0dd4d32831b]::iter::traits::iterator::Iterator>::fold::<(), core[6236d0dd4d32831b]::iter::traits::iterator::Iterator::for_each::call<rustc_session[8c619e0285da00a0]::cstore::DllImport, <alloc[19b20fe74aed203b]::vec::Vec<rustc_session[8c619e0285da00a0]::cstore::DllImport>>::extend_trusted<core[6236d0dd4d32831b]::iter::adapters::map::Map<core[6236d0dd4d32831b]::slice::iter::Iter<rustc_span[e33f10da90bf3183]::def_id::DefId>, <rustc_metadata[45920bdf84bb8ba0]::native_libs::Collector>::process_module::{closure#1}>>::{closure#0}>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/iter/adapters/map.rs:129:9
  53:     0x7fc42d99939a - <core[6236d0dd4d32831b]::iter::adapters::map::Map<core[6236d0dd4d32831b]::slice::iter::Iter<rustc_span[e33f10da90bf3183]::def_id::DefId>, <rustc_metadata[45920bdf84bb8ba0]::native_libs::Collector>::process_module::{closure#1}> as core[6236d0dd4d32831b]::iter::traits::iterator::Iterator>::for_each::<<alloc[19b20fe74aed203b]::vec::Vec<rustc_session[8c619e0285da00a0]::cstore::DllImport>>::extend_trusted<core[6236d0dd4d32831b]::iter::adapters::map::Map<core[6236d0dd4d32831b]::slice::iter::Iter<rustc_span[e33f10da90bf3183]::def_id::DefId>, <rustc_metadata[45920bdf84bb8ba0]::native_libs::Collector>::process_module::{closure#1}>>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/iter/traits/iterator.rs:858:9
  54:     0x7fc42d99939a - <alloc[19b20fe74aed203b]::vec::Vec<rustc_session[8c619e0285da00a0]::cstore::DllImport>>::extend_trusted::<core[6236d0dd4d32831b]::iter::adapters::map::Map<core[6236d0dd4d32831b]::slice::iter::Iter<rustc_span[e33f10da90bf3183]::def_id::DefId>, <rustc_metadata[45920bdf84bb8ba0]::native_libs::Collector>::process_module::{closure#1}>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/alloc/src/vec/mod.rs:2920:17
  55:     0x7fc42d99939a - <alloc[19b20fe74aed203b]::vec::Vec<rustc_session[8c619e0285da00a0]::cstore::DllImport> as alloc[19b20fe74aed203b]::vec::spec_extend::SpecExtend<rustc_session[8c619e0285da00a0]::cstore::DllImport, core[6236d0dd4d32831b]::iter::adapters::map::Map<core[6236d0dd4d32831b]::slice::iter::Iter<rustc_span[e33f10da90bf3183]::def_id::DefId>, <rustc_metadata[45920bdf84bb8ba0]::native_libs::Collector>::process_module::{closure#1}>>>::spec_extend
                               at /home/matthias/vcs/github/rust_debug_assertions/library/alloc/src/vec/spec_extend.rs:26:9
  56:     0x7fc42d99939a - <alloc[19b20fe74aed203b]::vec::Vec<rustc_session[8c619e0285da00a0]::cstore::DllImport> as alloc[19b20fe74aed203b]::vec::spec_from_iter_nested::SpecFromIterNested<rustc_session[8c619e0285da00a0]::cstore::DllImport, core[6236d0dd4d32831b]::iter::adapters::map::Map<core[6236d0dd4d32831b]::slice::iter::Iter<rustc_span[e33f10da90bf3183]::def_id::DefId>, <rustc_metadata[45920bdf84bb8ba0]::native_libs::Collector>::process_module::{closure#1}>>>::from_iter
                               at /home/matthias/vcs/github/rust_debug_assertions/library/alloc/src/vec/spec_from_iter_nested.rs:62:9
  57:     0x7fc42d99939a - <alloc[19b20fe74aed203b]::vec::Vec<rustc_session[8c619e0285da00a0]::cstore::DllImport> as alloc[19b20fe74aed203b]::vec::spec_from_iter::SpecFromIter<rustc_session[8c619e0285da00a0]::cstore::DllImport, core[6236d0dd4d32831b]::iter::adapters::map::Map<core[6236d0dd4d32831b]::slice::iter::Iter<rustc_span[e33f10da90bf3183]::def_id::DefId>, <rustc_metadata[45920bdf84bb8ba0]::native_libs::Collector>::process_module::{closure#1}>>>::from_iter
                               at /home/matthias/vcs/github/rust_debug_assertions/library/alloc/src/vec/spec_from_iter.rs:33:9
  58:     0x7fc42d9cf033 - <alloc[19b20fe74aed203b]::vec::Vec<rustc_session[8c619e0285da00a0]::cstore::DllImport> as core[6236d0dd4d32831b]::iter::traits::collect::FromIterator<rustc_session[8c619e0285da00a0]::cstore::DllImport>>::from_iter::<core[6236d0dd4d32831b]::iter::adapters::map::Map<core[6236d0dd4d32831b]::slice::iter::Iter<rustc_span[e33f10da90bf3183]::def_id::DefId>, <rustc_metadata[45920bdf84bb8ba0]::native_libs::Collector>::process_module::{closure#1}>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/alloc/src/vec/mod.rs:2794:9
  59:     0x7fc42d9cf033 - <core[6236d0dd4d32831b]::iter::adapters::map::Map<core[6236d0dd4d32831b]::slice::iter::Iter<rustc_span[e33f10da90bf3183]::def_id::DefId>, <rustc_metadata[45920bdf84bb8ba0]::native_libs::Collector>::process_module::{closure#1}> as core[6236d0dd4d32831b]::iter::traits::iterator::Iterator>::collect::<alloc[19b20fe74aed203b]::vec::Vec<rustc_session[8c619e0285da00a0]::cstore::DllImport>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/iter/traits/iterator.rs:2054:9
  60:     0x7fc42d9cf033 - <rustc_metadata[45920bdf84bb8ba0]::native_libs::Collector>::process_module
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_metadata/src/native_libs.rs:358:26
  61:     0x7fc42d9c9a05 - rustc_metadata[45920bdf84bb8ba0]::native_libs::collect
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_metadata/src/native_libs.rs:76:13
  62:     0x7fc42e96be79 - rustc_query_impl[4d9dbbc2190993df]::query_impl::native_libraries::dynamic_query::{closure#2}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:589:47
  63:     0x7fc42e96be79 - rustc_query_impl[4d9dbbc2190993df]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[4d9dbbc2190993df]::query_impl::native_libraries::dynamic_query::{closure#2}::{closure#0}, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:513:18
  64:     0x7fc42ed1726d - rustc_query_impl[4d9dbbc2190993df]::query_impl::native_libraries::dynamic_query::{closure#2}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:585:25
  65:     0x7fc42ed1726d - <rustc_query_impl[4d9dbbc2190993df]::query_impl::native_libraries::dynamic_query::{closure#2} as core[6236d0dd4d32831b]::ops::function::FnOnce<(rustc_middle[5cd6997bcff993e3]::ty::context::TyCtxt, rustc_span[e33f10da90bf3183]::def_id::CrateNum)>>::call_once
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
  66:     0x7fc42e90d4ac - <rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::VecCache<rustc_span[e33f10da90bf3183]::def_id::CrateNum, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false> as rustc_query_system[d6729cea88e57674]::query::config::QueryConfig<rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>>::compute
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/lib.rs:116:9
  67:     0x7fc42e90d4ac - rustc_query_system[d6729cea88e57674]::query::plumbing::execute_job_non_incr::<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::VecCache<rustc_span[e33f10da90bf3183]::def_id::CrateNum, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:471:72
  68:     0x7fc42e90d4ac - rustc_middle[5cd6997bcff993e3]::ty::context::tls::enter_context::<rustc_query_system[d6729cea88e57674]::query::plumbing::execute_job_non_incr<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::VecCache<rustc_span[e33f10da90bf3183]::def_id::CrateNum, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:82:9
  69:     0x7fc42e90d4ac - <std[ca40a4582f39ab3e]::thread::local::LocalKey<core[6236d0dd4d32831b]::cell::Cell<*const ()>>>::try_with::<rustc_middle[5cd6997bcff993e3]::ty::context::tls::enter_context<rustc_query_system[d6729cea88e57674]::query::plumbing::execute_job_non_incr<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::VecCache<rustc_span[e33f10da90bf3183]::def_id::CrateNum, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:286:16
  70:     0x7fc42e90d4ac - <std[ca40a4582f39ab3e]::thread::local::LocalKey<core[6236d0dd4d32831b]::cell::Cell<*const ()>>>::with::<rustc_middle[5cd6997bcff993e3]::ty::context::tls::enter_context<rustc_query_system[d6729cea88e57674]::query::plumbing::execute_job_non_incr<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::VecCache<rustc_span[e33f10da90bf3183]::def_id::CrateNum, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:262:9
  71:     0x7fc42e90d4ac - rustc_middle[5cd6997bcff993e3]::ty::context::tls::enter_context::<rustc_query_system[d6729cea88e57674]::query::plumbing::execute_job_non_incr<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::VecCache<rustc_span[e33f10da90bf3183]::def_id::CrateNum, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:79:9
  72:     0x7fc42e90d4ac - <rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt as rustc_query_system[d6729cea88e57674]::query::QueryContext>::start_query::<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[d6729cea88e57674]::query::plumbing::execute_job_non_incr<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::VecCache<rustc_span[e33f10da90bf3183]::def_id::CrateNum, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:151:13
  73:     0x7fc42e90d4ac - rustc_middle[5cd6997bcff993e3]::ty::context::tls::with_related_context::<<rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt as rustc_query_system[d6729cea88e57674]::query::QueryContext>::start_query<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[d6729cea88e57674]::query::plumbing::execute_job_non_incr<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::VecCache<rustc_span[e33f10da90bf3183]::def_id::CrateNum, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:133:9
  74:     0x7fc42e90d4ac - rustc_middle[5cd6997bcff993e3]::ty::context::tls::with_context::<rustc_middle[5cd6997bcff993e3]::ty::context::tls::with_related_context<<rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt as rustc_query_system[d6729cea88e57674]::query::QueryContext>::start_query<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[d6729cea88e57674]::query::plumbing::execute_job_non_incr<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::VecCache<rustc_span[e33f10da90bf3183]::def_id::CrateNum, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:36
  75:     0x7fc42e90d4ac - rustc_middle[5cd6997bcff993e3]::ty::context::tls::with_context_opt::<rustc_middle[5cd6997bcff993e3]::ty::context::tls::with_context<rustc_middle[5cd6997bcff993e3]::ty::context::tls::with_related_context<<rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt as rustc_query_system[d6729cea88e57674]::query::QueryContext>::start_query<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[d6729cea88e57674]::query::plumbing::execute_job_non_incr<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::VecCache<rustc_span[e33f10da90bf3183]::def_id::CrateNum, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:100:18
  76:     0x7fc42e90d4ac - rustc_middle[5cd6997bcff993e3]::ty::context::tls::with_context::<rustc_middle[5cd6997bcff993e3]::ty::context::tls::with_related_context<<rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt as rustc_query_system[d6729cea88e57674]::query::QueryContext>::start_query<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[d6729cea88e57674]::query::plumbing::execute_job_non_incr<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::VecCache<rustc_span[e33f10da90bf3183]::def_id::CrateNum, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>::{closure#0}, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:5
  77:     0x7fc42e90d4ac - rustc_middle[5cd6997bcff993e3]::ty::context::tls::with_related_context::<<rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt as rustc_query_system[d6729cea88e57674]::query::QueryContext>::start_query<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[d6729cea88e57674]::query::plumbing::execute_job_non_incr<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::VecCache<rustc_span[e33f10da90bf3183]::def_id::CrateNum, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:124:5
  78:     0x7fc42e90d4ac - <rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt as rustc_query_system[d6729cea88e57674]::query::QueryContext>::start_query::<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[d6729cea88e57674]::query::plumbing::execute_job_non_incr<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::VecCache<rustc_span[e33f10da90bf3183]::def_id::CrateNum, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:136:9
  79:     0x7fc42e90d4ac - rustc_query_system[d6729cea88e57674]::query::plumbing::execute_job_non_incr::<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::VecCache<rustc_span[e33f10da90bf3183]::def_id::CrateNum, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:471:18
  80:     0x7fc42e90d4ac - rustc_query_system[d6729cea88e57674]::query::plumbing::execute_job::<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::VecCache<rustc_span[e33f10da90bf3183]::def_id::CrateNum, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt, false>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:407:9
  81:     0x7fc42e90d4ac - rustc_query_system[d6729cea88e57674]::query::plumbing::try_execute_query::<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::VecCache<rustc_span[e33f10da90bf3183]::def_id::CrateNum, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt, false>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:350:13
  82:     0x7fc42eb03a06 - rustc_query_system[d6729cea88e57674]::query::plumbing::get_query_non_incr::<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::VecCache<rustc_span[e33f10da90bf3183]::def_id::CrateNum, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:803:32
  83:     0x7fc42eb03a06 - stacker[6fecc4a26c173c4]::maybe_grow::<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[d6729cea88e57674]::query::plumbing::get_query_non_incr<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::VecCache<rustc_span[e33f10da90bf3183]::def_id::CrateNum, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
  84:     0x7fc42eb03a06 - rustc_data_structures[591323770d6669d7]::stack::ensure_sufficient_stack::<rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[d6729cea88e57674]::query::plumbing::get_query_non_incr<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::VecCache<rustc_span[e33f10da90bf3183]::def_id::CrateNum, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
  85:     0x7fc42eb03a06 - rustc_query_system[d6729cea88e57674]::query::plumbing::get_query_non_incr::<rustc_query_impl[4d9dbbc2190993df]::DynamicConfig<rustc_query_system[d6729cea88e57674]::query::caches::VecCache<rustc_span[e33f10da90bf3183]::def_id::CrateNum, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>, false, false, false>, rustc_query_impl[4d9dbbc2190993df]::plumbing::QueryCtxt>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:803:5
  86:     0x7fc42eb03a06 - rustc_query_impl[4d9dbbc2190993df]::query_impl::native_libraries::get_query_non_incr::__rust_end_short_backtrace
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:563:26
  87:     0x7fc42c7c637c - rustc_middle[5cd6997bcff993e3]::query::plumbing::query_get_at::<rustc_query_system[d6729cea88e57674]::query::caches::VecCache<rustc_span[e33f10da90bf3183]::def_id::CrateNum, rustc_middle[5cd6997bcff993e3]::query::erase::Erased<[u8; 8usize]>>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:156:17
  88:     0x7fc42c7d6977 - <rustc_middle[5cd6997bcff993e3]::query::plumbing::TyCtxtAt>::native_libraries
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/mod.rs:2204:1
  89:     0x7fc42c7d6977 - <rustc_middle[5cd6997bcff993e3]::ty::context::TyCtxt>::native_libraries
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:431:35
  90:     0x7fc42c7d6977 - <rustc_codegen_ssa[e8307768aef7557d]::CrateInfo>::new
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_codegen_ssa/src/base.rs:864:33
  91:     0x7fc42c505323 - rustc_codegen_ssa[e8307768aef7557d]::back::write::start_async_codegen::<rustc_codegen_llvm[ff898f84c9925ad9]::LlvmCodegenBackend>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_codegen_ssa/src/back/write.rs:462:22
  92:     0x7fc42c54a7e1 - rustc_codegen_ssa[e8307768aef7557d]::base::codegen_crate::<rustc_codegen_llvm[ff898f84c9925ad9]::LlvmCodegenBackend>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_codegen_ssa/src/base.rs:637:9
  93:     0x7fc42c51a60c - <rustc_codegen_llvm[ff898f84c9925ad9]::LlvmCodegenBackend as rustc_codegen_ssa[e8307768aef7557d]::traits::backend::CodegenBackend>::codegen_crate
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_codegen_llvm/src/lib.rs:363:18
  94:     0x7fc42d7afde7 - rustc_interface[e86ab49d63569dfa]::passes::start_codegen::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/passes.rs:927:9
  95:     0x7fc42d7afde7 - <rustc_data_structures[591323770d6669d7]::profiling::VerboseTimingGuard>::run::<alloc[19b20fe74aed203b]::boxed::Box<dyn core[6236d0dd4d32831b]::any::Any>, rustc_interface[e86ab49d63569dfa]::passes::start_codegen::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/profiling.rs:753:9
  96:     0x7fc42d7afde7 - <rustc_session[8c619e0285da00a0]::session::Session>::time::<alloc[19b20fe74aed203b]::boxed::Box<dyn core[6236d0dd4d32831b]::any::Any>, rustc_interface[e86ab49d63569dfa]::passes::start_codegen::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_session/src/utils.rs:12:9
  97:     0x7fc42d746bdc - rustc_interface[e86ab49d63569dfa]::passes::start_codegen
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/passes.rs:926:19
  98:     0x7fc42d7b4652 - <rustc_interface[e86ab49d63569dfa]::queries::Queries>::codegen_and_build_linker::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/queries.rs:235:35
  99:     0x7fc42d7b4652 - <rustc_middle[5cd6997bcff993e3]::ty::context::GlobalCtxt>::enter::<<rustc_interface[e86ab49d63569dfa]::queries::Queries>::codegen_and_build_linker::{closure#0}, core[6236d0dd4d32831b]::result::Result<rustc_interface[e86ab49d63569dfa]::queries::Linker, rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:666:37
 100:     0x7fc42d7b4652 - rustc_middle[5cd6997bcff993e3]::ty::context::tls::enter_context::<<rustc_middle[5cd6997bcff993e3]::ty::context::GlobalCtxt>::enter<<rustc_interface[e86ab49d63569dfa]::queries::Queries>::codegen_and_build_linker::{closure#0}, core[6236d0dd4d32831b]::result::Result<rustc_interface[e86ab49d63569dfa]::queries::Linker, rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#0}, core[6236d0dd4d32831b]::result::Result<rustc_interface[e86ab49d63569dfa]::queries::Linker, rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:82:9
 101:     0x7fc42d7b4652 - <std[ca40a4582f39ab3e]::thread::local::LocalKey<core[6236d0dd4d32831b]::cell::Cell<*const ()>>>::try_with::<rustc_middle[5cd6997bcff993e3]::ty::context::tls::enter_context<<rustc_middle[5cd6997bcff993e3]::ty::context::GlobalCtxt>::enter<<rustc_interface[e86ab49d63569dfa]::queries::Queries>::codegen_and_build_linker::{closure#0}, core[6236d0dd4d32831b]::result::Result<rustc_interface[e86ab49d63569dfa]::queries::Linker, rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#0}, core[6236d0dd4d32831b]::result::Result<rustc_interface[e86ab49d63569dfa]::queries::Linker, rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#0}, core[6236d0dd4d32831b]::result::Result<rustc_interface[e86ab49d63569dfa]::queries::Linker, rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:286:16
 102:     0x7fc42d7b4652 - <std[ca40a4582f39ab3e]::thread::local::LocalKey<core[6236d0dd4d32831b]::cell::Cell<*const ()>>>::with::<rustc_middle[5cd6997bcff993e3]::ty::context::tls::enter_context<<rustc_middle[5cd6997bcff993e3]::ty::context::GlobalCtxt>::enter<<rustc_interface[e86ab49d63569dfa]::queries::Queries>::codegen_and_build_linker::{closure#0}, core[6236d0dd4d32831b]::result::Result<rustc_interface[e86ab49d63569dfa]::queries::Linker, rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#0}, core[6236d0dd4d32831b]::result::Result<rustc_interface[e86ab49d63569dfa]::queries::Linker, rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#0}, core[6236d0dd4d32831b]::result::Result<rustc_interface[e86ab49d63569dfa]::queries::Linker, rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:262:9
 103:     0x7fc42d7b4652 - rustc_middle[5cd6997bcff993e3]::ty::context::tls::enter_context::<<rustc_middle[5cd6997bcff993e3]::ty::context::GlobalCtxt>::enter<<rustc_interface[e86ab49d63569dfa]::queries::Queries>::codegen_and_build_linker::{closure#0}, core[6236d0dd4d32831b]::result::Result<rustc_interface[e86ab49d63569dfa]::queries::Linker, rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#0}, core[6236d0dd4d32831b]::result::Result<rustc_interface[e86ab49d63569dfa]::queries::Linker, rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:79:9
 104:     0x7fc42d7b4652 - <rustc_middle[5cd6997bcff993e3]::ty::context::GlobalCtxt>::enter::<<rustc_interface[e86ab49d63569dfa]::queries::Queries>::codegen_and_build_linker::{closure#0}, core[6236d0dd4d32831b]::result::Result<rustc_interface[e86ab49d63569dfa]::queries::Linker, rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:666:9
 105:     0x7fc42d71d8f0 - <rustc_interface[e86ab49d63569dfa]::queries::QueryResult<&rustc_middle[5cd6997bcff993e3]::ty::context::GlobalCtxt>>::enter::<core[6236d0dd4d32831b]::result::Result<rustc_interface[e86ab49d63569dfa]::queries::Linker, rustc_span[e33f10da90bf3183]::ErrorGuaranteed>, <rustc_interface[e86ab49d63569dfa]::queries::Queries>::codegen_and_build_linker::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/queries.rs:71:9
 106:     0x7fc42d71d8f0 - <rustc_interface[e86ab49d63569dfa]::queries::Queries>::codegen_and_build_linker
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/queries.rs:224:9
 107:     0x7fc42ca25845 - rustc_driver_impl[98af5df2834db69b]::run_compiler::{closure#0}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_driver_impl/src/lib.rs:450:26
 108:     0x7fc42ca25845 - <rustc_interface[e86ab49d63569dfa]::interface::Compiler>::enter::<rustc_driver_impl[98af5df2834db69b]::run_compiler::{closure#0}::{closure#0}, core[6236d0dd4d32831b]::result::Result<core[6236d0dd4d32831b]::option::Option<rustc_interface[e86ab49d63569dfa]::queries::Linker>, rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/queries.rs:313:19
 109:     0x7fc42caadd07 - rustc_driver_impl[98af5df2834db69b]::run_compiler::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_driver_impl/src/lib.rs:392:22
 110:     0x7fc42caadd07 - rustc_interface[e86ab49d63569dfa]::interface::run_compiler::<core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>, rustc_driver_impl[98af5df2834db69b]::run_compiler::{closure#0}>::{closure#0}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/interface.rs:433:21
 111:     0x7fc42caadd07 - rustc_span[e33f10da90bf3183]::set_source_map::<core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>, rustc_interface[e86ab49d63569dfa]::interface::run_compiler<core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>, rustc_driver_impl[98af5df2834db69b]::run_compiler::{closure#0}>::{closure#0}::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_span/src/lib.rs:1225:5
 112:     0x7fc42caca1a8 - rustc_interface[e86ab49d63569dfa]::interface::run_compiler::<core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>, rustc_driver_impl[98af5df2834db69b]::run_compiler::{closure#0}>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/interface.rs:427:13
 113:     0x7fc42caca1a8 - rustc_interface[e86ab49d63569dfa]::util::run_in_thread_pool_with_globals::<rustc_interface[e86ab49d63569dfa]::interface::run_compiler<core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>, rustc_driver_impl[98af5df2834db69b]::run_compiler::{closure#0}>::{closure#0}, core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/util.rs:117:13
 114:     0x7fc42caca1a8 - <scoped_tls[7071fce289a32302]::ScopedKey<rustc_span[e33f10da90bf3183]::SessionGlobals>>::set::<rustc_interface[e86ab49d63569dfa]::util::run_in_thread_pool_with_globals<rustc_interface[e86ab49d63569dfa]::interface::run_compiler<core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>, rustc_driver_impl[98af5df2834db69b]::run_compiler::{closure#0}>::{closure#0}, core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#0}, core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>
                               at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scoped-tls-1.0.1/src/lib.rs:137:9
 115:     0x7fc42caae339 - rustc_span[e33f10da90bf3183]::create_session_globals_then::<core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>, rustc_interface[e86ab49d63569dfa]::util::run_in_thread_pool_with_globals<rustc_interface[e86ab49d63569dfa]::interface::run_compiler<core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>, rustc_driver_impl[98af5df2834db69b]::run_compiler::{closure#0}>::{closure#0}, core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_span/src/lib.rs:133:5
 116:     0x7fc42caa59fe - rustc_interface[e86ab49d63569dfa]::util::run_in_thread_with_globals::<rustc_interface[e86ab49d63569dfa]::util::run_in_thread_pool_with_globals<rustc_interface[e86ab49d63569dfa]::interface::run_compiler<core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>, rustc_driver_impl[98af5df2834db69b]::run_compiler::{closure#0}>::{closure#0}, core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#0}, core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#0}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/util.rs:79:38
 117:     0x7fc42caa59fe - std[ca40a4582f39ab3e]::sys_common::backtrace::__rust_begin_short_backtrace::<rustc_interface[e86ab49d63569dfa]::util::run_in_thread_with_globals<rustc_interface[e86ab49d63569dfa]::util::run_in_thread_pool_with_globals<rustc_interface[e86ab49d63569dfa]::interface::run_compiler<core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>, rustc_driver_impl[98af5df2834db69b]::run_compiler::{closure#0}>::{closure#0}, core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#0}, core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:155:18
 118:     0x7fc42ca4fd73 - <std[ca40a4582f39ab3e]::thread::Builder>::spawn_unchecked_::<rustc_interface[e86ab49d63569dfa]::util::run_in_thread_with_globals<rustc_interface[e86ab49d63569dfa]::util::run_in_thread_pool_with_globals<rustc_interface[e86ab49d63569dfa]::interface::run_compiler<core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>, rustc_driver_impl[98af5df2834db69b]::run_compiler::{closure#0}>::{closure#0}, core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#0}, core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#1}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/mod.rs:529:17
 119:     0x7fc42ca4fd73 - <core[6236d0dd4d32831b]::panic::unwind_safe::AssertUnwindSafe<<std[ca40a4582f39ab3e]::thread::Builder>::spawn_unchecked_<rustc_interface[e86ab49d63569dfa]::util::run_in_thread_with_globals<rustc_interface[e86ab49d63569dfa]::util::run_in_thread_pool_with_globals<rustc_interface[e86ab49d63569dfa]::interface::run_compiler<core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>, rustc_driver_impl[98af5df2834db69b]::run_compiler::{closure#0}>::{closure#0}, core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#0}, core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#1}::{closure#0}> as core[6236d0dd4d32831b]::ops::function::FnOnce<()>>::call_once
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/panic/unwind_safe.rs:272:9
 120:     0x7fc42ca4fd73 - std[ca40a4582f39ab3e]::panicking::try::do_call::<core[6236d0dd4d32831b]::panic::unwind_safe::AssertUnwindSafe<<std[ca40a4582f39ab3e]::thread::Builder>::spawn_unchecked_<rustc_interface[e86ab49d63569dfa]::util::run_in_thread_with_globals<rustc_interface[e86ab49d63569dfa]::util::run_in_thread_pool_with_globals<rustc_interface[e86ab49d63569dfa]::interface::run_compiler<core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>, rustc_driver_impl[98af5df2834db69b]::run_compiler::{closure#0}>::{closure#0}, core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#0}, core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#1}::{closure#0}>, core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:554:40
 121:     0x7fc42ca4fd73 - std[ca40a4582f39ab3e]::panicking::try::<core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>, core[6236d0dd4d32831b]::panic::unwind_safe::AssertUnwindSafe<<std[ca40a4582f39ab3e]::thread::Builder>::spawn_unchecked_<rustc_interface[e86ab49d63569dfa]::util::run_in_thread_with_globals<rustc_interface[e86ab49d63569dfa]::util::run_in_thread_pool_with_globals<rustc_interface[e86ab49d63569dfa]::interface::run_compiler<core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>, rustc_driver_impl[98af5df2834db69b]::run_compiler::{closure#0}>::{closure#0}, core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#0}, core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#1}::{closure#0}>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:518:19
 122:     0x7fc42ca4fd73 - std[ca40a4582f39ab3e]::panic::catch_unwind::<core[6236d0dd4d32831b]::panic::unwind_safe::AssertUnwindSafe<<std[ca40a4582f39ab3e]::thread::Builder>::spawn_unchecked_<rustc_interface[e86ab49d63569dfa]::util::run_in_thread_with_globals<rustc_interface[e86ab49d63569dfa]::util::run_in_thread_pool_with_globals<rustc_interface[e86ab49d63569dfa]::interface::run_compiler<core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>, rustc_driver_impl[98af5df2834db69b]::run_compiler::{closure#0}>::{closure#0}, core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#0}, core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#1}::{closure#0}>, core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panic.rs:142:14
 123:     0x7fc42ca4fd73 - <std[ca40a4582f39ab3e]::thread::Builder>::spawn_unchecked_::<rustc_interface[e86ab49d63569dfa]::util::run_in_thread_with_globals<rustc_interface[e86ab49d63569dfa]::util::run_in_thread_pool_with_globals<rustc_interface[e86ab49d63569dfa]::interface::run_compiler<core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>, rustc_driver_impl[98af5df2834db69b]::run_compiler::{closure#0}>::{closure#0}, core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#0}, core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#1}
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/mod.rs:528:30
 124:     0x7fc42ca4fd73 - <<std[ca40a4582f39ab3e]::thread::Builder>::spawn_unchecked_<rustc_interface[e86ab49d63569dfa]::util::run_in_thread_with_globals<rustc_interface[e86ab49d63569dfa]::util::run_in_thread_pool_with_globals<rustc_interface[e86ab49d63569dfa]::interface::run_compiler<core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>, rustc_driver_impl[98af5df2834db69b]::run_compiler::{closure#0}>::{closure#0}, core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#0}, core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[6236d0dd4d32831b]::result::Result<(), rustc_span[e33f10da90bf3183]::ErrorGuaranteed>>::{closure#1} as core[6236d0dd4d32831b]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
 125:     0x7fc429f72fcc - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h405a8d84a063d3e2
                               at /home/matthias/vcs/github/rust_debug_assertions/library/alloc/src/boxed.rs:2016:9
 126:     0x7fc429f72fcc - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6e90adccac414e5c
                               at /home/matthias/vcs/github/rust_debug_assertions/library/alloc/src/boxed.rs:2016:9
 127:     0x7fc429f5f745 - std::sys::pal::unix::thread::Thread::new::thread_start::he09be2c8e742053c
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys/pal/unix/thread.rs:108:17
 128:     0x7fc429d239eb - <unknown>
 129:     0x7fc429da77cc - <unknown>
 130:                0x0 - <unknown>

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

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

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

query stack during panic:
#0 [codegen_fn_attrs] computing codegen attributes of `CrossCrate`
#1 [native_libraries] looking up the native libraries of a linked crate
end of query stack
error: aborting due to 2 previous errors

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

@fmease fmease added F-extern_types `#![feature(extern_types)]` and removed needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. labels Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug. F-extern_types `#![feature(extern_types)]` I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ requires-debug-assertions This issue requires 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