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: pattern: attempt to add with overflow #136514

Open
matthiaskrgr opened this issue Feb 3, 2025 · 3 comments
Open

ICE: pattern: attempt to add with overflow #136514

matthiaskrgr opened this issue Feb 3, 2025 · 3 comments
Labels
A-diagnostics Area: Messages for errors, warnings, and lints 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 S-has-mcve Status: A Minimal Complete and Verifiable Example has been found for this issue T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@matthiaskrgr
Copy link
Member

matthiaskrgr commented Feb 3, 2025

auto-reduced (treereduce-rust):

fn foo(-128..=127: u128) {}

original:

// Regression test for the ICE described in #82328. The pretty-printer for
// `-Zunpretty=hir,typed` would previously retrieve type-checking results
// when entering a body, which means that type information was not available
// for expressions occurring in function signatures, as in the `foo` example
//~^ ERROR the trait alias `SelfInput` is not dyn compatible [E0038]

//@ check-pass
//@ compile-flags: -Zunpretty=hir,typed
#![allow(dead_code)]

fn main() {}

fn foo(-128..=127: u128) {}

Version information

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

Possibly related line of code:

_ => {
return Ok(());
}
};
// Detect literal value out of range `[min, max]` inclusive, avoiding use of `-min` to
// prevent overflow/panic.
if (negated && lit_val > max + 1) || (!negated && lit_val > max) {
return Err(self.tcx.dcx().emit_err(LiteralOutOfRange { span, ty, min, max }));
}
Ok(())
}
fn lower_pattern_range(

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

@matthiaskrgr matthiaskrgr added C-bug Category: This is a bug. 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. labels Feb 3, 2025
@rustbot rustbot added the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Feb 3, 2025
@matthiaskrgr
Copy link
Member Author

Program output

error[E0601]: `main` function not found in crate `mvce`
 --> /tmp/icemaker_global_tempdir.OH7MlqrfMHwo/rustc_testrunner_tmpdir_reporting.DjcpdKiLuvVA/mvce.rs:1:28
  |
1 | fn foo(-128..=127: u128) {}
  |                            ^ consider adding a `main` function to `/tmp/icemaker_global_tempdir.OH7MlqrfMHwo/rustc_testrunner_tmpdir_reporting.DjcpdKiLuvVA/mvce.rs`


thread 'rustc' panicked at compiler/rustc_mir_build/src/thir/pattern/mod.rs:237:34:
attempt to add with overflow
stack backtrace:
   0:     0x73ef7899c231 - std::backtrace_rs::backtrace::libunwind::trace::h8178ca11f73d0bb8
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5
   1:     0x73ef7899c231 - std::backtrace_rs::backtrace::trace_unsynchronized::he59b26c85ccab94b
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
   2:     0x73ef7899c231 - std::sys::backtrace::_print_fmt::h5a4808b747f4f785
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/sys/backtrace.rs:66:9
   3:     0x73ef7899c231 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha3d8c205fb25293c
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/sys/backtrace.rs:39:26
   4:     0x73ef73a646b4 - core::fmt::rt::Argument::fmt::h217fb4836976d8cc
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/fmt/rt.rs:177:76
   5:     0x73ef73a646b4 - core::fmt::write::hdbb2b287a11a9df0
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/fmt/mod.rs:1449:21
   6:     0x73ef789b2fa9 - std::io::Write::write_fmt::h6366788a14426198
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/io/mod.rs:1890:15
   7:     0x73ef7899c0d3 - std::sys::backtrace::BacktraceLock::print::he479d963a385c0ff
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/sys/backtrace.rs:42:9
   8:     0x73ef7897b058 - std::panicking::default_hook::{{closure}}::h22bf6b8cf0f1b587
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:298:22
   9:     0x73ef7897af0e - std::panicking::default_hook::he44fc2580e6d00aa
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:325:9
  10:     0x73ef74fc6bcb - rustc_driver_impl[d7fe9f34da3ed925]::install_ice_hook::{closure#1}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_driver_impl/src/lib.rs:1326:17
  11:     0x73ef74fc6bcb - <alloc[ac248cf1b8b6a1d2]::boxed::Box<rustc_driver_impl[d7fe9f34da3ed925]::install_ice_hook::{closure#1}> as core[7850e68fd07cef96]::ops::function::Fn<(&dyn for<'a, 'b> core[7850e68fd07cef96]::ops::function::Fn<(&'a std[7973eabea46733ff]::panic::PanicHookInfo<'b>,), Output = ()> + core[7850e68fd07cef96]::marker::Send + core[7850e68fd07cef96]::marker::Sync, &std[7973eabea46733ff]::panic::PanicHookInfo)>>::call
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/alloc/src/boxed.rs:2030:9
  12:     0x73ef7897b76a - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hf17a4a7c9d945c54
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/alloc/src/boxed.rs:2030:9
  13:     0x73ef7897b76a - std::panicking::rust_panic_with_hook::h411ea03ac7cd3751
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:839:13
  14:     0x73ef7899c7b8 - std::panicking::begin_panic_handler::{{closure}}::hfa34ab816862029f
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:697:13
  15:     0x73ef7899c549 - std::sys::backtrace::__rust_end_short_backtrace::h92bce7ba93e95b9d
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/sys/backtrace.rs:168:18
  16:     0x73ef7897b15f - rust_begin_unwind
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:695:5
  17:     0x73ef73a6ff30 - core::panicking::panic_fmt::h96781bfb8b03bec5
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/panicking.rs:75:14
  18:     0x73ef73a6f460 - core::panicking::panic_const::panic_const_add_overflow::h92b931c420c31b2a
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/panicking.rs:178:21
  19:     0x73ef769d961a - <rustc_mir_build[984c10ee306f01f0]::thir::pattern::PatCtxt>::error_on_literal_overflow
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_mir_build/src/thir/pattern/mod.rs:237:34
  20:     0x73ef769dd884 - <rustc_mir_build[984c10ee306f01f0]::thir::pattern::PatCtxt>::lower_pattern_range
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_mir_build/src/thir/pattern/mod.rs:281:17
  21:     0x73ef769dd884 - <rustc_mir_build[984c10ee306f01f0]::thir::pattern::PatCtxt>::lower_pattern_unadjusted
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_mir_build/src/thir/pattern/mod.rs:331:17
  22:     0x73ef769d88c1 - <rustc_mir_build[984c10ee306f01f0]::thir::pattern::PatCtxt>::lower_pattern
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_mir_build/src/thir/pattern/mod.rs:118:18
  23:     0x73ef769d7f2d - rustc_mir_build[984c10ee306f01f0]::thir::pattern::pat_from_hir
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_mir_build/src/thir/pattern/mod.rs:61:18
  24:     0x73ef769392a3 - <rustc_mir_build[984c10ee306f01f0]::thir::cx::Cx>::explicit_params::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_mir_build/src/thir/cx/mod.rs:196:23
  25:     0x73ef769392a3 - core[7850e68fd07cef96]::iter::adapters::map::map_fold::<(usize, &rustc_hir[8d3086ee703763da]::hir::Param), rustc_middle[440003ca421da2c6]::thir::Param, (), <rustc_mir_build[984c10ee306f01f0]::thir::cx::Cx>::explicit_params::{closure#0}, core[7850e68fd07cef96]::iter::traits::iterator::Iterator::for_each::call<rustc_middle[440003ca421da2c6]::thir::Param, <alloc[ac248cf1b8b6a1d2]::vec::Vec<rustc_middle[440003ca421da2c6]::thir::Param>>::extend_trusted<core[7850e68fd07cef96]::iter::adapters::chain::Chain<core[7850e68fd07cef96]::option::IntoIter<rustc_middle[440003ca421da2c6]::thir::Param>, core[7850e68fd07cef96]::iter::adapters::map::Map<core[7850e68fd07cef96]::iter::adapters::enumerate::Enumerate<core[7850e68fd07cef96]::slice::iter::Iter<rustc_hir[8d3086ee703763da]::hir::Param>>, <rustc_mir_build[984c10ee306f01f0]::thir::cx::Cx>::explicit_params::{closure#0}>>>::{closure#0}>::{closure#0}>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/iter/adapters/map.rs:88:28
  26:     0x73ef769392a3 - <core[7850e68fd07cef96]::iter::adapters::enumerate::Enumerate<_> as core[7850e68fd07cef96]::iter::traits::iterator::Iterator>::fold::enumerate::<&rustc_hir[8d3086ee703763da]::hir::Param, (), core[7850e68fd07cef96]::iter::adapters::map::map_fold<(usize, &rustc_hir[8d3086ee703763da]::hir::Param), rustc_middle[440003ca421da2c6]::thir::Param, (), <rustc_mir_build[984c10ee306f01f0]::thir::cx::Cx>::explicit_params::{closure#0}, core[7850e68fd07cef96]::iter::traits::iterator::Iterator::for_each::call<rustc_middle[440003ca421da2c6]::thir::Param, <alloc[ac248cf1b8b6a1d2]::vec::Vec<rustc_middle[440003ca421da2c6]::thir::Param>>::extend_trusted<core[7850e68fd07cef96]::iter::adapters::chain::Chain<core[7850e68fd07cef96]::option::IntoIter<rustc_middle[440003ca421da2c6]::thir::Param>, core[7850e68fd07cef96]::iter::adapters::map::Map<core[7850e68fd07cef96]::iter::adapters::enumerate::Enumerate<core[7850e68fd07cef96]::slice::iter::Iter<rustc_hir[8d3086ee703763da]::hir::Param>>, <rustc_mir_build[984c10ee306f01f0]::thir::cx::Cx>::explicit_params::{closure#0}>>>::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/iter/adapters/enumerate.rs:107:27
  27:     0x73ef769392a3 - <core[7850e68fd07cef96]::slice::iter::Iter<rustc_hir[8d3086ee703763da]::hir::Param> as core[7850e68fd07cef96]::iter::traits::iterator::Iterator>::fold::<(), <core[7850e68fd07cef96]::iter::adapters::enumerate::Enumerate<_> as core[7850e68fd07cef96]::iter::traits::iterator::Iterator>::fold::enumerate<&rustc_hir[8d3086ee703763da]::hir::Param, (), core[7850e68fd07cef96]::iter::adapters::map::map_fold<(usize, &rustc_hir[8d3086ee703763da]::hir::Param), rustc_middle[440003ca421da2c6]::thir::Param, (), <rustc_mir_build[984c10ee306f01f0]::thir::cx::Cx>::explicit_params::{closure#0}, core[7850e68fd07cef96]::iter::traits::iterator::Iterator::for_each::call<rustc_middle[440003ca421da2c6]::thir::Param, <alloc[ac248cf1b8b6a1d2]::vec::Vec<rustc_middle[440003ca421da2c6]::thir::Param>>::extend_trusted<core[7850e68fd07cef96]::iter::adapters::chain::Chain<core[7850e68fd07cef96]::option::IntoIter<rustc_middle[440003ca421da2c6]::thir::Param>, core[7850e68fd07cef96]::iter::adapters::map::Map<core[7850e68fd07cef96]::iter::adapters::enumerate::Enumerate<core[7850e68fd07cef96]::slice::iter::Iter<rustc_hir[8d3086ee703763da]::hir::Param>>, <rustc_mir_build[984c10ee306f01f0]::thir::cx::Cx>::explicit_params::{closure#0}>>>::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/slice/iter/macros.rs:232:27
  28:     0x73ef769392a3 - <core[7850e68fd07cef96]::iter::adapters::enumerate::Enumerate<core[7850e68fd07cef96]::slice::iter::Iter<rustc_hir[8d3086ee703763da]::hir::Param>> as core[7850e68fd07cef96]::iter::traits::iterator::Iterator>::fold::<(), core[7850e68fd07cef96]::iter::adapters::map::map_fold<(usize, &rustc_hir[8d3086ee703763da]::hir::Param), rustc_middle[440003ca421da2c6]::thir::Param, (), <rustc_mir_build[984c10ee306f01f0]::thir::cx::Cx>::explicit_params::{closure#0}, core[7850e68fd07cef96]::iter::traits::iterator::Iterator::for_each::call<rustc_middle[440003ca421da2c6]::thir::Param, <alloc[ac248cf1b8b6a1d2]::vec::Vec<rustc_middle[440003ca421da2c6]::thir::Param>>::extend_trusted<core[7850e68fd07cef96]::iter::adapters::chain::Chain<core[7850e68fd07cef96]::option::IntoIter<rustc_middle[440003ca421da2c6]::thir::Param>, core[7850e68fd07cef96]::iter::adapters::map::Map<core[7850e68fd07cef96]::iter::adapters::enumerate::Enumerate<core[7850e68fd07cef96]::slice::iter::Iter<rustc_hir[8d3086ee703763da]::hir::Param>>, <rustc_mir_build[984c10ee306f01f0]::thir::cx::Cx>::explicit_params::{closure#0}>>>::{closure#0}>::{closure#0}>::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/iter/adapters/enumerate.rs:113:9
  29:     0x73ef769392a3 - <core[7850e68fd07cef96]::iter::adapters::map::Map<core[7850e68fd07cef96]::iter::adapters::enumerate::Enumerate<core[7850e68fd07cef96]::slice::iter::Iter<rustc_hir[8d3086ee703763da]::hir::Param>>, <rustc_mir_build[984c10ee306f01f0]::thir::cx::Cx>::explicit_params::{closure#0}> as core[7850e68fd07cef96]::iter::traits::iterator::Iterator>::fold::<(), core[7850e68fd07cef96]::iter::traits::iterator::Iterator::for_each::call<rustc_middle[440003ca421da2c6]::thir::Param, <alloc[ac248cf1b8b6a1d2]::vec::Vec<rustc_middle[440003ca421da2c6]::thir::Param>>::extend_trusted<core[7850e68fd07cef96]::iter::adapters::chain::Chain<core[7850e68fd07cef96]::option::IntoIter<rustc_middle[440003ca421da2c6]::thir::Param>, core[7850e68fd07cef96]::iter::adapters::map::Map<core[7850e68fd07cef96]::iter::adapters::enumerate::Enumerate<core[7850e68fd07cef96]::slice::iter::Iter<rustc_hir[8d3086ee703763da]::hir::Param>>, <rustc_mir_build[984c10ee306f01f0]::thir::cx::Cx>::explicit_params::{closure#0}>>>::{closure#0}>::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/iter/adapters/map.rs:128:9
  30:     0x73ef769392a3 - <core[7850e68fd07cef96]::iter::adapters::chain::Chain<core[7850e68fd07cef96]::option::IntoIter<rustc_middle[440003ca421da2c6]::thir::Param>, core[7850e68fd07cef96]::iter::adapters::map::Map<core[7850e68fd07cef96]::iter::adapters::enumerate::Enumerate<core[7850e68fd07cef96]::slice::iter::Iter<rustc_hir[8d3086ee703763da]::hir::Param>>, <rustc_mir_build[984c10ee306f01f0]::thir::cx::Cx>::explicit_params::{closure#0}>> as core[7850e68fd07cef96]::iter::traits::iterator::Iterator>::fold::<(), core[7850e68fd07cef96]::iter::traits::iterator::Iterator::for_each::call<rustc_middle[440003ca421da2c6]::thir::Param, <alloc[ac248cf1b8b6a1d2]::vec::Vec<rustc_middle[440003ca421da2c6]::thir::Param>>::extend_trusted<core[7850e68fd07cef96]::iter::adapters::chain::Chain<core[7850e68fd07cef96]::option::IntoIter<rustc_middle[440003ca421da2c6]::thir::Param>, core[7850e68fd07cef96]::iter::adapters::map::Map<core[7850e68fd07cef96]::iter::adapters::enumerate::Enumerate<core[7850e68fd07cef96]::slice::iter::Iter<rustc_hir[8d3086ee703763da]::hir::Param>>, <rustc_mir_build[984c10ee306f01f0]::thir::cx::Cx>::explicit_params::{closure#0}>>>::{closure#0}>::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/iter/adapters/chain.rs:126:19
  31:     0x73ef76908244 - <core[7850e68fd07cef96]::iter::adapters::chain::Chain<core[7850e68fd07cef96]::option::IntoIter<rustc_middle[440003ca421da2c6]::thir::Param>, core[7850e68fd07cef96]::iter::adapters::map::Map<core[7850e68fd07cef96]::iter::adapters::enumerate::Enumerate<core[7850e68fd07cef96]::slice::iter::Iter<rustc_hir[8d3086ee703763da]::hir::Param>>, <rustc_mir_build[984c10ee306f01f0]::thir::cx::Cx>::explicit_params::{closure#0}>> as core[7850e68fd07cef96]::iter::traits::iterator::Iterator>::for_each::<<alloc[ac248cf1b8b6a1d2]::vec::Vec<rustc_middle[440003ca421da2c6]::thir::Param>>::extend_trusted<core[7850e68fd07cef96]::iter::adapters::chain::Chain<core[7850e68fd07cef96]::option::IntoIter<rustc_middle[440003ca421da2c6]::thir::Param>, core[7850e68fd07cef96]::iter::adapters::map::Map<core[7850e68fd07cef96]::iter::adapters::enumerate::Enumerate<core[7850e68fd07cef96]::slice::iter::Iter<rustc_hir[8d3086ee703763da]::hir::Param>>, <rustc_mir_build[984c10ee306f01f0]::thir::cx::Cx>::explicit_params::{closure#0}>>>::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/iter/traits/iterator.rs:800:9
  32:     0x73ef76908244 - <alloc[ac248cf1b8b6a1d2]::vec::Vec<rustc_middle[440003ca421da2c6]::thir::Param>>::extend_trusted::<core[7850e68fd07cef96]::iter::adapters::chain::Chain<core[7850e68fd07cef96]::option::IntoIter<rustc_middle[440003ca421da2c6]::thir::Param>, core[7850e68fd07cef96]::iter::adapters::map::Map<core[7850e68fd07cef96]::iter::adapters::enumerate::Enumerate<core[7850e68fd07cef96]::slice::iter::Iter<rustc_hir[8d3086ee703763da]::hir::Param>>, <rustc_mir_build[984c10ee306f01f0]::thir::cx::Cx>::explicit_params::{closure#0}>>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/alloc/src/vec/mod.rs:3567:17
  33:     0x73ef76908244 - <alloc[ac248cf1b8b6a1d2]::vec::Vec<rustc_middle[440003ca421da2c6]::thir::Param> as alloc[ac248cf1b8b6a1d2]::vec::spec_extend::SpecExtend<rustc_middle[440003ca421da2c6]::thir::Param, core[7850e68fd07cef96]::iter::adapters::chain::Chain<core[7850e68fd07cef96]::option::IntoIter<rustc_middle[440003ca421da2c6]::thir::Param>, core[7850e68fd07cef96]::iter::adapters::map::Map<core[7850e68fd07cef96]::iter::adapters::enumerate::Enumerate<core[7850e68fd07cef96]::slice::iter::Iter<rustc_hir[8d3086ee703763da]::hir::Param>>, <rustc_mir_build[984c10ee306f01f0]::thir::cx::Cx>::explicit_params::{closure#0}>>>>::spec_extend
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/alloc/src/vec/spec_extend.rs:29:9
  34:     0x73ef76908244 - <alloc[ac248cf1b8b6a1d2]::vec::Vec<rustc_middle[440003ca421da2c6]::thir::Param> as alloc[ac248cf1b8b6a1d2]::vec::spec_from_iter_nested::SpecFromIterNested<rustc_middle[440003ca421da2c6]::thir::Param, core[7850e68fd07cef96]::iter::adapters::chain::Chain<core[7850e68fd07cef96]::option::IntoIter<rustc_middle[440003ca421da2c6]::thir::Param>, core[7850e68fd07cef96]::iter::adapters::map::Map<core[7850e68fd07cef96]::iter::adapters::enumerate::Enumerate<core[7850e68fd07cef96]::slice::iter::Iter<rustc_hir[8d3086ee703763da]::hir::Param>>, <rustc_mir_build[984c10ee306f01f0]::thir::cx::Cx>::explicit_params::{closure#0}>>>>::from_iter
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/alloc/src/vec/spec_from_iter_nested.rs:62:9
  35:     0x73ef76908244 - <alloc[ac248cf1b8b6a1d2]::vec::Vec<rustc_middle[440003ca421da2c6]::thir::Param> as alloc[ac248cf1b8b6a1d2]::vec::spec_from_iter::SpecFromIter<rustc_middle[440003ca421da2c6]::thir::Param, core[7850e68fd07cef96]::iter::adapters::chain::Chain<core[7850e68fd07cef96]::option::IntoIter<rustc_middle[440003ca421da2c6]::thir::Param>, core[7850e68fd07cef96]::iter::adapters::map::Map<core[7850e68fd07cef96]::iter::adapters::enumerate::Enumerate<core[7850e68fd07cef96]::slice::iter::Iter<rustc_hir[8d3086ee703763da]::hir::Param>>, <rustc_mir_build[984c10ee306f01f0]::thir::cx::Cx>::explicit_params::{closure#0}>>>>::from_iter
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/alloc/src/vec/spec_from_iter.rs:34:9
  36:     0x73ef768f1753 - <alloc[ac248cf1b8b6a1d2]::vec::Vec<rustc_middle[440003ca421da2c6]::thir::Param> as core[7850e68fd07cef96]::iter::traits::collect::FromIterator<rustc_middle[440003ca421da2c6]::thir::Param>>::from_iter::<core[7850e68fd07cef96]::iter::adapters::chain::Chain<core[7850e68fd07cef96]::option::IntoIter<rustc_middle[440003ca421da2c6]::thir::Param>, core[7850e68fd07cef96]::iter::adapters::map::Map<core[7850e68fd07cef96]::iter::adapters::enumerate::Enumerate<core[7850e68fd07cef96]::slice::iter::Iter<rustc_hir[8d3086ee703763da]::hir::Param>>, <rustc_mir_build[984c10ee306f01f0]::thir::cx::Cx>::explicit_params::{closure#0}>>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/alloc/src/vec/mod.rs:3426:9
  37:     0x73ef768f1753 - <rustc_index[446543088de13fd3]::vec::IndexVec<rustc_middle[440003ca421da2c6]::thir::ParamId, rustc_middle[440003ca421da2c6]::thir::Param> as core[7850e68fd07cef96]::iter::traits::collect::FromIterator<rustc_middle[440003ca421da2c6]::thir::Param>>::from_iter::<core[7850e68fd07cef96]::iter::adapters::chain::Chain<core[7850e68fd07cef96]::option::IntoIter<rustc_middle[440003ca421da2c6]::thir::Param>, core[7850e68fd07cef96]::iter::adapters::map::Map<core[7850e68fd07cef96]::iter::adapters::enumerate::Enumerate<core[7850e68fd07cef96]::slice::iter::Iter<rustc_hir[8d3086ee703763da]::hir::Param>>, <rustc_mir_build[984c10ee306f01f0]::thir::cx::Cx>::explicit_params::{closure#0}>>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_index/src/vec.rs:280:28
  38:     0x73ef768f1753 - <core[7850e68fd07cef96]::iter::adapters::chain::Chain<core[7850e68fd07cef96]::option::IntoIter<rustc_middle[440003ca421da2c6]::thir::Param>, core[7850e68fd07cef96]::iter::adapters::map::Map<core[7850e68fd07cef96]::iter::adapters::enumerate::Enumerate<core[7850e68fd07cef96]::slice::iter::Iter<rustc_hir[8d3086ee703763da]::hir::Param>>, <rustc_mir_build[984c10ee306f01f0]::thir::cx::Cx>::explicit_params::{closure#0}>> as core[7850e68fd07cef96]::iter::traits::iterator::Iterator>::collect::<rustc_index[446543088de13fd3]::vec::IndexVec<rustc_middle[440003ca421da2c6]::thir::ParamId, rustc_middle[440003ca421da2c6]::thir::Param>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/iter/traits/iterator.rs:1971:9
  39:     0x73ef768f1753 - rustc_mir_build[984c10ee306f01f0]::thir::cx::thir_body
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_mir_build/src/thir/cx/mod.rs:37:79
  40:     0x73ef775e5c3d - rustc_query_impl[c6d4dc526a7c08b7]::query_impl::thir_body::dynamic_query::{closure#2}::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:276:9
  41:     0x73ef775e5c3d - rustc_query_impl[c6d4dc526a7c08b7]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[c6d4dc526a7c08b7]::query_impl::thir_body::dynamic_query::{closure#2}::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:541:18
  42:     0x73ef778017e1 - rustc_query_impl[c6d4dc526a7c08b7]::query_impl::thir_body::dynamic_query::{closure#2}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:615:25
  43:     0x73ef778017e1 - <rustc_query_impl[c6d4dc526a7c08b7]::query_impl::thir_body::dynamic_query::{closure#2} as core[7850e68fd07cef96]::ops::function::FnOnce<(rustc_middle[440003ca421da2c6]::ty::context::TyCtxt, rustc_span[2de3071b458c1290]::def_id::LocalDefId)>>::call_once
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
  44:     0x73ef7750aacc - <rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false> as rustc_query_system[a41adf21427d151f]::query::config::QueryConfig<rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>>::compute
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/lib.rs:110:9
  45:     0x73ef7750aacc - rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr::<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:473:72
  46:     0x73ef7750aacc - rustc_middle[440003ca421da2c6]::ty::context::tls::enter_context::<rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:72:9
  47:     0x73ef7750aacc - <std[7973eabea46733ff]::thread::local::LocalKey<core[7850e68fd07cef96]::cell::Cell<*const ()>>>::try_with::<rustc_middle[440003ca421da2c6]::ty::context::tls::enter_context<rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:316:12
  48:     0x73ef7750aacc - <std[7973eabea46733ff]::thread::local::LocalKey<core[7850e68fd07cef96]::cell::Cell<*const ()>>>::with::<rustc_middle[440003ca421da2c6]::ty::context::tls::enter_context<rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:280:15
  49:     0x73ef7750aacc - rustc_middle[440003ca421da2c6]::ty::context::tls::enter_context::<rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:69:5
  50:     0x73ef7750aacc - <rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt as rustc_query_system[a41adf21427d151f]::query::QueryContext>::start_query::<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>, rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:151:13
  51:     0x73ef7750aacc - rustc_middle[440003ca421da2c6]::ty::context::tls::with_related_context::<<rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt as rustc_query_system[a41adf21427d151f]::query::QueryContext>::start_query<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>, rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:124:9
  52:     0x73ef7750aacc - rustc_middle[440003ca421da2c6]::ty::context::tls::with_context::<rustc_middle[440003ca421da2c6]::ty::context::tls::with_related_context<<rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt as rustc_query_system[a41adf21427d151f]::query::QueryContext>::start_query<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>, rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:102:36
  53:     0x73ef7750aacc - rustc_middle[440003ca421da2c6]::ty::context::tls::with_context_opt::<rustc_middle[440003ca421da2c6]::ty::context::tls::with_context<rustc_middle[440003ca421da2c6]::ty::context::tls::with_related_context<<rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt as rustc_query_system[a41adf21427d151f]::query::QueryContext>::start_query<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>, rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:91:18
  54:     0x73ef7750aacc - rustc_middle[440003ca421da2c6]::ty::context::tls::with_context::<rustc_middle[440003ca421da2c6]::ty::context::tls::with_related_context<<rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt as rustc_query_system[a41adf21427d151f]::query::QueryContext>::start_query<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>, rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:102:5
  55:     0x73ef7750aacc - rustc_middle[440003ca421da2c6]::ty::context::tls::with_related_context::<<rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt as rustc_query_system[a41adf21427d151f]::query::QueryContext>::start_query<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>, rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:115:5
  56:     0x73ef7750aacc - <rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt as rustc_query_system[a41adf21427d151f]::query::QueryContext>::start_query::<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>, rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:136:9
  57:     0x73ef7750aacc - rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr::<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:473:18
  58:     0x73ef7750aacc - rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job::<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt, false>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:409:9
  59:     0x73ef7750aacc - rustc_query_system[a41adf21427d151f]::query::plumbing::try_execute_query::<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt, false>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:353:13
  60:     0x73ef778e1997 - rustc_query_system[a41adf21427d151f]::query::plumbing::get_query_non_incr::<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:806:32
  61:     0x73ef778e1997 - stacker[e4b685191ddd748c]::maybe_grow::<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>, rustc_query_system[a41adf21427d151f]::query::plumbing::get_query_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/gh-matthiaskrgr/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stacker-0.1.17/src/lib.rs:55:9
  62:     0x73ef778e1997 - rustc_data_structures[4a04d61c036b4099]::stack::ensure_sufficient_stack::<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>, rustc_query_system[a41adf21427d151f]::query::plumbing::get_query_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:21:5
  63:     0x73ef778e1997 - rustc_query_system[a41adf21427d151f]::query::plumbing::get_query_non_incr::<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:806:5
  64:     0x73ef778e1997 - rustc_query_impl[c6d4dc526a7c08b7]::query_impl::thir_body::get_query_non_incr::__rust_end_short_backtrace
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:591:26
  65:     0x73ef769451f3 - rustc_middle[440003ca421da2c6]::query::plumbing::query_get_at::<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 16usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:181:17
  66:     0x73ef76959c1e - <rustc_middle[440003ca421da2c6]::query::plumbing::TyCtxtAt>::thir_body::<rustc_span[2de3071b458c1290]::def_id::LocalDefId>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:471:31
  67:     0x73ef76959c1e - <rustc_middle[440003ca421da2c6]::ty::context::TyCtxt>::thir_body::<rustc_span[2de3071b458c1290]::def_id::LocalDefId>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:462:35
  68:     0x73ef76959c1e - rustc_mir_build[984c10ee306f01f0]::check_unsafety::check_unsafety
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_mir_build/src/check_unsafety.rs:1143:32
  69:     0x73ef775c4134 - rustc_query_impl[c6d4dc526a7c08b7]::query_impl::check_unsafety::dynamic_query::{closure#2}::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:276:9
  70:     0x73ef775c4134 - rustc_query_impl[c6d4dc526a7c08b7]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[c6d4dc526a7c08b7]::query_impl::check_unsafety::dynamic_query::{closure#2}::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:541:18
  71:     0x73ef7788e5ab - rustc_query_impl[c6d4dc526a7c08b7]::query_impl::check_unsafety::dynamic_query::{closure#2}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:615:25
  72:     0x73ef7788e5ab - <rustc_query_impl[c6d4dc526a7c08b7]::query_impl::check_unsafety::dynamic_query::{closure#2} as core[7850e68fd07cef96]::ops::function::FnOnce<(rustc_middle[440003ca421da2c6]::ty::context::TyCtxt, rustc_span[2de3071b458c1290]::def_id::LocalDefId)>>::call_once
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
  73:     0x73ef77509187 - <rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false> as rustc_query_system[a41adf21427d151f]::query::config::QueryConfig<rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>>::compute
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/lib.rs:110:9
  74:     0x73ef77509187 - rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr::<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:473:72
  75:     0x73ef77509187 - rustc_middle[440003ca421da2c6]::ty::context::tls::enter_context::<rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:72:9
  76:     0x73ef77509187 - <std[7973eabea46733ff]::thread::local::LocalKey<core[7850e68fd07cef96]::cell::Cell<*const ()>>>::try_with::<rustc_middle[440003ca421da2c6]::ty::context::tls::enter_context<rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:316:12
  77:     0x73ef77509187 - <std[7973eabea46733ff]::thread::local::LocalKey<core[7850e68fd07cef96]::cell::Cell<*const ()>>>::with::<rustc_middle[440003ca421da2c6]::ty::context::tls::enter_context<rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:280:15
  78:     0x73ef77509187 - rustc_middle[440003ca421da2c6]::ty::context::tls::enter_context::<rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:69:5
  79:     0x73ef77509187 - <rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt as rustc_query_system[a41adf21427d151f]::query::QueryContext>::start_query::<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:151:13
  80:     0x73ef77509187 - rustc_middle[440003ca421da2c6]::ty::context::tls::with_related_context::<<rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt as rustc_query_system[a41adf21427d151f]::query::QueryContext>::start_query<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:124:9
  81:     0x73ef77509187 - rustc_middle[440003ca421da2c6]::ty::context::tls::with_context::<rustc_middle[440003ca421da2c6]::ty::context::tls::with_related_context<<rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt as rustc_query_system[a41adf21427d151f]::query::QueryContext>::start_query<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:102:36
  82:     0x73ef77509187 - rustc_middle[440003ca421da2c6]::ty::context::tls::with_context_opt::<rustc_middle[440003ca421da2c6]::ty::context::tls::with_context<rustc_middle[440003ca421da2c6]::ty::context::tls::with_related_context<<rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt as rustc_query_system[a41adf21427d151f]::query::QueryContext>::start_query<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:91:18
  83:     0x73ef77509187 - rustc_middle[440003ca421da2c6]::ty::context::tls::with_context::<rustc_middle[440003ca421da2c6]::ty::context::tls::with_related_context<<rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt as rustc_query_system[a41adf21427d151f]::query::QueryContext>::start_query<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:102:5
  84:     0x73ef77509187 - rustc_middle[440003ca421da2c6]::ty::context::tls::with_related_context::<<rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt as rustc_query_system[a41adf21427d151f]::query::QueryContext>::start_query<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:115:5
  85:     0x73ef77509187 - <rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt as rustc_query_system[a41adf21427d151f]::query::QueryContext>::start_query::<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:136:9
  86:     0x73ef77509187 - rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr::<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:473:18
  87:     0x73ef77509187 - rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job::<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt, false>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:409:9
  88:     0x73ef77509187 - rustc_query_system[a41adf21427d151f]::query::plumbing::try_execute_query::<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt, false>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:353:13
  89:     0x73ef7773ceca - rustc_query_system[a41adf21427d151f]::query::plumbing::get_query_non_incr::<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:806:32
  90:     0x73ef7773ceca - stacker[e4b685191ddd748c]::maybe_grow::<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::query::plumbing::get_query_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/gh-matthiaskrgr/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stacker-0.1.17/src/lib.rs:55:9
  91:     0x73ef7773ceca - rustc_data_structures[4a04d61c036b4099]::stack::ensure_sufficient_stack::<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::query::plumbing::get_query_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:21:5
  92:     0x73ef7773ceca - rustc_query_system[a41adf21427d151f]::query::plumbing::get_query_non_incr::<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:806:5
  93:     0x73ef7773ceca - rustc_query_impl[c6d4dc526a7c08b7]::query_impl::check_unsafety::get_query_non_incr::__rust_end_short_backtrace
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:591:26
  94:     0x73ef75f952bf - rustc_middle[440003ca421da2c6]::query::plumbing::query_ensure::<rustc_data_structures[4a04d61c036b4099]::vec_cache::VecCache<rustc_span[2de3071b458c1290]::def_id::LocalDefId, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::dep_graph::graph::DepNodeIndex>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:197:9
  95:     0x73ef75f952bf - <rustc_middle[440003ca421da2c6]::query::plumbing::TyCtxtEnsureOk>::check_unsafety::<rustc_span[2de3071b458c1290]::def_id::LocalDefId>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:232:9
  96:     0x73ef75f952bf - rustc_interface[ce2eafd9f917eb57]::passes::run_required_analyses::{closure#2}::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/passes.rs:887:13
  97:     0x73ef75f952bf - <rustc_middle[440003ca421da2c6]::hir::map::Map>::par_body_owners::<rustc_interface[ce2eafd9f917eb57]::passes::run_required_analyses::{closure#2}::{closure#0}>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/hir/map/mod.rs:351:82
  98:     0x73ef75f7c10c - rustc_data_structures[4a04d61c036b4099]::sync::parallel::par_for_each_in::<&rustc_span[2de3071b458c1290]::def_id::LocalDefId, &[rustc_span[2de3071b458c1290]::def_id::LocalDefId], <rustc_middle[440003ca421da2c6]::hir::map::Map>::par_body_owners<rustc_interface[ce2eafd9f917eb57]::passes::run_required_analyses::{closure#2}::{closure#0}>::{closure#0}>::{closure#0}::{closure#1}::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/sync/parallel.rs:140:30
  99:     0x73ef75f7c10c - <core[7850e68fd07cef96]::panic::unwind_safe::AssertUnwindSafe<rustc_data_structures[4a04d61c036b4099]::sync::parallel::par_for_each_in<&rustc_span[2de3071b458c1290]::def_id::LocalDefId, &[rustc_span[2de3071b458c1290]::def_id::LocalDefId], <rustc_middle[440003ca421da2c6]::hir::map::Map>::par_body_owners<rustc_interface[ce2eafd9f917eb57]::passes::run_required_analyses::{closure#2}::{closure#0}>::{closure#0}>::{closure#0}::{closure#1}::{closure#0}> as core[7850e68fd07cef96]::ops::function::FnOnce<()>>::call_once
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/panic/unwind_safe.rs:272:9
 100:     0x73ef75f7c10c - std[7973eabea46733ff]::panicking::try::do_call::<core[7850e68fd07cef96]::panic::unwind_safe::AssertUnwindSafe<rustc_data_structures[4a04d61c036b4099]::sync::parallel::par_for_each_in<&rustc_span[2de3071b458c1290]::def_id::LocalDefId, &[rustc_span[2de3071b458c1290]::def_id::LocalDefId], <rustc_middle[440003ca421da2c6]::hir::map::Map>::par_body_owners<rustc_interface[ce2eafd9f917eb57]::passes::run_required_analyses::{closure#2}::{closure#0}>::{closure#0}>::{closure#0}::{closure#1}::{closure#0}>, ()>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:587:40
 101:     0x73ef75f7c10c - std[7973eabea46733ff]::panicking::try::<(), core[7850e68fd07cef96]::panic::unwind_safe::AssertUnwindSafe<rustc_data_structures[4a04d61c036b4099]::sync::parallel::par_for_each_in<&rustc_span[2de3071b458c1290]::def_id::LocalDefId, &[rustc_span[2de3071b458c1290]::def_id::LocalDefId], <rustc_middle[440003ca421da2c6]::hir::map::Map>::par_body_owners<rustc_interface[ce2eafd9f917eb57]::passes::run_required_analyses::{closure#2}::{closure#0}>::{closure#0}>::{closure#0}::{closure#1}::{closure#0}>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:550:19
 102:     0x73ef75f7c10c - std[7973eabea46733ff]::panic::catch_unwind::<core[7850e68fd07cef96]::panic::unwind_safe::AssertUnwindSafe<rustc_data_structures[4a04d61c036b4099]::sync::parallel::par_for_each_in<&rustc_span[2de3071b458c1290]::def_id::LocalDefId, &[rustc_span[2de3071b458c1290]::def_id::LocalDefId], <rustc_middle[440003ca421da2c6]::hir::map::Map>::par_body_owners<rustc_interface[ce2eafd9f917eb57]::passes::run_required_analyses::{closure#2}::{closure#0}>::{closure#0}>::{closure#0}::{closure#1}::{closure#0}>, ()>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/panic.rs:358:14
 103:     0x73ef75f7c10c - <rustc_data_structures[4a04d61c036b4099]::sync::parallel::ParallelGuard>::run::<(), rustc_data_structures[4a04d61c036b4099]::sync::parallel::par_for_each_in<&rustc_span[2de3071b458c1290]::def_id::LocalDefId, &[rustc_span[2de3071b458c1290]::def_id::LocalDefId], <rustc_middle[440003ca421da2c6]::hir::map::Map>::par_body_owners<rustc_interface[ce2eafd9f917eb57]::passes::run_required_analyses::{closure#2}::{closure#0}>::{closure#0}>::{closure#0}::{closure#1}::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/sync/parallel.rs:26:9
 104:     0x73ef75f7c10c - rustc_data_structures[4a04d61c036b4099]::sync::parallel::par_for_each_in::<&rustc_span[2de3071b458c1290]::def_id::LocalDefId, &[rustc_span[2de3071b458c1290]::def_id::LocalDefId], <rustc_middle[440003ca421da2c6]::hir::map::Map>::par_body_owners<rustc_interface[ce2eafd9f917eb57]::passes::run_required_analyses::{closure#2}::{closure#0}>::{closure#0}>::{closure#0}::{closure#1}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/sync/parallel.rs:140:17
 105:     0x73ef75f7c10c - <core[7850e68fd07cef96]::slice::iter::Iter<rustc_span[2de3071b458c1290]::def_id::LocalDefId> as core[7850e68fd07cef96]::iter::traits::iterator::Iterator>::for_each::<rustc_data_structures[4a04d61c036b4099]::sync::parallel::par_for_each_in<&rustc_span[2de3071b458c1290]::def_id::LocalDefId, &[rustc_span[2de3071b458c1290]::def_id::LocalDefId], <rustc_middle[440003ca421da2c6]::hir::map::Map>::par_body_owners<rustc_interface[ce2eafd9f917eb57]::passes::run_required_analyses::{closure#2}::{closure#0}>::{closure#0}>::{closure#0}::{closure#1}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/slice/iter/macros.rs:254:21
 106:     0x73ef75f7c10c - rustc_data_structures[4a04d61c036b4099]::sync::parallel::par_for_each_in::<&rustc_span[2de3071b458c1290]::def_id::LocalDefId, &[rustc_span[2de3071b458c1290]::def_id::LocalDefId], <rustc_middle[440003ca421da2c6]::hir::map::Map>::par_body_owners<rustc_interface[ce2eafd9f917eb57]::passes::run_required_analyses::{closure#2}::{closure#0}>::{closure#0}>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/sync/parallel.rs:139:13
 107:     0x73ef75f7c10c - rustc_data_structures[4a04d61c036b4099]::sync::parallel::parallel_guard::<(), rustc_data_structures[4a04d61c036b4099]::sync::parallel::par_for_each_in<&rustc_span[2de3071b458c1290]::def_id::LocalDefId, &[rustc_span[2de3071b458c1290]::def_id::LocalDefId], <rustc_middle[440003ca421da2c6]::hir::map::Map>::par_body_owners<rustc_interface[ce2eafd9f917eb57]::passes::run_required_analyses::{closure#2}::{closure#0}>::{closure#0}>::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/sync/parallel.rs:42:15
 108:     0x73ef75f7c10c - rustc_data_structures[4a04d61c036b4099]::sync::parallel::par_for_each_in::<&rustc_span[2de3071b458c1290]::def_id::LocalDefId, &[rustc_span[2de3071b458c1290]::def_id::LocalDefId], <rustc_middle[440003ca421da2c6]::hir::map::Map>::par_body_owners<rustc_interface[ce2eafd9f917eb57]::passes::run_required_analyses::{closure#2}::{closure#0}>::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/sync/parallel.rs:132:5
 109:     0x73ef75f7c10c - <rustc_middle[440003ca421da2c6]::hir::map::Map>::par_body_owners::<rustc_interface[ce2eafd9f917eb57]::passes::run_required_analyses::{closure#2}::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/hir/map/mod.rs:351:9
 110:     0x73ef75f7c10c - rustc_interface[ce2eafd9f917eb57]::passes::run_required_analyses::{closure#2}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/passes.rs:884:9
 111:     0x73ef75f7c10c - <rustc_data_structures[4a04d61c036b4099]::profiling::VerboseTimingGuard>::run::<(), rustc_interface[ce2eafd9f917eb57]::passes::run_required_analyses::{closure#2}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/profiling.rs:753:9
 112:     0x73ef75f7c10c - <rustc_session[e33c9530b65684d9]::session::Session>::time::<(), rustc_interface[ce2eafd9f917eb57]::passes::run_required_analyses::{closure#2}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_session/src/utils.rs:16:9
 113:     0x73ef7601ab5b - rustc_interface[ce2eafd9f917eb57]::passes::run_required_analyses
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/passes.rs:883:5
 114:     0x73ef7601ab5b - rustc_interface[ce2eafd9f917eb57]::passes::analysis
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/passes.rs:935:5
 115:     0x73ef775e3dd2 - rustc_query_impl[c6d4dc526a7c08b7]::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:276:9
 116:     0x73ef775e3dd2 - rustc_query_impl[c6d4dc526a7c08b7]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[c6d4dc526a7c08b7]::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:541:18
 117:     0x73ef77801027 - rustc_query_impl[c6d4dc526a7c08b7]::query_impl::analysis::dynamic_query::{closure#2}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:615:25
 118:     0x73ef77801027 - <rustc_query_impl[c6d4dc526a7c08b7]::query_impl::analysis::dynamic_query::{closure#2} as core[7850e68fd07cef96]::ops::function::FnOnce<(rustc_middle[440003ca421da2c6]::ty::context::TyCtxt, ())>>::call_once
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
 119:     0x73ef7748bc16 - <rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_query_system[a41adf21427d151f]::query::caches::SingleCache<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>, false, false, false> as rustc_query_system[a41adf21427d151f]::query::config::QueryConfig<rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>>::compute
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/lib.rs:110:9
 120:     0x73ef7748bc16 - rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr::<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_query_system[a41adf21427d151f]::query::caches::SingleCache<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:473:72
 121:     0x73ef7748bc16 - rustc_middle[440003ca421da2c6]::ty::context::tls::enter_context::<rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_query_system[a41adf21427d151f]::query::caches::SingleCache<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:72:9
 122:     0x73ef7748bc16 - <std[7973eabea46733ff]::thread::local::LocalKey<core[7850e68fd07cef96]::cell::Cell<*const ()>>>::try_with::<rustc_middle[440003ca421da2c6]::ty::context::tls::enter_context<rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_query_system[a41adf21427d151f]::query::caches::SingleCache<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:316:12
 123:     0x73ef7748bc16 - <std[7973eabea46733ff]::thread::local::LocalKey<core[7850e68fd07cef96]::cell::Cell<*const ()>>>::with::<rustc_middle[440003ca421da2c6]::ty::context::tls::enter_context<rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_query_system[a41adf21427d151f]::query::caches::SingleCache<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:280:15
 124:     0x73ef7748bc16 - rustc_middle[440003ca421da2c6]::ty::context::tls::enter_context::<rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_query_system[a41adf21427d151f]::query::caches::SingleCache<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:69:5
 125:     0x73ef7748bc16 - <rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt as rustc_query_system[a41adf21427d151f]::query::QueryContext>::start_query::<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_query_system[a41adf21427d151f]::query::caches::SingleCache<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:151:13
 126:     0x73ef7748bc16 - rustc_middle[440003ca421da2c6]::ty::context::tls::with_related_context::<<rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt as rustc_query_system[a41adf21427d151f]::query::QueryContext>::start_query<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_query_system[a41adf21427d151f]::query::caches::SingleCache<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:124:9
 127:     0x73ef7748bc16 - rustc_middle[440003ca421da2c6]::ty::context::tls::with_context::<rustc_middle[440003ca421da2c6]::ty::context::tls::with_related_context<<rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt as rustc_query_system[a41adf21427d151f]::query::QueryContext>::start_query<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_query_system[a41adf21427d151f]::query::caches::SingleCache<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:102:36
 128:     0x73ef7748bc16 - rustc_middle[440003ca421da2c6]::ty::context::tls::with_context_opt::<rustc_middle[440003ca421da2c6]::ty::context::tls::with_context<rustc_middle[440003ca421da2c6]::ty::context::tls::with_related_context<<rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt as rustc_query_system[a41adf21427d151f]::query::QueryContext>::start_query<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_query_system[a41adf21427d151f]::query::caches::SingleCache<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:91:18
 129:     0x73ef7748bc16 - rustc_middle[440003ca421da2c6]::ty::context::tls::with_context::<rustc_middle[440003ca421da2c6]::ty::context::tls::with_related_context<<rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt as rustc_query_system[a41adf21427d151f]::query::QueryContext>::start_query<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_query_system[a41adf21427d151f]::query::caches::SingleCache<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:102:5
 130:     0x73ef7748bc16 - rustc_middle[440003ca421da2c6]::ty::context::tls::with_related_context::<<rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt as rustc_query_system[a41adf21427d151f]::query::QueryContext>::start_query<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_query_system[a41adf21427d151f]::query::caches::SingleCache<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:115:5
 131:     0x73ef7748bc16 - <rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt as rustc_query_system[a41adf21427d151f]::query::QueryContext>::start_query::<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_query_system[a41adf21427d151f]::query::caches::SingleCache<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:136:9
 132:     0x73ef7748bc16 - rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job_non_incr::<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_query_system[a41adf21427d151f]::query::caches::SingleCache<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:473:18
 133:     0x73ef7748bc16 - rustc_query_system[a41adf21427d151f]::query::plumbing::execute_job::<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_query_system[a41adf21427d151f]::query::caches::SingleCache<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt, false>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:409:9
 134:     0x73ef7748bc16 - rustc_query_system[a41adf21427d151f]::query::plumbing::try_execute_query::<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_query_system[a41adf21427d151f]::query::caches::SingleCache<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt, false>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:353:13
 135:     0x73ef77926ee0 - rustc_query_system[a41adf21427d151f]::query::plumbing::get_query_non_incr::<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_query_system[a41adf21427d151f]::query::caches::SingleCache<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:806:32
 136:     0x73ef77926ee0 - stacker[e4b685191ddd748c]::maybe_grow::<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::query::plumbing::get_query_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_query_system[a41adf21427d151f]::query::caches::SingleCache<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/gh-matthiaskrgr/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stacker-0.1.17/src/lib.rs:55:9
 137:     0x73ef77926ee0 - rustc_data_structures[4a04d61c036b4099]::stack::ensure_sufficient_stack::<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[a41adf21427d151f]::query::plumbing::get_query_non_incr<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_query_system[a41adf21427d151f]::query::caches::SingleCache<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:21:5
 138:     0x73ef77926ee0 - rustc_query_system[a41adf21427d151f]::query::plumbing::get_query_non_incr::<rustc_query_impl[c6d4dc526a7c08b7]::DynamicConfig<rustc_query_system[a41adf21427d151f]::query::caches::SingleCache<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[c6d4dc526a7c08b7]::plumbing::QueryCtxt>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:806:5
 139:     0x73ef77926ee0 - rustc_query_impl[c6d4dc526a7c08b7]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:591:26
 140:     0x73ef74f3a292 - rustc_middle[440003ca421da2c6]::query::plumbing::query_ensure::<rustc_query_system[a41adf21427d151f]::query::caches::SingleCache<rustc_middle[440003ca421da2c6]::query::erase::Erased<[u8; 0usize]>>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:197:9
 141:     0x73ef74f3a292 - <rustc_middle[440003ca421da2c6]::query::plumbing::TyCtxtEnsureOk>::analysis
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:232:9
 142:     0x73ef74f3a292 - rustc_driver_impl[d7fe9f34da3ed925]::run_compiler::{closure#0}::{closure#2}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_driver_impl/src/lib.rs:368:13
 143:     0x73ef74f3a292 - rustc_interface[ce2eafd9f917eb57]::passes::create_and_enter_global_ctxt::<core[7850e68fd07cef96]::option::Option<rustc_interface[ce2eafd9f917eb57]::queries::Linker>, rustc_driver_impl[d7fe9f34da3ed925]::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/passes.rs:813:27
 144:     0x73ef74f3a292 - <rustc_middle[440003ca421da2c6]::ty::context::GlobalCtxt>::enter::<rustc_interface[ce2eafd9f917eb57]::passes::create_and_enter_global_ctxt<core[7850e68fd07cef96]::option::Option<rustc_interface[ce2eafd9f917eb57]::queries::Linker>, rustc_driver_impl[d7fe9f34da3ed925]::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0}, core[7850e68fd07cef96]::option::Option<rustc_interface[ce2eafd9f917eb57]::queries::Linker>>::{closure#1}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1395:37
 145:     0x73ef74f3a292 - rustc_middle[440003ca421da2c6]::ty::context::tls::enter_context::<<rustc_middle[440003ca421da2c6]::ty::context::GlobalCtxt>::enter<rustc_interface[ce2eafd9f917eb57]::passes::create_and_enter_global_ctxt<core[7850e68fd07cef96]::option::Option<rustc_interface[ce2eafd9f917eb57]::queries::Linker>, rustc_driver_impl[d7fe9f34da3ed925]::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0}, core[7850e68fd07cef96]::option::Option<rustc_interface[ce2eafd9f917eb57]::queries::Linker>>::{closure#1}, core[7850e68fd07cef96]::option::Option<rustc_interface[ce2eafd9f917eb57]::queries::Linker>>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:72:9
 146:     0x73ef74f3a292 - <std[7973eabea46733ff]::thread::local::LocalKey<core[7850e68fd07cef96]::cell::Cell<*const ()>>>::try_with::<rustc_middle[440003ca421da2c6]::ty::context::tls::enter_context<<rustc_middle[440003ca421da2c6]::ty::context::GlobalCtxt>::enter<rustc_interface[ce2eafd9f917eb57]::passes::create_and_enter_global_ctxt<core[7850e68fd07cef96]::option::Option<rustc_interface[ce2eafd9f917eb57]::queries::Linker>, rustc_driver_impl[d7fe9f34da3ed925]::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0}, core[7850e68fd07cef96]::option::Option<rustc_interface[ce2eafd9f917eb57]::queries::Linker>>::{closure#1}, core[7850e68fd07cef96]::option::Option<rustc_interface[ce2eafd9f917eb57]::queries::Linker>>::{closure#0}, core[7850e68fd07cef96]::option::Option<rustc_interface[ce2eafd9f917eb57]::queries::Linker>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:316:12
 147:     0x73ef74f3a292 - <std[7973eabea46733ff]::thread::local::LocalKey<core[7850e68fd07cef96]::cell::Cell<*const ()>>>::with::<rustc_middle[440003ca421da2c6]::ty::context::tls::enter_context<<rustc_middle[440003ca421da2c6]::ty::context::GlobalCtxt>::enter<rustc_interface[ce2eafd9f917eb57]::passes::create_and_enter_global_ctxt<core[7850e68fd07cef96]::option::Option<rustc_interface[ce2eafd9f917eb57]::queries::Linker>, rustc_driver_impl[d7fe9f34da3ed925]::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0}, core[7850e68fd07cef96]::option::Option<rustc_interface[ce2eafd9f917eb57]::queries::Linker>>::{closure#1}, core[7850e68fd07cef96]::option::Option<rustc_interface[ce2eafd9f917eb57]::queries::Linker>>::{closure#0}, core[7850e68fd07cef96]::option::Option<rustc_interface[ce2eafd9f917eb57]::queries::Linker>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:280:15
 148:     0x73ef74ff5e00 - rustc_middle[440003ca421da2c6]::ty::context::tls::enter_context::<<rustc_middle[440003ca421da2c6]::ty::context::GlobalCtxt>::enter<rustc_interface[ce2eafd9f917eb57]::passes::create_and_enter_global_ctxt<core[7850e68fd07cef96]::option::Option<rustc_interface[ce2eafd9f917eb57]::queries::Linker>, rustc_driver_impl[d7fe9f34da3ed925]::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0}, core[7850e68fd07cef96]::option::Option<rustc_interface[ce2eafd9f917eb57]::queries::Linker>>::{closure#1}, core[7850e68fd07cef96]::option::Option<rustc_interface[ce2eafd9f917eb57]::queries::Linker>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:69:5
 149:     0x73ef74ff5e00 - <rustc_middle[440003ca421da2c6]::ty::context::GlobalCtxt>::enter::<rustc_interface[ce2eafd9f917eb57]::passes::create_and_enter_global_ctxt<core[7850e68fd07cef96]::option::Option<rustc_interface[ce2eafd9f917eb57]::queries::Linker>, rustc_driver_impl[d7fe9f34da3ed925]::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0}, core[7850e68fd07cef96]::option::Option<rustc_interface[ce2eafd9f917eb57]::queries::Linker>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1395:9
 150:     0x73ef74ff5e00 - <rustc_middle[440003ca421da2c6]::ty::context::TyCtxt>::create_global_ctxt::<core[7850e68fd07cef96]::option::Option<rustc_interface[ce2eafd9f917eb57]::queries::Linker>, rustc_interface[ce2eafd9f917eb57]::passes::create_and_enter_global_ctxt<core[7850e68fd07cef96]::option::Option<rustc_interface[ce2eafd9f917eb57]::queries::Linker>, rustc_driver_impl[d7fe9f34da3ed925]::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1591:9
 151:     0x73ef74f20c82 - rustc_interface[ce2eafd9f917eb57]::passes::create_and_enter_global_ctxt::<core[7850e68fd07cef96]::option::Option<rustc_interface[ce2eafd9f917eb57]::queries::Linker>, rustc_driver_impl[d7fe9f34da3ed925]::run_compiler::{closure#0}::{closure#2}>::{closure#2}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/passes.rs:781:9
 152:     0x73ef74f20c82 - <rustc_interface[ce2eafd9f917eb57]::passes::create_and_enter_global_ctxt<core[7850e68fd07cef96]::option::Option<rustc_interface[ce2eafd9f917eb57]::queries::Linker>, rustc_driver_impl[d7fe9f34da3ed925]::run_compiler::{closure#0}::{closure#2}>::{closure#2} as core[7850e68fd07cef96]::ops::function::FnOnce<(&rustc_session[e33c9530b65684d9]::session::Session, rustc_middle[440003ca421da2c6]::ty::context::CurrentGcx, &std[7973eabea46733ff]::sync::once_lock::OnceLock<rustc_middle[440003ca421da2c6]::ty::context::GlobalCtxt>, &rustc_data_structures[4a04d61c036b4099]::sync::worker_local::WorkerLocal<rustc_middle[440003ca421da2c6]::arena::Arena>, &rustc_data_structures[4a04d61c036b4099]::sync::worker_local::WorkerLocal<rustc_hir[8d3086ee703763da]::Arena>, rustc_driver_impl[d7fe9f34da3ed925]::run_compiler::{closure#0}::{closure#2})>>::call_once::{shim:vtable#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
 153:     0x73ef74f1f584 - <alloc[ac248cf1b8b6a1d2]::boxed::Box<dyn for<'a> core[7850e68fd07cef96]::ops::function::FnOnce<(&'a rustc_session[e33c9530b65684d9]::session::Session, rustc_middle[440003ca421da2c6]::ty::context::CurrentGcx, &'a std[7973eabea46733ff]::sync::once_lock::OnceLock<rustc_middle[440003ca421da2c6]::ty::context::GlobalCtxt<'a>>, &'a rustc_data_structures[4a04d61c036b4099]::sync::worker_local::WorkerLocal<rustc_middle[440003ca421da2c6]::arena::Arena<'a>>, &'a rustc_data_structures[4a04d61c036b4099]::sync::worker_local::WorkerLocal<rustc_hir[8d3086ee703763da]::Arena<'a>>, rustc_driver_impl[d7fe9f34da3ed925]::run_compiler::{closure#0}::{closure#2}), Output = core[7850e68fd07cef96]::option::Option<rustc_interface[ce2eafd9f917eb57]::queries::Linker>>> as core[7850e68fd07cef96]::ops::function::FnOnce<(&rustc_session[e33c9530b65684d9]::session::Session, rustc_middle[440003ca421da2c6]::ty::context::CurrentGcx, &std[7973eabea46733ff]::sync::once_lock::OnceLock<rustc_middle[440003ca421da2c6]::ty::context::GlobalCtxt>, &rustc_data_structures[4a04d61c036b4099]::sync::worker_local::WorkerLocal<rustc_middle[440003ca421da2c6]::arena::Arena>, &rustc_data_structures[4a04d61c036b4099]::sync::worker_local::WorkerLocal<rustc_hir[8d3086ee703763da]::Arena>, rustc_driver_impl[d7fe9f34da3ed925]::run_compiler::{closure#0}::{closure#2})>>::call_once
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/alloc/src/boxed.rs:2016:9
 154:     0x73ef74f1f584 - rustc_interface[ce2eafd9f917eb57]::passes::create_and_enter_global_ctxt::<core[7850e68fd07cef96]::option::Option<rustc_interface[ce2eafd9f917eb57]::queries::Linker>, rustc_driver_impl[d7fe9f34da3ed925]::run_compiler::{closure#0}::{closure#2}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/passes.rs:821:5
 155:     0x73ef74f9e6ba - rustc_driver_impl[d7fe9f34da3ed925]::run_compiler::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_driver_impl/src/lib.rs:339:22
 156:     0x73ef74f9e6ba - rustc_interface[ce2eafd9f917eb57]::interface::run_compiler::<(), rustc_driver_impl[d7fe9f34da3ed925]::run_compiler::{closure#0}>::{closure#1}::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/interface.rs:509:80
 157:     0x73ef74f9e6ba - <core[7850e68fd07cef96]::panic::unwind_safe::AssertUnwindSafe<rustc_interface[ce2eafd9f917eb57]::interface::run_compiler<(), rustc_driver_impl[d7fe9f34da3ed925]::run_compiler::{closure#0}>::{closure#1}::{closure#0}> as core[7850e68fd07cef96]::ops::function::FnOnce<()>>::call_once
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/panic/unwind_safe.rs:272:9
 158:     0x73ef74f9e6ba - std[7973eabea46733ff]::panicking::try::do_call::<core[7850e68fd07cef96]::panic::unwind_safe::AssertUnwindSafe<rustc_interface[ce2eafd9f917eb57]::interface::run_compiler<(), rustc_driver_impl[d7fe9f34da3ed925]::run_compiler::{closure#0}>::{closure#1}::{closure#0}>, ()>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:587:40
 159:     0x73ef74f9e6ba - std[7973eabea46733ff]::panicking::try::<(), core[7850e68fd07cef96]::panic::unwind_safe::AssertUnwindSafe<rustc_interface[ce2eafd9f917eb57]::interface::run_compiler<(), rustc_driver_impl[d7fe9f34da3ed925]::run_compiler::{closure#0}>::{closure#1}::{closure#0}>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:550:19
 160:     0x73ef74f9e6ba - std[7973eabea46733ff]::panic::catch_unwind::<core[7850e68fd07cef96]::panic::unwind_safe::AssertUnwindSafe<rustc_interface[ce2eafd9f917eb57]::interface::run_compiler<(), rustc_driver_impl[d7fe9f34da3ed925]::run_compiler::{closure#0}>::{closure#1}::{closure#0}>, ()>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/panic.rs:358:14
 161:     0x73ef74f9e6ba - rustc_interface[ce2eafd9f917eb57]::interface::run_compiler::<(), rustc_driver_impl[d7fe9f34da3ed925]::run_compiler::{closure#0}>::{closure#1}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/interface.rs:509:23
 162:     0x73ef74f9e6ba - rustc_interface[ce2eafd9f917eb57]::util::run_in_thread_pool_with_globals::<rustc_interface[ce2eafd9f917eb57]::interface::run_compiler<(), rustc_driver_impl[d7fe9f34da3ed925]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/util.rs:175:13
 163:     0x73ef74f9e6ba - rustc_interface[ce2eafd9f917eb57]::util::run_in_thread_with_globals::<rustc_interface[ce2eafd9f917eb57]::util::run_in_thread_pool_with_globals<rustc_interface[ce2eafd9f917eb57]::interface::run_compiler<(), rustc_driver_impl[d7fe9f34da3ed925]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/util.rs:138:21
 164:     0x73ef74f9e6ba - <scoped_tls[e55cf254590d1cc1]::ScopedKey<rustc_span[2de3071b458c1290]::SessionGlobals>>::set::<rustc_interface[ce2eafd9f917eb57]::util::run_in_thread_with_globals<rustc_interface[ce2eafd9f917eb57]::util::run_in_thread_pool_with_globals<rustc_interface[ce2eafd9f917eb57]::interface::run_compiler<(), rustc_driver_impl[d7fe9f34da3ed925]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}::{closure#0}, ()>
                               at /home/gh-matthiaskrgr/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scoped-tls-1.0.1/src/lib.rs:137:9
 165:     0x73ef74f9e6ba - rustc_span[2de3071b458c1290]::create_session_globals_then::<(), rustc_interface[ce2eafd9f917eb57]::util::run_in_thread_with_globals<rustc_interface[ce2eafd9f917eb57]::util::run_in_thread_pool_with_globals<rustc_interface[ce2eafd9f917eb57]::interface::run_compiler<(), rustc_driver_impl[d7fe9f34da3ed925]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}::{closure#0}>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_span/src/lib.rs:139:5
 166:     0x73ef74f82bb1 - rustc_interface[ce2eafd9f917eb57]::util::run_in_thread_with_globals::<rustc_interface[ce2eafd9f917eb57]::util::run_in_thread_pool_with_globals<rustc_interface[ce2eafd9f917eb57]::interface::run_compiler<(), rustc_driver_impl[d7fe9f34da3ed925]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/util.rs:137:17
 167:     0x73ef74f82bb1 - std[7973eabea46733ff]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[ce2eafd9f917eb57]::util::run_in_thread_with_globals<rustc_interface[ce2eafd9f917eb57]::util::run_in_thread_pool_with_globals<rustc_interface[ce2eafd9f917eb57]::interface::run_compiler<(), rustc_driver_impl[d7fe9f34da3ed925]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/sys/backtrace.rs:152:18
 168:     0x73ef74f7456d - <std[7973eabea46733ff]::thread::Builder>::spawn_unchecked_::<rustc_interface[ce2eafd9f917eb57]::util::run_in_thread_with_globals<rustc_interface[ce2eafd9f917eb57]::util::run_in_thread_pool_with_globals<rustc_interface[ce2eafd9f917eb57]::interface::run_compiler<(), rustc_driver_impl[d7fe9f34da3ed925]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1}::{closure#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/thread/mod.rs:559:17
 169:     0x73ef74f7456d - <core[7850e68fd07cef96]::panic::unwind_safe::AssertUnwindSafe<<std[7973eabea46733ff]::thread::Builder>::spawn_unchecked_<rustc_interface[ce2eafd9f917eb57]::util::run_in_thread_with_globals<rustc_interface[ce2eafd9f917eb57]::util::run_in_thread_pool_with_globals<rustc_interface[ce2eafd9f917eb57]::interface::run_compiler<(), rustc_driver_impl[d7fe9f34da3ed925]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1}::{closure#0}> as core[7850e68fd07cef96]::ops::function::FnOnce<()>>::call_once
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/panic/unwind_safe.rs:272:9
 170:     0x73ef74f7456d - std[7973eabea46733ff]::panicking::try::do_call::<core[7850e68fd07cef96]::panic::unwind_safe::AssertUnwindSafe<<std[7973eabea46733ff]::thread::Builder>::spawn_unchecked_<rustc_interface[ce2eafd9f917eb57]::util::run_in_thread_with_globals<rustc_interface[ce2eafd9f917eb57]::util::run_in_thread_pool_with_globals<rustc_interface[ce2eafd9f917eb57]::interface::run_compiler<(), rustc_driver_impl[d7fe9f34da3ed925]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:587:40
 171:     0x73ef74f7456d - std[7973eabea46733ff]::panicking::try::<(), core[7850e68fd07cef96]::panic::unwind_safe::AssertUnwindSafe<<std[7973eabea46733ff]::thread::Builder>::spawn_unchecked_<rustc_interface[ce2eafd9f917eb57]::util::run_in_thread_with_globals<rustc_interface[ce2eafd9f917eb57]::util::run_in_thread_pool_with_globals<rustc_interface[ce2eafd9f917eb57]::interface::run_compiler<(), rustc_driver_impl[d7fe9f34da3ed925]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1}::{closure#0}>>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:550:19
 172:     0x73ef74f7456d - std[7973eabea46733ff]::panic::catch_unwind::<core[7850e68fd07cef96]::panic::unwind_safe::AssertUnwindSafe<<std[7973eabea46733ff]::thread::Builder>::spawn_unchecked_<rustc_interface[ce2eafd9f917eb57]::util::run_in_thread_with_globals<rustc_interface[ce2eafd9f917eb57]::util::run_in_thread_pool_with_globals<rustc_interface[ce2eafd9f917eb57]::interface::run_compiler<(), rustc_driver_impl[d7fe9f34da3ed925]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/panic.rs:358:14
 173:     0x73ef74f7456d - <std[7973eabea46733ff]::thread::Builder>::spawn_unchecked_::<rustc_interface[ce2eafd9f917eb57]::util::run_in_thread_with_globals<rustc_interface[ce2eafd9f917eb57]::util::run_in_thread_pool_with_globals<rustc_interface[ce2eafd9f917eb57]::interface::run_compiler<(), rustc_driver_impl[d7fe9f34da3ed925]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/thread/mod.rs:557:30
 174:     0x73ef74f7456d - <<std[7973eabea46733ff]::thread::Builder>::spawn_unchecked_<rustc_interface[ce2eafd9f917eb57]::util::run_in_thread_with_globals<rustc_interface[ce2eafd9f917eb57]::util::run_in_thread_pool_with_globals<rustc_interface[ce2eafd9f917eb57]::interface::run_compiler<(), rustc_driver_impl[d7fe9f34da3ed925]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[7850e68fd07cef96]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
 175:     0x73ef789a18a4 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hf20f79ee36cf7bba
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/alloc/src/boxed.rs:2016:9
 176:     0x73ef789a18a4 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h416913f313b5ae91
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/alloc/src/boxed.rs:2016:9
 177:     0x73ef789a18a4 - std::sys::pal::unix::thread::Thread::new::thread_start::h59960ab994f0d053
                               at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/library/std/src/sys/pal/unix/thread.rs:106:17
 178:     0x73ef7029ca94 - start_thread
                               at ./nptl/pthread_create.c:447:8
 179:     0x73ef70329c3c - clone3
                               at ./misc/../sysdeps/unix/sysv/linux/x86_64/clone3.S:78:0
 180:                0x0 - <unknown>

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

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

note: please make sure that you have updated to the latest nightly

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

query stack during panic:
#0 [thir_body] building THIR for `foo`
#1 [check_unsafety] unsafety-checking `foo`
#2 [analysis] running analysis passes on this crate
end of query stack
error: aborting due to 1 previous error

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

@matthiaskrgr matthiaskrgr added the requires-debug-assertions This issue requires a build of rustc or tooling with debug-assertions in some way label Feb 3, 2025
@matthiaskrgr
Copy link
Member Author

without debug assertions

error: literal out of range for `u128`
  --> A5635DBE231F0C3535BE7A41BE7846C6C6D75F86CAE0C9F78F9847A246403528.rs:13:8
   |
13 | fn foo(-128..=127: u128) {}
   |        ^^^^ this value does not fit into the type `u128` whose range is `0..=340282366920938463463374607431768211455`

😄

@matthiaskrgr matthiaskrgr added the A-diagnostics Area: Messages for errors, warnings, and lints label Feb 3, 2025
@jieyouxu jieyouxu added S-has-mcve Status: A Minimal Complete and Verifiable Example has been found for this issue and removed needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. labels Feb 4, 2025
@chenyukang
Copy link
Member

seems it can not be reproduced on nightly now, this is the error:

 --> ./t/x.rs:1:8
  |
1 | fn foo(-128..=127: u128) {}
  |        ^^^^ the trait `Neg` is not implemented for `u128`
  |
  = help: the following other types implement trait `Neg`:
            &f128
            &f16
            &f32
            &f64
            &i128
            &i16
            &i32
            &i64
          and 12 others

error: aborting due to 1 previous error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-diagnostics Area: Messages for errors, warnings, and lints 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 S-has-mcve Status: A Minimal Complete and Verifiable Example has been found for this issue T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

4 participants