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 (debug) multiple overlapping not allowed in type signaturess for the same span #121292

Closed
matthiaskrgr opened this issue Feb 19, 2024 · 2 comments
Labels
A-diagnostics Area: Messages for errors, warnings, and lints C-bug Category: This is a bug. D-incorrect Diagnostics: A diagnostic that is giving misleading or incorrect information. 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.

Comments

@matthiaskrgr
Copy link
Member

snippet:

fn issue_36540() {
    let _ = 0;
    macro_rules! m {
        () => {
            _
        };
    }
    struct S<T = m!()>(m!(), T);
}

Version information

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

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

Program output

error[E0601]: `main` function not found in crate `mvce`
 --> /tmp/icemaker_global_tempdir.YFxYupbDRVFk/rustc_testrunner_tmpdir_reporting.WH0wSZtmVhV2/mvce.rs:9:2
  |
9 | }
  |  ^ consider adding a `main` function to `/tmp/icemaker_global_tempdir.YFxYupbDRVFk/rustc_testrunner_tmpdir_reporting.WH0wSZtmVhV2/mvce.rs`

thread 'rustc' panicked at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_errors/src/diagnostic.rs:587:9:
assertion `left == right` failed: suggestion must not have overlapping parts
  left: Some([SubstitutionPart { span: /tmp/icemaker_global_tempdir.YFxYupbDRVFk/rustc_testrunner_tmpdir_reporting.WH0wSZtmVhV2/mvce.rs:5:13: 5:14 (#4), snippet: "U" }, SubstitutionPart { span: /tmp/icemaker_global_tempdir.YFxYupbDRVFk/rustc_testrunner_tmpdir_reporting.WH0wSZtmVhV2/mvce.rs:5:13: 5:14 (#5), snippet: "U" }])
 right: None
stack backtrace:
   0:     0x7f6f2d42862d - std::backtrace_rs::backtrace::libunwind::trace::h71aa28bdc5089aab
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/../../backtrace/src/backtrace/libunwind.rs:104:5
   1:     0x7f6f2d42862d - std::backtrace_rs::backtrace::trace_unsynchronized::hc71f6f29c4d7cf67
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
   2:     0x7f6f2d42862d - std::sys_common::backtrace::_print_fmt::h8e1e2ea27397ed17
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:68:5
   3:     0x7f6f2d42862d - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h28aca7b36a9d50a9
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:44:22
   4:     0x7f6f2d476922 - core::fmt::rt::Argument::fmt::h67bfbe6caf20ecda
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/fmt/rt.rs:142:9
   5:     0x7f6f2d476922 - core::fmt::write::h2b3e0bd86bdfc209
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/fmt/mod.rs:1120:17
   6:     0x7f6f2d4173c5 - std::io::Write::write_fmt::h136db78b548c4ef6
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/io/mod.rs:1846:15
   7:     0x7f6f2d4283c4 - std::sys_common::backtrace::_print::h5b92b1853c8de3bd
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:47:5
   8:     0x7f6f2d4283c4 - std::sys_common::backtrace::print::h490b617a207e3b67
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:34:9
   9:     0x7f6f2d429593 - std::panicking::default_hook::{{closure}}::h45adea5532c8b211
  10:     0x7f6f2d4292a9 - std::panicking::default_hook::hd02efd9905101244
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:292:9
  11:     0x7f6f29fa6e4f - rustc_driver_impl[909e6e8fa1c11d47]::install_ice_hook::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_driver_impl/src/lib.rs:1339:17
  12:     0x7f6f29fa6e4f - <alloc[7d65993373035c28]::boxed::Box<rustc_driver_impl[909e6e8fa1c11d47]::install_ice_hook::{closure#0}> as core[aa444211b5f41879]::ops::function::Fn<(&dyn for<'a, 'b> core[aa444211b5f41879]::ops::function::Fn<(&'a core[aa444211b5f41879]::panic::panic_info::PanicInfo<'b>,), Output = ()> + core[aa444211b5f41879]::marker::Sync + core[aa444211b5f41879]::marker::Send, &core[aa444211b5f41879]::panic::panic_info::PanicInfo)>>::call
                               at /home/matthias/vcs/github/rust_debug_assertions/library/alloc/src/boxed.rs:2030:9
  13:     0x7f6f2d42a062 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc3e26a573d0d775a
                               at /home/matthias/vcs/github/rust_debug_assertions/library/alloc/src/boxed.rs:2030:9
  14:     0x7f6f2d42a062 - std::panicking::rust_panic_with_hook::h62b1349491684a47
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:786:13
  15:     0x7f6f2d429d32 - std::panicking::begin_panic_handler::{{closure}}::ha9ba801d79b7df26
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:660:13
  16:     0x7f6f2d4288f6 - std::sys_common::backtrace::__rust_end_short_backtrace::h143ebb6cbd4c764e
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:171:18
  17:     0x7f6f2d429974 - rust_begin_unwind
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:648:5
  18:     0x7f6f2d4877c5 - core::panicking::panic_fmt::h7cdaca6ac7987f65
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/panicking.rs:72:14
  19:     0x7f6f2d487e59 - core::panicking::assert_failed_inner::heed625da7882381e
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/panicking.rs:337:23
  20:     0x7f6f2a49b91f - core[aa444211b5f41879]::panicking::assert_failed::<core[aa444211b5f41879]::option::Option<&[rustc_errors[f97f4a4e6ddcc0e1]::SubstitutionPart; 2usize]>, core[aa444211b5f41879]::option::Option<&[rustc_errors[f97f4a4e6ddcc0e1]::SubstitutionPart; 2usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/panicking.rs:297:5
  21:     0x7f6f2a542cd7 - <rustc_errors[f97f4a4e6ddcc0e1]::diagnostic::Diagnostic>::multipart_suggestion_with_style::<&str>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_errors/src/diagnostic.rs:587:9
  22:     0x7f6f2a3eaf1c - <rustc_errors[f97f4a4e6ddcc0e1]::diagnostic::Diagnostic>::multipart_suggestion::<&str>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_errors/src/diagnostic.rs:542:9
  23:     0x7f6f2a3eaf1c - <rustc_errors[f97f4a4e6ddcc0e1]::diagnostic_builder::DiagnosticBuilder>::multipart_suggestion::<&str>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_errors/src/diagnostic_builder.rs:194:41
  24:     0x7f6f2a3eaf1c - rustc_hir_analysis[32a2fc62a5a21cee]::collect::placeholder_type_error_diag
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/collect.rs:241:13
  25:     0x7f6f2a3eb1a9 - rustc_hir_analysis[32a2fc62a5a21cee]::collect::placeholder_type_error
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/collect.rs:177:5
  26:     0x7f6f2a3eb1a9 - rustc_hir_analysis[32a2fc62a5a21cee]::collect::reject_placeholder_type_signatures_in_item
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/collect.rs:272:5
  27:     0x7f6f2a3eb1a9 - <rustc_hir_analysis[32a2fc62a5a21cee]::collect::CollectItemTypesVisitor as rustc_hir[282a3f00369f948b]::intravisit::Visitor>::visit_item
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/collect.rs:284:9
  28:     0x7f6f2a329df7 - <rustc_middle[d41a5bb2115c0833]::hir::map::Map>::visit_item_likes_in_module::<rustc_hir_analysis[32a2fc62a5a21cee]::collect::CollectItemTypesVisitor>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/hir/map/mod.rs:495:13
  29:     0x7f6f2a3ea6ad - rustc_hir_analysis[32a2fc62a5a21cee]::collect::collect_mod_item_types
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/collect.rs:58:5
  30:     0x7f6f2be7aaf2 - rustc_query_impl[ea1bc1adb87d5406]::query_impl::collect_mod_item_types::dynamic_query::{closure#2}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:587:47
  31:     0x7f6f2be7aaf2 - rustc_query_impl[ea1bc1adb87d5406]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[ea1bc1adb87d5406]::query_impl::collect_mod_item_types::dynamic_query::{closure#2}::{closure#0}, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:511:18
  32:     0x7f6f2bf9290b - rustc_query_impl[ea1bc1adb87d5406]::query_impl::collect_mod_item_types::dynamic_query::{closure#2}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:583:25
  33:     0x7f6f2bf9290b - <rustc_query_impl[ea1bc1adb87d5406]::query_impl::collect_mod_item_types::dynamic_query::{closure#2} as core[aa444211b5f41879]::ops::function::FnOnce<(rustc_middle[d41a5bb2115c0833]::ty::context::TyCtxt, rustc_span[26c08e5561374bf4]::def_id::LocalModDefId)>>::call_once
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
  34:     0x7f6f2bd87856 - <rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::DefaultCache<rustc_span[26c08e5561374bf4]::def_id::LocalModDefId, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>, false, false, false> as rustc_query_system[9f9f6511c50b34e9]::query::config::QueryConfig<rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>>::compute
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/lib.rs:113:9
  35:     0x7f6f2bd87856 - rustc_query_system[9f9f6511c50b34e9]::query::plumbing::execute_job_non_incr::<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::DefaultCache<rustc_span[26c08e5561374bf4]::def_id::LocalModDefId, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:471:72
  36:     0x7f6f2bd87856 - rustc_middle[d41a5bb2115c0833]::ty::context::tls::enter_context::<rustc_query_system[9f9f6511c50b34e9]::query::plumbing::execute_job_non_incr<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::DefaultCache<rustc_span[26c08e5561374bf4]::def_id::LocalModDefId, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:82:9
  37:     0x7f6f2bd87856 - <std[9e45a94ab2b939d9]::thread::local::LocalKey<core[aa444211b5f41879]::cell::Cell<*const ()>>>::try_with::<rustc_middle[d41a5bb2115c0833]::ty::context::tls::enter_context<rustc_query_system[9f9f6511c50b34e9]::query::plumbing::execute_job_non_incr<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::DefaultCache<rustc_span[26c08e5561374bf4]::def_id::LocalModDefId, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>::{closure#0}, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:286:16
  38:     0x7f6f2bd87856 - <std[9e45a94ab2b939d9]::thread::local::LocalKey<core[aa444211b5f41879]::cell::Cell<*const ()>>>::with::<rustc_middle[d41a5bb2115c0833]::ty::context::tls::enter_context<rustc_query_system[9f9f6511c50b34e9]::query::plumbing::execute_job_non_incr<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::DefaultCache<rustc_span[26c08e5561374bf4]::def_id::LocalModDefId, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>::{closure#0}, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:262:9
  39:     0x7f6f2bd87856 - rustc_middle[d41a5bb2115c0833]::ty::context::tls::enter_context::<rustc_query_system[9f9f6511c50b34e9]::query::plumbing::execute_job_non_incr<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::DefaultCache<rustc_span[26c08e5561374bf4]::def_id::LocalModDefId, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:79:9
  40:     0x7f6f2bd87856 - <rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt as rustc_query_system[9f9f6511c50b34e9]::query::QueryContext>::start_query::<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[9f9f6511c50b34e9]::query::plumbing::execute_job_non_incr<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::DefaultCache<rustc_span[26c08e5561374bf4]::def_id::LocalModDefId, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:149:13
  41:     0x7f6f2bd87856 - rustc_middle[d41a5bb2115c0833]::ty::context::tls::with_related_context::<<rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt as rustc_query_system[9f9f6511c50b34e9]::query::QueryContext>::start_query<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[9f9f6511c50b34e9]::query::plumbing::execute_job_non_incr<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::DefaultCache<rustc_span[26c08e5561374bf4]::def_id::LocalModDefId, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:133:9
  42:     0x7f6f2bd87856 - rustc_middle[d41a5bb2115c0833]::ty::context::tls::with_context::<rustc_middle[d41a5bb2115c0833]::ty::context::tls::with_related_context<<rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt as rustc_query_system[9f9f6511c50b34e9]::query::QueryContext>::start_query<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[9f9f6511c50b34e9]::query::plumbing::execute_job_non_incr<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::DefaultCache<rustc_span[26c08e5561374bf4]::def_id::LocalModDefId, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>::{closure#0}, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:36
  43:     0x7f6f2bd87856 - rustc_middle[d41a5bb2115c0833]::ty::context::tls::with_context_opt::<rustc_middle[d41a5bb2115c0833]::ty::context::tls::with_context<rustc_middle[d41a5bb2115c0833]::ty::context::tls::with_related_context<<rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt as rustc_query_system[9f9f6511c50b34e9]::query::QueryContext>::start_query<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[9f9f6511c50b34e9]::query::plumbing::execute_job_non_incr<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::DefaultCache<rustc_span[26c08e5561374bf4]::def_id::LocalModDefId, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>::{closure#0}, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>::{closure#0}, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:100:18
  44:     0x7f6f2bd87856 - rustc_middle[d41a5bb2115c0833]::ty::context::tls::with_context::<rustc_middle[d41a5bb2115c0833]::ty::context::tls::with_related_context<<rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt as rustc_query_system[9f9f6511c50b34e9]::query::QueryContext>::start_query<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[9f9f6511c50b34e9]::query::plumbing::execute_job_non_incr<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::DefaultCache<rustc_span[26c08e5561374bf4]::def_id::LocalModDefId, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>::{closure#0}, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:5
  45:     0x7f6f2bd87856 - rustc_middle[d41a5bb2115c0833]::ty::context::tls::with_related_context::<<rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt as rustc_query_system[9f9f6511c50b34e9]::query::QueryContext>::start_query<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[9f9f6511c50b34e9]::query::plumbing::execute_job_non_incr<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::DefaultCache<rustc_span[26c08e5561374bf4]::def_id::LocalModDefId, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:124:5
  46:     0x7f6f2bd87856 - <rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt as rustc_query_system[9f9f6511c50b34e9]::query::QueryContext>::start_query::<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[9f9f6511c50b34e9]::query::plumbing::execute_job_non_incr<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::DefaultCache<rustc_span[26c08e5561374bf4]::def_id::LocalModDefId, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:134:9
  47:     0x7f6f2bd87856 - rustc_query_system[9f9f6511c50b34e9]::query::plumbing::execute_job_non_incr::<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::DefaultCache<rustc_span[26c08e5561374bf4]::def_id::LocalModDefId, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:471:18
  48:     0x7f6f2bd87856 - rustc_query_system[9f9f6511c50b34e9]::query::plumbing::execute_job::<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::DefaultCache<rustc_span[26c08e5561374bf4]::def_id::LocalModDefId, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt, false>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:407:9
  49:     0x7f6f2bd87856 - rustc_query_system[9f9f6511c50b34e9]::query::plumbing::try_execute_query::<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::DefaultCache<rustc_span[26c08e5561374bf4]::def_id::LocalModDefId, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt, false>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:350:13
  50:     0x7f6f2c1aa95c - rustc_query_system[9f9f6511c50b34e9]::query::plumbing::get_query_non_incr::<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::DefaultCache<rustc_span[26c08e5561374bf4]::def_id::LocalModDefId, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:802:32
  51:     0x7f6f2c1aa95c - stacker[bd635a8d74548ce]::maybe_grow::<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[9f9f6511c50b34e9]::query::plumbing::get_query_non_incr<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::DefaultCache<rustc_span[26c08e5561374bf4]::def_id::LocalModDefId, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
  52:     0x7f6f2c1aa95c - rustc_data_structures[e0f6edd1cfe6a31f]::stack::ensure_sufficient_stack::<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>, rustc_query_system[9f9f6511c50b34e9]::query::plumbing::get_query_non_incr<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::DefaultCache<rustc_span[26c08e5561374bf4]::def_id::LocalModDefId, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
  53:     0x7f6f2c1aa95c - rustc_query_system[9f9f6511c50b34e9]::query::plumbing::get_query_non_incr::<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::DefaultCache<rustc_span[26c08e5561374bf4]::def_id::LocalModDefId, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:802:5
  54:     0x7f6f2c1aa95c - rustc_query_impl[ea1bc1adb87d5406]::query_impl::collect_mod_item_types::get_query_non_incr::__rust_end_short_backtrace
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:561:26
  55:     0x7f6f2a32994f - rustc_middle[d41a5bb2115c0833]::query::plumbing::query_ensure::<rustc_query_system[9f9f6511c50b34e9]::query::caches::DefaultCache<rustc_span[26c08e5561374bf4]::def_id::LocalModDefId, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 0usize]>>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:172:9
  56:     0x7f6f2a32994f - <rustc_middle[d41a5bb2115c0833]::query::plumbing::TyCtxtEnsure>::collect_mod_item_types
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:207:9
  57:     0x7f6f2a32994f - rustc_hir_analysis[32a2fc62a5a21cee]::check_crate::{closure#0}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/lib.rs:166:44
  58:     0x7f6f2a32994f - <rustc_middle[d41a5bb2115c0833]::hir::map::Map>::for_each_module::<rustc_hir_analysis[32a2fc62a5a21cee]::check_crate::{closure#0}::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/hir/map/mod.rs:514:13
  59:     0x7f6f2a42a6f0 - rustc_hir_analysis[32a2fc62a5a21cee]::check_crate::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/lib.rs:166:9
  60:     0x7f6f2a42a6f0 - <rustc_data_structures[e0f6edd1cfe6a31f]::profiling::VerboseTimingGuard>::run::<(), rustc_hir_analysis[32a2fc62a5a21cee]::check_crate::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/profiling.rs:753:9
  61:     0x7f6f2a42a6f0 - <rustc_session[565787d41b37c288]::session::Session>::time::<(), rustc_hir_analysis[32a2fc62a5a21cee]::check_crate::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_session/src/utils.rs:15:9
  62:     0x7f6f2a42a6f0 - rustc_hir_analysis[32a2fc62a5a21cee]::check_crate
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir_analysis/src/lib.rs:165:5
  63:     0x7f6f2acd4bc0 - rustc_interface[e8c82a8a4a3eab8]::passes::analysis
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/passes.rs:730:5
  64:     0x7f6f2be88381 - rustc_query_impl[ea1bc1adb87d5406]::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:587:47
  65:     0x7f6f2be88381 - rustc_query_impl[ea1bc1adb87d5406]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[ea1bc1adb87d5406]::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:511:18
  66:     0x7f6f2c168407 - rustc_query_impl[ea1bc1adb87d5406]::query_impl::analysis::dynamic_query::{closure#2}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:583:25
  67:     0x7f6f2c168407 - <rustc_query_impl[ea1bc1adb87d5406]::query_impl::analysis::dynamic_query::{closure#2} as core[aa444211b5f41879]::ops::function::FnOnce<(rustc_middle[d41a5bb2115c0833]::ty::context::TyCtxt, ())>>::call_once
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
  68:     0x7f6f2bd3cf44 - <rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::SingleCache<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>, false, false, false> as rustc_query_system[9f9f6511c50b34e9]::query::config::QueryConfig<rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>>::compute
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/lib.rs:113:9
  69:     0x7f6f2bd3cf44 - rustc_query_system[9f9f6511c50b34e9]::query::plumbing::execute_job_non_incr::<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::SingleCache<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:471:72
  70:     0x7f6f2bd3cf44 - rustc_middle[d41a5bb2115c0833]::ty::context::tls::enter_context::<rustc_query_system[9f9f6511c50b34e9]::query::plumbing::execute_job_non_incr<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::SingleCache<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:82:9
  71:     0x7f6f2bd3cf44 - <std[9e45a94ab2b939d9]::thread::local::LocalKey<core[aa444211b5f41879]::cell::Cell<*const ()>>>::try_with::<rustc_middle[d41a5bb2115c0833]::ty::context::tls::enter_context<rustc_query_system[9f9f6511c50b34e9]::query::plumbing::execute_job_non_incr<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::SingleCache<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>::{closure#0}, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:286:16
  72:     0x7f6f2bd3cf44 - <std[9e45a94ab2b939d9]::thread::local::LocalKey<core[aa444211b5f41879]::cell::Cell<*const ()>>>::with::<rustc_middle[d41a5bb2115c0833]::ty::context::tls::enter_context<rustc_query_system[9f9f6511c50b34e9]::query::plumbing::execute_job_non_incr<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::SingleCache<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>::{closure#0}, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:262:9
  73:     0x7f6f2bd3cf44 - rustc_middle[d41a5bb2115c0833]::ty::context::tls::enter_context::<rustc_query_system[9f9f6511c50b34e9]::query::plumbing::execute_job_non_incr<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::SingleCache<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>::{closure#0}, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:79:9
  74:     0x7f6f2bd3cf44 - <rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt as rustc_query_system[9f9f6511c50b34e9]::query::QueryContext>::start_query::<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[9f9f6511c50b34e9]::query::plumbing::execute_job_non_incr<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::SingleCache<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:149:13
  75:     0x7f6f2bd3cf44 - rustc_middle[d41a5bb2115c0833]::ty::context::tls::with_related_context::<<rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt as rustc_query_system[9f9f6511c50b34e9]::query::QueryContext>::start_query<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[9f9f6511c50b34e9]::query::plumbing::execute_job_non_incr<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::SingleCache<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:133:9
  76:     0x7f6f2bd3cf44 - rustc_middle[d41a5bb2115c0833]::ty::context::tls::with_context::<rustc_middle[d41a5bb2115c0833]::ty::context::tls::with_related_context<<rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt as rustc_query_system[9f9f6511c50b34e9]::query::QueryContext>::start_query<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[9f9f6511c50b34e9]::query::plumbing::execute_job_non_incr<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::SingleCache<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>::{closure#0}, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:36
  77:     0x7f6f2bd3cf44 - rustc_middle[d41a5bb2115c0833]::ty::context::tls::with_context_opt::<rustc_middle[d41a5bb2115c0833]::ty::context::tls::with_context<rustc_middle[d41a5bb2115c0833]::ty::context::tls::with_related_context<<rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt as rustc_query_system[9f9f6511c50b34e9]::query::QueryContext>::start_query<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[9f9f6511c50b34e9]::query::plumbing::execute_job_non_incr<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::SingleCache<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>::{closure#0}, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>::{closure#0}, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:100:18
  78:     0x7f6f2bd3cf44 - rustc_middle[d41a5bb2115c0833]::ty::context::tls::with_context::<rustc_middle[d41a5bb2115c0833]::ty::context::tls::with_related_context<<rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt as rustc_query_system[9f9f6511c50b34e9]::query::QueryContext>::start_query<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[9f9f6511c50b34e9]::query::plumbing::execute_job_non_incr<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::SingleCache<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>::{closure#0}, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:111:5
  79:     0x7f6f2bd3cf44 - rustc_middle[d41a5bb2115c0833]::ty::context::tls::with_related_context::<<rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt as rustc_query_system[9f9f6511c50b34e9]::query::QueryContext>::start_query<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[9f9f6511c50b34e9]::query::plumbing::execute_job_non_incr<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::SingleCache<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>::{closure#0}>::{closure#0}, rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:124:5
  80:     0x7f6f2bd3cf44 - <rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt as rustc_query_system[9f9f6511c50b34e9]::query::QueryContext>::start_query::<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[9f9f6511c50b34e9]::query::plumbing::execute_job_non_incr<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::SingleCache<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:134:9
  81:     0x7f6f2bd3cf44 - rustc_query_system[9f9f6511c50b34e9]::query::plumbing::execute_job_non_incr::<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::SingleCache<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:471:18
  82:     0x7f6f2bd3cf44 - rustc_query_system[9f9f6511c50b34e9]::query::plumbing::execute_job::<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::SingleCache<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt, false>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:407:9
  83:     0x7f6f2bd3cf44 - rustc_query_system[9f9f6511c50b34e9]::query::plumbing::try_execute_query::<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::SingleCache<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt, false>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:350:13
  84:     0x7f6f2c187f52 - rustc_query_system[9f9f6511c50b34e9]::query::plumbing::get_query_non_incr::<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::SingleCache<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:802:32
  85:     0x7f6f2c187f52 - stacker[bd635a8d74548ce]::maybe_grow::<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[9f9f6511c50b34e9]::query::plumbing::get_query_non_incr<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::SingleCache<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
  86:     0x7f6f2c187f52 - rustc_data_structures[e0f6edd1cfe6a31f]::stack::ensure_sufficient_stack::<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>, rustc_query_system[9f9f6511c50b34e9]::query::plumbing::get_query_non_incr<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::SingleCache<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
  87:     0x7f6f2c187f52 - rustc_query_system[9f9f6511c50b34e9]::query::plumbing::get_query_non_incr::<rustc_query_impl[ea1bc1adb87d5406]::DynamicConfig<rustc_query_system[9f9f6511c50b34e9]::query::caches::SingleCache<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[ea1bc1adb87d5406]::plumbing::QueryCtxt>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_system/src/query/plumbing.rs:802:5
  88:     0x7f6f2c187f52 - rustc_query_impl[ea1bc1adb87d5406]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:561:26
  89:     0x7f6f29fbeb04 - rustc_middle[d41a5bb2115c0833]::query::plumbing::query_get_at::<rustc_query_system[9f9f6511c50b34e9]::query::caches::SingleCache<rustc_middle[d41a5bb2115c0833]::query::erase::Erased<[u8; 1usize]>>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:156:17
  90:     0x7f6f29fbeb04 - <rustc_middle[d41a5bb2115c0833]::query::plumbing::TyCtxtAt>::analysis
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/mod.rs:2233:1
  91:     0x7f6f29fbeb04 - <rustc_middle[d41a5bb2115c0833]::ty::context::TyCtxt>::analysis
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/query/plumbing.rs:431:35
  92:     0x7f6f29fbeb04 - rustc_driver_impl[909e6e8fa1c11d47]::run_compiler::{closure#0}::{closure#0}::{closure#3}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_driver_impl/src/lib.rs:441:52
  93:     0x7f6f29fbeb04 - <rustc_middle[d41a5bb2115c0833]::ty::context::GlobalCtxt>::enter::<rustc_driver_impl[909e6e8fa1c11d47]::run_compiler::{closure#0}::{closure#0}::{closure#3}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:673:37
  94:     0x7f6f29fbeb04 - rustc_middle[d41a5bb2115c0833]::ty::context::tls::enter_context::<<rustc_middle[d41a5bb2115c0833]::ty::context::GlobalCtxt>::enter<rustc_driver_impl[909e6e8fa1c11d47]::run_compiler::{closure#0}::{closure#0}::{closure#3}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:82:9
  95:     0x7f6f29fbeb04 - <std[9e45a94ab2b939d9]::thread::local::LocalKey<core[aa444211b5f41879]::cell::Cell<*const ()>>>::try_with::<rustc_middle[d41a5bb2115c0833]::ty::context::tls::enter_context<<rustc_middle[d41a5bb2115c0833]::ty::context::GlobalCtxt>::enter<rustc_driver_impl[909e6e8fa1c11d47]::run_compiler::{closure#0}::{closure#0}::{closure#3}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:286:16
  96:     0x7f6f29fbeb04 - <std[9e45a94ab2b939d9]::thread::local::LocalKey<core[aa444211b5f41879]::cell::Cell<*const ()>>>::with::<rustc_middle[d41a5bb2115c0833]::ty::context::tls::enter_context<<rustc_middle[d41a5bb2115c0833]::ty::context::GlobalCtxt>::enter<rustc_driver_impl[909e6e8fa1c11d47]::run_compiler::{closure#0}::{closure#0}::{closure#3}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:262:9
  97:     0x7f6f29fbeb04 - rustc_middle[d41a5bb2115c0833]::ty::context::tls::enter_context::<<rustc_middle[d41a5bb2115c0833]::ty::context::GlobalCtxt>::enter<rustc_driver_impl[909e6e8fa1c11d47]::run_compiler::{closure#0}::{closure#0}::{closure#3}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:79:9
  98:     0x7f6f29fbeb04 - <rustc_middle[d41a5bb2115c0833]::ty::context::GlobalCtxt>::enter::<rustc_driver_impl[909e6e8fa1c11d47]::run_compiler::{closure#0}::{closure#0}::{closure#3}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:673:9
  99:     0x7f6f29f4b750 - rustc_driver_impl[909e6e8fa1c11d47]::run_compiler::{closure#0}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_driver_impl/src/lib.rs:441:13
 100:     0x7f6f29f4b750 - <rustc_interface[e8c82a8a4a3eab8]::interface::Compiler>::enter::<rustc_driver_impl[909e6e8fa1c11d47]::run_compiler::{closure#0}::{closure#0}, core[aa444211b5f41879]::result::Result<core[aa444211b5f41879]::option::Option<rustc_interface[e8c82a8a4a3eab8]::queries::Linker>, rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/queries.rs:313:19
 101:     0x7f6f29faaaf6 - rustc_driver_impl[909e6e8fa1c11d47]::run_compiler::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_driver_impl/src/lib.rs:389:22
 102:     0x7f6f29faaaf6 - rustc_interface[e8c82a8a4a3eab8]::interface::run_compiler::<core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>, rustc_driver_impl[909e6e8fa1c11d47]::run_compiler::{closure#0}>::{closure#0}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/interface.rs:431:21
 103:     0x7f6f29faaaf6 - rustc_span[26c08e5561374bf4]::set_source_map::<core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>, rustc_interface[e8c82a8a4a3eab8]::interface::run_compiler<core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>, rustc_driver_impl[909e6e8fa1c11d47]::run_compiler::{closure#0}>::{closure#0}::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_span/src/lib.rs:1230:5
 104:     0x7f6f29f841cc - rustc_interface[e8c82a8a4a3eab8]::interface::run_compiler::<core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>, rustc_driver_impl[909e6e8fa1c11d47]::run_compiler::{closure#0}>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/interface.rs:425:13
 105:     0x7f6f29f792ea - rustc_interface[e8c82a8a4a3eab8]::util::run_in_thread_pool_with_globals::<rustc_interface[e8c82a8a4a3eab8]::interface::run_compiler<core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>, rustc_driver_impl[909e6e8fa1c11d47]::run_compiler::{closure#0}>::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/util.rs:117:13
 106:     0x7f6f29f792ea - <scoped_tls[af7c8664e9f149d3]::ScopedKey<rustc_span[26c08e5561374bf4]::SessionGlobals>>::set::<rustc_interface[e8c82a8a4a3eab8]::util::run_in_thread_pool_with_globals<rustc_interface[e8c82a8a4a3eab8]::interface::run_compiler<core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>, rustc_driver_impl[909e6e8fa1c11d47]::run_compiler::{closure#0}>::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>
                               at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scoped-tls-1.0.1/src/lib.rs:137:9
 107:     0x7f6f29fb76ad - rustc_span[26c08e5561374bf4]::create_session_globals_then::<core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>, rustc_interface[e8c82a8a4a3eab8]::util::run_in_thread_pool_with_globals<rustc_interface[e8c82a8a4a3eab8]::interface::run_compiler<core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>, rustc_driver_impl[909e6e8fa1c11d47]::run_compiler::{closure#0}>::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#0}>
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_span/src/lib.rs:131:5
 108:     0x7f6f29fb76ad - rustc_interface[e8c82a8a4a3eab8]::util::run_in_thread_with_globals::<rustc_interface[e8c82a8a4a3eab8]::util::run_in_thread_pool_with_globals<rustc_interface[e8c82a8a4a3eab8]::interface::run_compiler<core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>, rustc_driver_impl[909e6e8fa1c11d47]::run_compiler::{closure#0}>::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#0}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/util.rs:79:38
 109:     0x7f6f29fb76ad - std[9e45a94ab2b939d9]::sys_common::backtrace::__rust_begin_short_backtrace::<rustc_interface[e8c82a8a4a3eab8]::util::run_in_thread_with_globals<rustc_interface[e8c82a8a4a3eab8]::util::run_in_thread_pool_with_globals<rustc_interface[e8c82a8a4a3eab8]::interface::run_compiler<core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>, rustc_driver_impl[909e6e8fa1c11d47]::run_compiler::{closure#0}>::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:155:18
 110:     0x7f6f29fbac1f - <std[9e45a94ab2b939d9]::thread::Builder>::spawn_unchecked_::<rustc_interface[e8c82a8a4a3eab8]::util::run_in_thread_with_globals<rustc_interface[e8c82a8a4a3eab8]::util::run_in_thread_pool_with_globals<rustc_interface[e8c82a8a4a3eab8]::interface::run_compiler<core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>, rustc_driver_impl[909e6e8fa1c11d47]::run_compiler::{closure#0}>::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#1}::{closure#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/mod.rs:528:17
 111:     0x7f6f29fbac1f - <core[aa444211b5f41879]::panic::unwind_safe::AssertUnwindSafe<<std[9e45a94ab2b939d9]::thread::Builder>::spawn_unchecked_<rustc_interface[e8c82a8a4a3eab8]::util::run_in_thread_with_globals<rustc_interface[e8c82a8a4a3eab8]::util::run_in_thread_pool_with_globals<rustc_interface[e8c82a8a4a3eab8]::interface::run_compiler<core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>, rustc_driver_impl[909e6e8fa1c11d47]::run_compiler::{closure#0}>::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#1}::{closure#0}> as core[aa444211b5f41879]::ops::function::FnOnce<()>>::call_once
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/panic/unwind_safe.rs:272:9
 112:     0x7f6f29fbac1f - std[9e45a94ab2b939d9]::panicking::try::do_call::<core[aa444211b5f41879]::panic::unwind_safe::AssertUnwindSafe<<std[9e45a94ab2b939d9]::thread::Builder>::spawn_unchecked_<rustc_interface[e8c82a8a4a3eab8]::util::run_in_thread_with_globals<rustc_interface[e8c82a8a4a3eab8]::util::run_in_thread_pool_with_globals<rustc_interface[e8c82a8a4a3eab8]::interface::run_compiler<core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>, rustc_driver_impl[909e6e8fa1c11d47]::run_compiler::{closure#0}>::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#1}::{closure#0}>, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:555:40
 113:     0x7f6f29fbac1f - std[9e45a94ab2b939d9]::panicking::try::<core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>, core[aa444211b5f41879]::panic::unwind_safe::AssertUnwindSafe<<std[9e45a94ab2b939d9]::thread::Builder>::spawn_unchecked_<rustc_interface[e8c82a8a4a3eab8]::util::run_in_thread_with_globals<rustc_interface[e8c82a8a4a3eab8]::util::run_in_thread_pool_with_globals<rustc_interface[e8c82a8a4a3eab8]::interface::run_compiler<core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>, rustc_driver_impl[909e6e8fa1c11d47]::run_compiler::{closure#0}>::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#1}::{closure#0}>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:519:19
 114:     0x7f6f29fbac1f - std[9e45a94ab2b939d9]::panic::catch_unwind::<core[aa444211b5f41879]::panic::unwind_safe::AssertUnwindSafe<<std[9e45a94ab2b939d9]::thread::Builder>::spawn_unchecked_<rustc_interface[e8c82a8a4a3eab8]::util::run_in_thread_with_globals<rustc_interface[e8c82a8a4a3eab8]::util::run_in_thread_pool_with_globals<rustc_interface[e8c82a8a4a3eab8]::interface::run_compiler<core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>, rustc_driver_impl[909e6e8fa1c11d47]::run_compiler::{closure#0}>::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#1}::{closure#0}>, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panic.rs:142:14
 115:     0x7f6f29fbac1f - <std[9e45a94ab2b939d9]::thread::Builder>::spawn_unchecked_::<rustc_interface[e8c82a8a4a3eab8]::util::run_in_thread_with_globals<rustc_interface[e8c82a8a4a3eab8]::util::run_in_thread_pool_with_globals<rustc_interface[e8c82a8a4a3eab8]::interface::run_compiler<core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>, rustc_driver_impl[909e6e8fa1c11d47]::run_compiler::{closure#0}>::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#1}
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/mod.rs:527:30
 116:     0x7f6f29fbac1f - <<std[9e45a94ab2b939d9]::thread::Builder>::spawn_unchecked_<rustc_interface[e8c82a8a4a3eab8]::util::run_in_thread_with_globals<rustc_interface[e8c82a8a4a3eab8]::util::run_in_thread_pool_with_globals<rustc_interface[e8c82a8a4a3eab8]::interface::run_compiler<core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>, rustc_driver_impl[909e6e8fa1c11d47]::run_compiler::{closure#0}>::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[aa444211b5f41879]::result::Result<(), rustc_span[26c08e5561374bf4]::ErrorGuaranteed>>::{closure#1} as core[aa444211b5f41879]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
                               at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
 117:     0x7f6f2d43052c - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6534edd00de45d0a
                               at /home/matthias/vcs/github/rust_debug_assertions/library/alloc/src/boxed.rs:2016:9
 118:     0x7f6f2d43052c - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hfc923cc959abd00c
                               at /home/matthias/vcs/github/rust_debug_assertions/library/alloc/src/boxed.rs:2016:9
 119:     0x7f6f2d3f2375 - std::sys::pal::unix::thread::Thread::new::thread_start::h57135b15377165e8
                               at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys/pal/unix/thread.rs:108:17
 120:     0x7f6f272749eb - <unknown>
 121:     0x7f6f272f87cc - <unknown>
 122:                0x0 - <unknown>

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

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

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

query stack during panic:
#0 [collect_mod_item_types] collecting item types in top-level module
#1 [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 I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. C-bug Category: This is a bug. labels Feb 19, 2024
@rustbot rustbot added the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Feb 19, 2024
@matthiaskrgr matthiaskrgr added the A-diagnostics Area: Messages for errors, warnings, and lints label Feb 19, 2024
@matthiaskrgr
Copy link
Member Author

Without debug assertions we have sevaral spans not allowed in type signatures pointing at the same code.
Should these be deduplicated or should we have a better message in case we have multiple macro calls point at the same span in the same message?

error[E0121]: the placeholder `_` is not allowed within types on item signatures for structs
 --> a.rs:5:13
  |
5 |             _
  |             ^
  |             |
  |             not allowed in type signatures
  |             not allowed in type signatures
...
8 |     struct S<T = m!()>(m!(), T);
  |                  ----  ---- in this macro invocation
  |                  |
  |                  in this macro invocation
  |
  = note: this error originates in the macro `m` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use type parameters instead
  |
5 ~             UU
6 |         };
7 |     }
8 ~     struct S<U>(m!(), T);
  |

error: aborting due to 2 previous errors

@jieyouxu jieyouxu added D-incorrect Diagnostics: A diagnostic that is giving misleading or incorrect information. and removed needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. labels Feb 19, 2024
@chenyukang
Copy link
Member

duplicated with #116502

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. D-incorrect Diagnostics: A diagnostic that is giving misleading or incorrect information. 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.
Projects
None yet
Development

No branches or pull requests

4 participants