Skip to content

Instantly share code, notes, and snippets.

@JohnTitor
Created April 1, 2021 19:44
Show Gist options
  • Save JohnTitor/8b492f5d69b0b704d618c11da81c05ff to your computer and use it in GitHub Desktop.
Save JohnTitor/8b492f5d69b0b704d618c11da81c05ff to your computer and use it in GitHub Desktop.
stack backtrace:
0: 0x7f17a90508c1 - std::backtrace_rs::backtrace::libunwind::trace::h5aa6db2927ec4898
at /home/akari/ws/gh/johntitor/rust/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5
1: 0x7f17a90508c1 - std::backtrace_rs::backtrace::trace_unsynchronized::he798428e4a13837f
at /home/akari/ws/gh/johntitor/rust/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
2: 0x7f17a90508c1 - std::sys_common::backtrace::_print_fmt::h3f7b0806a8629edf
at /home/akari/ws/gh/johntitor/rust/library/std/src/sys_common/backtrace.rs:67:5
3: 0x7f17a90508c1 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::hc5917910747a7352
at /home/akari/ws/gh/johntitor/rust/library/std/src/sys_common/backtrace.rs:46:22
4: 0x7f17a90dbe57 - core::fmt::write::hab0f6bc5bb3217b9
at /home/akari/ws/gh/johntitor/rust/library/core/src/fmt/mod.rs:1094:17
5: 0x7f17a904e5d3 - std::io::Write::write_fmt::h61b2a7284cdc2240
at /home/akari/ws/gh/johntitor/rust/library/std/src/io/mod.rs:1578:15
6: 0x7f17a90506fb - std::sys_common::backtrace::_print::h5634305a165f66a3
at /home/akari/ws/gh/johntitor/rust/library/std/src/sys_common/backtrace.rs:49:5
7: 0x7f17a90506fb - std::sys_common::backtrace::print::h1baf2799e4a47a74
at /home/akari/ws/gh/johntitor/rust/library/std/src/sys_common/backtrace.rs:36:9
8: 0x7f17a905ab87 - std::panicking::default_hook::{{closure}}::hfe211fe6b3423e84
at /home/akari/ws/gh/johntitor/rust/library/std/src/panicking.rs:208:50
9: 0x7f17a905a91a - std::panicking::default_hook::h9cee8cc781427e15
at /home/akari/ws/gh/johntitor/rust/library/std/src/panicking.rs:225:9
10: 0x7f17a96cb6ed - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb294795b557ed8d0
at /home/akari/ws/gh/johntitor/rust/library/alloc/src/boxed.rs:1560:9
11: 0x7f17a96cb6ed - rustc_driver::report_ice::h9ec7f6938cf275a1
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_driver/src/lib.rs:1194:5
12: 0x7f17a905b0e7 - std::panicking::rust_panic_with_hook::h4d3c412f8cceaebf
at /home/akari/ws/gh/johntitor/rust/library/std/src/panicking.rs:595:17
13: 0x7f17a9046717 - std::panicking::begin_panic_handler::{{closure}}::hf245be63ce03f8a7
at /home/akari/ws/gh/johntitor/rust/library/std/src/panicking.rs:495:13
14: 0x7f17a90466ac - std::sys_common::backtrace::__rust_end_short_backtrace::h2fe322a7d2a0cdee
at /home/akari/ws/gh/johntitor/rust/library/std/src/sys_common/backtrace.rs:141:18
15: 0x7f17a905ac82 - rust_begin_unwind
at /home/akari/ws/gh/johntitor/rust/library/std/src/panicking.rs:493:5
16: 0x7f17a90c0f81 - core::panicking::panic_fmt::h55609fa633db729a
at /home/akari/ws/gh/johntitor/rust/library/core/src/panicking.rs:92:14
17: 0x7f17a90c0ecd - core::panicking::panic::h242bad88640615fd
at /home/akari/ws/gh/johntitor/rust/library/core/src/panicking.rs:50:5
18: 0x7f17a9e29bac - rustc_middle::ty::sty::Binder<T>::dummy::h231ae9377d9e3c51
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/sty.rs:969:9
19: 0x7f17a9e29bac - <rustc_middle::ty::PredicateKind as rustc_middle::ty::ToPredicate>::to_predicate::h257f09fe1a8bd1a4
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/mod.rs:707:26
20: 0x7f17a9e29bac - rustc_typeck::check::fn_ctxt::_impl::<impl rustc_typeck::check::fn_ctxt::FnCtxt>::register_wf_obligation::h450a40a39f49ba58
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_typeck/src/check/fn_ctxt/_impl.rs:567:13
21: 0x7f17a9e28fc6 - rustc_typeck::check::fn_ctxt::_impl::<impl rustc_typeck::check::fn_ctxt::FnCtxt>::to_ty::h246b7a92c03a504e
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_typeck/src/check/fn_ctxt/_impl.rs:480:9
22: 0x7f17a9f0300d - <rustc_typeck::check::gather_locals::GatherLocalsVisitor as rustc_hir::intravisit::Visitor>::visit_local::h2f37e8f6dab1ee43
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_typeck/src/check/gather_locals.rs:59:28
23: 0x7f17a9ea27ce - rustc_hir::intravisit::walk_stmt::hc43549942a9bc9b4
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_hir/src/intravisit.rs:1074:39
24: 0x7f17a9ea27ce - rustc_hir::intravisit::Visitor::visit_stmt::h38e5db692302bbb5
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_hir/src/intravisit.rs:349:9
25: 0x7f17a9ea27ce - rustc_hir::intravisit::walk_block::hb36ac92db90313e3
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_hir/src/intravisit.rs:1067:5
26: 0x7f17a9ea27ce - rustc_hir::intravisit::Visitor::visit_block::hf97e5681d4645160
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_hir/src/intravisit.rs:346:9
27: 0x7f17a9ea27ce - rustc_hir::intravisit::walk_expr::hcba7e8c79bb207d2
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_hir/src/intravisit.rs:1156:13
28: 0x7f17a9da7651 - rustc_hir::intravisit::Visitor::visit_body::hf93b49bf51482cfd
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_hir/src/intravisit.rs:312:9
29: 0x7f17a9da7651 - rustc_typeck::check::typeck_with_fallback::{{closure}}::h143d908b038f5f19
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_typeck/src/check/mod.rs:559:13
30: 0x7f17a9da7651 - rustc_typeck::check::inherited::InheritedBuilder::enter::{{closure}}::haccd694442d5aa6b
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_typeck/src/check/inherited.rs:105:34
31: 0x7f17a9da7651 - rustc_infer::infer::InferCtxtBuilder::enter::hf823b5c8ff8c30ae
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_infer/src/infer/mod.rs:582:9
32: 0x7f17a9f478ee - rustc_typeck::check::inherited::InheritedBuilder::enter::h6c1e8feac37ac8a2
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_typeck/src/check/inherited.rs:105:9
33: 0x7f17a9fdec7a - rustc_typeck::check::typeck_with_fallback::hf79c788fda808e6b
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_typeck/src/check/mod.rs:493:26
34: 0x7f17a9f3cf06 - rustc_typeck::check::typeck::hec1c8ded3b4c5f78
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_typeck/src/check/mod.rs:458:9
35: 0x7f17aa43a167 - rustc_query_system::dep_graph::graph::DepGraph<K>::with_task_impl::he37f8520c3d5be6f
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/dep_graph/graph.rs:365:14
36: 0x7f17aa2d0ab0 - rustc_query_system::query::plumbing::force_query_with_job::{{closure}}::{{closure}}::hf0e677d968d1cb66
37: 0x7f17aa2d0ab0 - stacker::maybe_grow::h513649b0384ca696
at /home/akari/.cargo/registry/src/github.com-1ecc6299db9ec823/stacker-0.1.12/src/lib.rs:55:9
38: 0x7f17aa2d0ab0 - rustc_data_structures::stack::ensure_sufficient_stack::h86d0355f51b8323d
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_data_structures/src/stack.rs:16:5
39: 0x7f17aa6e9b46 - <rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query::{{closure}}::{{closure}}::h057b42f72fe875e7
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_impl/src/plumbing.rs:169:17
40: 0x7f17aa6e9b46 - rustc_middle::ty::context::tls::enter_context::{{closure}}::hadf951034bc04ec4
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1733:50
41: 0x7f17aa6e9b46 - rustc_middle::ty::context::tls::set_tlv::h9ffc0278142e9996
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1717:9
42: 0x7f17aa6e9b46 - rustc_middle::ty::context::tls::enter_context::h2dd38b23aeb48e9e
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1733:9
43: 0x7f17aa6e9b46 - <rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query::{{closure}}::ha39907105f4f5d72
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_impl/src/plumbing.rs:168:13
44: 0x7f17aa6e9b46 - rustc_middle::ty::context::tls::with_related_context::{{closure}}::h326c4a912a7943c2
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1777:13
45: 0x7f17aa6e9b46 - rustc_middle::ty::context::tls::with_context::{{closure}}::hcea7c980d2496f3f
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1761:40
46: 0x7f17aa6e9b46 - rustc_middle::ty::context::tls::with_context_opt::h994c99c1480e2279
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1750:22
47: 0x7f17aa6e9b46 - rustc_middle::ty::context::tls::with_context::hf89ed79671730f8c
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1761:9
48: 0x7f17aa6e9b46 - rustc_middle::ty::context::tls::with_related_context::h3014f2dcc74412c1
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1774:9
49: 0x7f17aa6e9b46 - <rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query::h7ca8dbc5509d081c
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_impl/src/plumbing.rs:157:9
50: 0x7f17aa6e9b46 - rustc_query_system::query::plumbing::force_query_with_job::{{closure}}::hedfd0ee2bfc6a972
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/query/plumbing.rs:624:9
51: 0x7f17aa6e9b46 - rustc_query_system::query::plumbing::with_diagnostics::hb321c073c67a7f41
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/query/plumbing.rs:328:18
52: 0x7f17aa6e9b46 - rustc_query_system::query::plumbing::force_query_with_job::h7058f353f682710a
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/query/plumbing.rs:623:51
53: 0x7f17aa66236a - rustc_query_system::query::plumbing::try_execute_query::hf322115131c344fa
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/query/plumbing.rs:444:16
54: 0x7f17aa66236a - rustc_query_system::query::plumbing::get_query_impl::h5a882dad8b540bcc
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/query/plumbing.rs:671:5
55: 0x7f17aa78b230 - rustc_query_system::query::plumbing::get_query::h193c1d1ce2c4d36a
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/query/plumbing.rs:782:9
56: 0x7f17ab8f4da2 - rustc_middle::ty::query::TyCtxtAt::typeck::h552eabed8dcb3a6d
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/query/mod.rs:205:17
57: 0x7f17ab8f4da2 - rustc_middle::ty::query::<impl rustc_middle::ty::context::TyCtxt>::typeck::h68860460b3559fba
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/query/mod.rs:186:17
58: 0x7f17ab8f4da2 - rustc_middle::ty::context::TyCtxt::typeck_opt_const_arg::h657c28b0003ab0b9
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1038:13
59: 0x7f17aad40f67 - rustc_mir::const_eval::eval_queries::eval_to_allocation_raw_provider::hdc7493233e9118bd
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_mir/src/const_eval/eval_queries.rs:278:43
60: 0x7f17aa7ba310 - rustc_query_impl::<impl rustc_query_system::query::config::QueryAccessors<rustc_query_impl::plumbing::QueryCtxt> for rustc_query_impl::queries::eval_to_allocation_raw>::compute::h6f79836979b3bdad
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_impl/src/plumbing.rs:399:17
61: 0x7f17aa3f7612 - rustc_query_system::dep_graph::graph::DepGraph<K>::with_task_impl::h3f175fe47a8cbb39
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/dep_graph/graph.rs:365:14
62: 0x7f17aa45260c - rustc_query_system::dep_graph::graph::DepGraph<K>::with_task::hfa3fe146db877e55
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/dep_graph/graph.rs:247:9
63: 0x7f17aa2cd429 - rustc_query_system::query::plumbing::force_query_with_job::{{closure}}::{{closure}}::hec66cf03934fcb51
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/query/plumbing.rs:634:17
64: 0x7f17aa2cd429 - stacker::maybe_grow::h49d15e7f4a7d3a53
at /home/akari/.cargo/registry/src/github.com-1ecc6299db9ec823/stacker-0.1.12/src/lib.rs:55:9
65: 0x7f17aa2cd429 - rustc_data_structures::stack::ensure_sufficient_stack::h69c90902de19c5ab
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_data_structures/src/stack.rs:16:5
66: 0x7f17aa6e4565 - <rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query::{{closure}}::{{closure}}::h592307583fdd72e1
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_impl/src/plumbing.rs:169:17
67: 0x7f17aa6e4565 - rustc_middle::ty::context::tls::enter_context::{{closure}}::h9a3ed85e69ce1435
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1733:50
68: 0x7f17aa6e4565 - rustc_middle::ty::context::tls::set_tlv::hdbea3ecaa8628673
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1717:9
69: 0x7f17aa6e4565 - rustc_middle::ty::context::tls::enter_context::hc9dbf2283e51f8fd
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1733:9
70: 0x7f17aa6e4565 - <rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query::{{closure}}::h09181e0e959dc28f
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_impl/src/plumbing.rs:168:13
71: 0x7f17aa6e4565 - rustc_middle::ty::context::tls::with_related_context::{{closure}}::hbfc3cfd4630d131c
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1777:13
72: 0x7f17aa6e4565 - rustc_middle::ty::context::tls::with_context::{{closure}}::h0b13c109d6390363
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1761:40
73: 0x7f17aa6e4565 - rustc_middle::ty::context::tls::with_context_opt::hda427b9c197cce03
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1750:22
74: 0x7f17aa6e4565 - rustc_middle::ty::context::tls::with_context::h2bc10d0e14c0e297
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1761:9
75: 0x7f17aa6e4565 - rustc_middle::ty::context::tls::with_related_context::h73deacd0cb70a1a3
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1774:9
76: 0x7f17aa6e4565 - <rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query::h47b57ef6946426fe
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_impl/src/plumbing.rs:157:9
77: 0x7f17aa6e4565 - rustc_query_system::query::plumbing::force_query_with_job::{{closure}}::hca712f874823a83b
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/query/plumbing.rs:624:9
78: 0x7f17aa6e4565 - rustc_query_system::query::plumbing::with_diagnostics::h35edc4b7e255f069
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/query/plumbing.rs:328:18
79: 0x7f17aa6e4565 - rustc_query_system::query::plumbing::force_query_with_job::h52411f375e8b2306
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/query/plumbing.rs:623:51
80: 0x7f17aa64bded - rustc_query_system::query::plumbing::try_execute_query::h900b22d0b62afbc9
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/query/plumbing.rs:444:16
81: 0x7f17aa64bded - rustc_query_system::query::plumbing::get_query_impl::h2cd7702d5da97474
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/query/plumbing.rs:671:5
82: 0x7f17aa78ce0d - rustc_query_system::query::plumbing::get_query::h2078a96b5c04c9c7
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/query/plumbing.rs:782:9
83: 0x7f17aa1f9ec6 - <rustc_query_impl::Queries as rustc_middle::ty::query::QueryEngine>::eval_to_allocation_raw::h5781f890cfda4e2b
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_impl/src/plumbing.rs:601:17
84: 0x7f17aad3fe80 - rustc_middle::ty::query::TyCtxtAt::eval_to_allocation_raw::h7ed161321f0497d7
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/query/mod.rs:205:17
85: 0x7f17aad3fe80 - rustc_middle::ty::query::<impl rustc_middle::ty::context::TyCtxt>::eval_to_allocation_raw::h59f24a6eef26d157
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/query/mod.rs:186:17
86: 0x7f17aad3fe80 - rustc_mir::const_eval::eval_queries::eval_to_const_value_raw_provider::h17c1e34c46193eea
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_mir/src/const_eval/eval_queries.rs:238:5
87: 0x7f17aa7ba350 - rustc_query_impl::<impl rustc_query_system::query::config::QueryAccessors<rustc_query_impl::plumbing::QueryCtxt> for rustc_query_impl::queries::eval_to_const_value_raw>::compute::hfd34ec5b07099d9f
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_impl/src/plumbing.rs:399:17
88: 0x7f17aa4409e2 - rustc_query_system::dep_graph::graph::DepGraph<K>::with_task_impl::heb0f557abc984156
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/dep_graph/graph.rs:365:14
89: 0x7f17aa45219c - rustc_query_system::dep_graph::graph::DepGraph<K>::with_task::he726750030a2a044
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/dep_graph/graph.rs:247:9
90: 0x7f17aa2dae19 - rustc_query_system::query::plumbing::force_query_with_job::{{closure}}::{{closure}}::h410789c6c373ca84
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/query/plumbing.rs:634:17
91: 0x7f17aa2dae19 - stacker::maybe_grow::h2b86bc711f573f94
at /home/akari/.cargo/registry/src/github.com-1ecc6299db9ec823/stacker-0.1.12/src/lib.rs:55:9
92: 0x7f17aa2dae19 - rustc_data_structures::stack::ensure_sufficient_stack::hdf80b7a8f830f9b9
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_data_structures/src/stack.rs:16:5
93: 0x7f17aa700ab7 - <rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query::{{closure}}::{{closure}}::h08b66cd715b01170
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_impl/src/plumbing.rs:169:17
94: 0x7f17aa700ab7 - rustc_middle::ty::context::tls::enter_context::{{closure}}::h058fb361defbd71e
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1733:50
95: 0x7f17aa700ab7 - rustc_middle::ty::context::tls::set_tlv::ha9c4d5588ad5fa3c
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1717:9
96: 0x7f17aa700ab7 - rustc_middle::ty::context::tls::enter_context::hc87a3b79682c9f03
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1733:9
97: 0x7f17aa700ab7 - <rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query::{{closure}}::h07bde3b373654e70
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_impl/src/plumbing.rs:168:13
98: 0x7f17aa700ab7 - rustc_middle::ty::context::tls::with_related_context::{{closure}}::h42786ea4ba7d2f0c
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1777:13
99: 0x7f17aa700ab7 - rustc_middle::ty::context::tls::with_context::{{closure}}::hc8496f142b15ece1
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1761:40
100: 0x7f17aa700ab7 - rustc_middle::ty::context::tls::with_context_opt::h10a379d638f8707b
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1750:22
101: 0x7f17aa700ab7 - rustc_middle::ty::context::tls::with_context::hd4c1459a286080ce
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1761:9
102: 0x7f17aa700ab7 - rustc_middle::ty::context::tls::with_related_context::h1da0de953aa01b1f
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1774:9
103: 0x7f17aa700ab7 - <rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query::hd33136ef3505f3db
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_impl/src/plumbing.rs:157:9
104: 0x7f17aa700ab7 - rustc_query_system::query::plumbing::force_query_with_job::{{closure}}::hedccc58b5e7710d0
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/query/plumbing.rs:624:9
105: 0x7f17aa700ab7 - rustc_query_system::query::plumbing::with_diagnostics::h945645265ba17270
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/query/plumbing.rs:328:18
106: 0x7f17aa700ab7 - rustc_query_system::query::plumbing::force_query_with_job::hfd5c9a38e060c8c7
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/query/plumbing.rs:623:51
107: 0x7f17aa695c92 - rustc_query_system::query::plumbing::try_execute_query::h684f2d186a95a926
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/query/plumbing.rs:444:16
108: 0x7f17aa695c92 - rustc_query_system::query::plumbing::get_query_impl::hcff85011b1d7cef1
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/query/plumbing.rs:671:5
109: 0x7f17aa7add23 - rustc_query_system::query::plumbing::get_query::hdb84103b0daf8d08
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/query/plumbing.rs:782:9
110: 0x7f17aa1f9f26 - <rustc_query_impl::Queries as rustc_middle::ty::query::QueryEngine>::eval_to_const_value_raw::hb8966a8f9f25fe24
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_impl/src/plumbing.rs:601:17
111: 0x7f17ab8e98e9 - rustc_middle::ty::query::TyCtxtAt::eval_to_const_value_raw::hac166ca73f7ac931
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/query/mod.rs:205:17
112: 0x7f17ab8e98e9 - rustc_middle::mir::interpret::queries::<impl rustc_middle::ty::context::TyCtxt>::const_eval_global_id::h029906331054832f
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/mir/interpret/queries.rs:71:13
113: 0x7f17ab90523e - rustc_middle::mir::interpret::queries::<impl rustc_middle::ty::context::TyCtxt>::const_eval_resolve::h042d7382017be0a4
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/mir/interpret/queries.rs:44:17
114: 0x7f17ab6f0b3f - rustc_infer::infer::InferCtxt::const_eval_resolve::h618c3bda63c7cc09
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_infer/src/infer/mod.rs:1501:9
115: 0x7f17ab5d1ca3 - rustc_trait_selection::traits::const_evaluatable::is_const_evaluatable::hb14d71cd126bae60
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_trait_selection/src/traits/const_evaluatable.rs:148:20
116: 0x7f17ab5d8241 - rustc_trait_selection::traits::fulfill::FulfillProcessor::progress_changed_obligations::h0e5d349d071f77e3
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_trait_selection/src/traits/fulfill.rs:494:27
117: 0x7f17ab4eea6e - <rustc_trait_selection::traits::fulfill::FulfillProcessor as rustc_data_structures::obligation_forest::ObligationProcessor>::process_obligation::h2db35a7876cee47a
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_trait_selection/src/traits/fulfill.rs:309:9
118: 0x7f17ab4eea6e - rustc_data_structures::obligation_forest::ObligationForest<O>::process_obligations::h54a108d5c4d0dab1
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_data_structures/src/obligation_forest/mod.rs:448:19
119: 0x7f17ab5d6d7b - rustc_trait_selection::traits::fulfill::FulfillmentContext::select::h40148e28095e2768
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_trait_selection/src/traits/fulfill.rs:135:17
120: 0x7f17ab5d6d7b - <rustc_trait_selection::traits::fulfill::FulfillmentContext as rustc_infer::traits::engine::TraitEngine>::select_where_possible::h5a8b9dcca9f155f0
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_trait_selection/src/traits/fulfill.rs:237:9
121: 0x7f17ab5d6c08 - <rustc_trait_selection::traits::fulfill::FulfillmentContext as rustc_infer::traits::engine::TraitEngine>::select_all_or_error::h5f3554baf8da2fde
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_trait_selection/src/traits/fulfill.rs:221:9
122: 0x7f17a9e2a960 - rustc_typeck::check::fn_ctxt::_impl::<impl rustc_typeck::check::fn_ctxt::FnCtxt>::select_all_obligations_or_error::hd5ade5d8c500f9a0
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_typeck/src/check/fn_ctxt/_impl.rs:713:30
123: 0x7f17a9da6af4 - rustc_typeck::check::wfcheck::CheckWfFcxBuilder::with_fcx::{{closure}}::h278b69553eab7c73
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_typeck/src/check/wfcheck.rs:60:13
124: 0x7f17a9da6af4 - rustc_typeck::check::inherited::InheritedBuilder::enter::{{closure}}::haec684b98896b9fb
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_typeck/src/check/inherited.rs:105:34
125: 0x7f17a9da6af4 - rustc_infer::infer::InferCtxtBuilder::enter::he1f5b18a0e82a2a8
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_infer/src/infer/mod.rs:582:9
126: 0x7f17a9f477a5 - rustc_typeck::check::inherited::InheritedBuilder::enter::h0cde86e55f33eeae
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_typeck/src/check/inherited.rs:105:9
127: 0x7f17a9ff94a1 - rustc_typeck::check::wfcheck::CheckWfFcxBuilder::with_fcx::h4855e8a331506416
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_typeck/src/check/wfcheck.rs:51:9
128: 0x7f17a9e64e87 - rustc_typeck::check::wfcheck::check_item_fn::ha5348331381dc4f5
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_typeck/src/check/wfcheck.rs:610:5
129: 0x7f17a9e64e87 - rustc_typeck::check::wfcheck::check_item_well_formed::hfcda6dccfd2aef38
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_typeck/src/check/wfcheck.rs:145:13
130: 0x7f17aa3dbc41 - rustc_query_system::dep_graph::graph::DepGraph<K>::with_task_impl::h02ca82870f38e49c
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/dep_graph/graph.rs:365:14
131: 0x7f17aa2dc8a0 - rustc_query_system::query::plumbing::force_query_with_job::{{closure}}::{{closure}}::hddcb3244977cc78e
132: 0x7f17aa2dc8a0 - stacker::maybe_grow::h322b9fded312d580
at /home/akari/.cargo/registry/src/github.com-1ecc6299db9ec823/stacker-0.1.12/src/lib.rs:55:9
133: 0x7f17aa2dc8a0 - rustc_data_structures::stack::ensure_sufficient_stack::heedf9cc6d5f2d1d9
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_data_structures/src/stack.rs:16:5
134: 0x7f17aa6fa076 - <rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query::{{closure}}::{{closure}}::h7116da7b7202589b
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_impl/src/plumbing.rs:169:17
135: 0x7f17aa6fa076 - rustc_middle::ty::context::tls::enter_context::{{closure}}::ha60e4b0d9e212b5c
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1733:50
136: 0x7f17aa6fa076 - rustc_middle::ty::context::tls::set_tlv::h46039dbee63900fd
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1717:9
137: 0x7f17aa6fa076 - rustc_middle::ty::context::tls::enter_context::h01a45294d8424ece
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1733:9
138: 0x7f17aa6fa076 - <rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query::{{closure}}::hbbe7eeff97805fd7
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_impl/src/plumbing.rs:168:13
139: 0x7f17aa6fa076 - rustc_middle::ty::context::tls::with_related_context::{{closure}}::h055aa47c8c400b15
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1777:13
140: 0x7f17aa6fa076 - rustc_middle::ty::context::tls::with_context::{{closure}}::hc176fc3830ed319b
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1761:40
141: 0x7f17aa6fa076 - rustc_middle::ty::context::tls::with_context_opt::h50a4fa2da73c03a0
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1750:22
142: 0x7f17aa6fa076 - rustc_middle::ty::context::tls::with_context::h818001f120b81938
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1761:9
143: 0x7f17aa6fa076 - rustc_middle::ty::context::tls::with_related_context::h8db6552ec0476530
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1774:9
144: 0x7f17aa6fa076 - <rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query::habc37d04df63ba48
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_impl/src/plumbing.rs:157:9
145: 0x7f17aa6fa076 - rustc_query_system::query::plumbing::force_query_with_job::{{closure}}::hfdbe8896ecf3d507
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/query/plumbing.rs:624:9
146: 0x7f17aa6fa076 - rustc_query_system::query::plumbing::with_diagnostics::hd2ec2b140b1f0475
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/query/plumbing.rs:328:18
147: 0x7f17aa6fa076 - rustc_query_system::query::plumbing::force_query_with_job::hd9edf313e413612d
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/query/plumbing.rs:623:51
148: 0x7f17aa68a328 - rustc_query_system::query::plumbing::try_execute_query::hb519687ea23c51c4
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/query/plumbing.rs:444:16
149: 0x7f17aa68a328 - rustc_query_system::query::plumbing::get_query_impl::hb3f45d2e5184df3f
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/query/plumbing.rs:671:5
150: 0x7f17aa7a10e0 - rustc_query_system::query::plumbing::get_query::h90c45f6b1baa8ab2
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/query/plumbing.rs:782:9
151: 0x7f17a9e6cbaa - rustc_middle::ty::query::TyCtxtEnsure::check_item_well_formed::h128ed3e99d2c1beb
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/query/mod.rs:176:17
152: 0x7f17a9e6cbaa - <rustc_typeck::check::wfcheck::CheckTypeWellFormedVisitor as rustc_hir::intravisit::Visitor>::visit_item::h8c6a74d988f89084
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_typeck/src/check/wfcheck.rs:1359:9
153: 0x7f17a9e6c9e4 - <rustc_typeck::check::wfcheck::CheckTypeWellFormedVisitor as rustc_hir::itemlikevisit::ParItemLikeVisitor>::visit_item::h40eff6325642061d
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_typeck/src/check/wfcheck.rs:1334:9
154: 0x7f17a9f923a7 - rustc_hir::hir::Crate::par_visit_all_item_likes::{{closure}}::{{closure}}::h19c54e74476b1ef1
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_hir/src/hir.rs:734:21
155: 0x7f17a9f923a7 - rustc_data_structures::sync::par_for_each_in::{{closure}}::{{closure}}::h2079c4f7e1077850
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_data_structures/src/sync.rs:210:66
156: 0x7f17a9f923a7 - <std::panic::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd2e376b85cdf03e1
at /home/akari/ws/gh/johntitor/rust/library/std/src/panic.rs:344:9
157: 0x7f17a9f923a7 - std::panicking::try::do_call::h7036c774c0e5fd69
at /home/akari/ws/gh/johntitor/rust/library/std/src/panicking.rs:379:40
158: 0x7f17a9f923a7 - std::panicking::try::h716690ae48cfcc8d
at /home/akari/ws/gh/johntitor/rust/library/std/src/panicking.rs:343:19
159: 0x7f17a9de21d4 - std::panic::catch_unwind::hfd1546aff3197a58
at /home/akari/ws/gh/johntitor/rust/library/std/src/panic.rs:431:14
160: 0x7f17a9de21d4 - rustc_data_structures::sync::par_for_each_in::{{closure}}::h4582a876fd36ad47
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_data_structures/src/sync.rs:210:33
161: 0x7f17a9de21d4 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h81e7e37a90bdb4d7
at /home/akari/ws/gh/johntitor/rust/library/core/src/iter/traits/iterator.rs:772:29
162: 0x7f17a9de21d4 - core::iter::traits::iterator::Iterator::fold::h9a79d592b4574329
at /home/akari/ws/gh/johntitor/rust/library/core/src/iter/traits/iterator.rs:2134:21
163: 0x7f17a9de21d4 - core::iter::traits::iterator::Iterator::for_each::h31c75760e77d9518
at /home/akari/ws/gh/johntitor/rust/library/core/src/iter/traits/iterator.rs:775:9
164: 0x7f17a9de21d4 - rustc_data_structures::sync::par_for_each_in::h2d3b9d2f1e205c39
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_data_structures/src/sync.rs:209:13
165: 0x7f17a9f92410 - rustc_hir::hir::Crate::par_visit_all_item_likes::{{closure}}::he6ab5cf375730d9c
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_hir/src/hir.rs:733:17
166: 0x7f17a9f92410 - core::ops::function::FnOnce::call_once::hc3a29dedaae434d5
at /home/akari/ws/gh/johntitor/rust/library/core/src/ops/function.rs:227:5
167: 0x7f17a9f92410 - <std::panic::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h23453786b4464c15
at /home/akari/ws/gh/johntitor/rust/library/std/src/panic.rs:344:9
168: 0x7f17a9f92410 - std::panicking::try::do_call::h9b4bdd9690abba8d
at /home/akari/ws/gh/johntitor/rust/library/std/src/panicking.rs:379:40
169: 0x7f17a9f92410 - std::panicking::try::hd22c4502e86bf9d8
at /home/akari/ws/gh/johntitor/rust/library/std/src/panicking.rs:343:19
170: 0x7f17a9f4417b - std::panic::catch_unwind::h22acfccf96f91c09
at /home/akari/ws/gh/johntitor/rust/library/std/src/panic.rs:431:14
171: 0x7f17a9f4417b - rustc_hir::hir::Crate::par_visit_all_item_likes::h4fd32021aa89eda6
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_hir/src/hir.rs:731:9
172: 0x7f17a9def2c6 - rustc_typeck::check::check::check_wf_new::h8309ee75217d0fdd
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_typeck/src/check/check.rs:34:5
173: 0x7f17a9f898ee - rustc_typeck::check_crate::{{closure}}::{{closure}}::h33bf8179bfef5295
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_typeck/src/lib.rs:406:41
174: 0x7f17a9f898ee - rustc_data_structures::profiling::VerboseTimingGuard::run::h4fe83b4502f2d622
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_data_structures/src/profiling.rs:573:9
175: 0x7f17a9f898ee - rustc_session::utils::<impl rustc_session::session::Session>::time::ha8d0a6f00a728d28
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_session/src/utils.rs:10:9
176: 0x7f17a9f898ee - rustc_typeck::check_crate::{{closure}}::ha31ef45a3a5d518c
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_typeck/src/lib.rs:406:9
177: 0x7f17a9f898ee - rustc_session::session::Session::track_errors::h6b4e5bf3ec72b584
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_session/src/session.rs:476:22
178: 0x7f17a9e62593 - rustc_typeck::check_crate::h215b9f8c119efaa3
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_typeck/src/lib.rs:405:5
179: 0x7f17a9823c8f - rustc_interface::passes::analysis::hbde95556fe522f8a
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_interface/src/passes.rs:848:5
180: 0x7f17aa4455f7 - rustc_query_system::dep_graph::graph::DepGraph<K>::with_task_impl::hf4da1811c9b1508e
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/dep_graph/graph.rs:365:14
181: 0x7f17aa44c449 - rustc_query_system::dep_graph::graph::DepGraph<K>::with_eval_always_task::hbf57179484e9dcf0
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/dep_graph/graph.rs:421:9
182: 0x7f17aa2d7e62 - rustc_query_system::query::plumbing::force_query_with_job::{{closure}}::{{closure}}::hc9f530278df9d4d6
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/query/plumbing.rs:626:17
183: 0x7f17aa2d7e62 - stacker::maybe_grow::hdd89dec9437ac8f5
at /home/akari/.cargo/registry/src/github.com-1ecc6299db9ec823/stacker-0.1.12/src/lib.rs:55:9
184: 0x7f17aa2d7e62 - rustc_data_structures::stack::ensure_sufficient_stack::hc6676eb325d26333
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_data_structures/src/stack.rs:16:5
185: 0x7f17aa6e5096 - <rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query::{{closure}}::{{closure}}::h7cbe4025704eca28
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_impl/src/plumbing.rs:169:17
186: 0x7f17aa6e5096 - rustc_middle::ty::context::tls::enter_context::{{closure}}::h793f23a44e7502f1
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1733:50
187: 0x7f17aa6e5096 - rustc_middle::ty::context::tls::set_tlv::hc270b311d7b75a02
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1717:9
188: 0x7f17aa6e5096 - rustc_middle::ty::context::tls::enter_context::h9812ccede05a4daf
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1733:9
189: 0x7f17aa6e5096 - <rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query::{{closure}}::h7a1e8b6f181a66f3
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_impl/src/plumbing.rs:168:13
190: 0x7f17aa6e5096 - rustc_middle::ty::context::tls::with_related_context::{{closure}}::h99883c6fe7c3f466
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1777:13
191: 0x7f17aa6e5096 - rustc_middle::ty::context::tls::with_context::{{closure}}::h64ba7af234a8872d
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1761:40
192: 0x7f17aa6e5096 - rustc_middle::ty::context::tls::with_context_opt::h1c5e99444c871e34
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1750:22
193: 0x7f17aa6e5096 - rustc_middle::ty::context::tls::with_context::hc8112edca4094650
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1761:9
194: 0x7f17aa6e5096 - rustc_middle::ty::context::tls::with_related_context::hc7f5d859c5a456f4
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1774:9
195: 0x7f17aa6e5096 - <rustc_query_impl::plumbing::QueryCtxt as rustc_query_system::query::QueryContext>::start_query::h51847751538d3845
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_impl/src/plumbing.rs:157:9
196: 0x7f17aa6e5096 - rustc_query_system::query::plumbing::force_query_with_job::{{closure}}::h1a0801f219fc8a85
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/query/plumbing.rs:624:9
197: 0x7f17aa6e5096 - rustc_query_system::query::plumbing::with_diagnostics::hb6fc8ccf417afb00
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/query/plumbing.rs:328:18
198: 0x7f17aa6e5096 - rustc_query_system::query::plumbing::force_query_with_job::h58ae57a9a7f99764
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/query/plumbing.rs:623:51
199: 0x7f17aa6887b2 - rustc_query_system::query::plumbing::try_execute_query::hb318b5cdfe346b01
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/query/plumbing.rs:444:16
200: 0x7f17aa6887b2 - rustc_query_system::query::plumbing::get_query_impl::hb1cc4e8dd3e2a620
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/query/plumbing.rs:671:5
201: 0x7f17aa78bb33 - rustc_query_system::query::plumbing::get_query::h1d6477342641702e
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_query_system/src/query/plumbing.rs:782:9
202: 0x7f17a96a7e44 - rustc_middle::ty::query::TyCtxtAt::analysis::h6b5879fa259ce6fd
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/query/mod.rs:205:17
203: 0x7f17a96a7e44 - rustc_middle::ty::query::<impl rustc_middle::ty::context::TyCtxt>::analysis::h1dd01d8140c7f76b
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/query/mod.rs:186:17
204: 0x7f17a96a7e44 - rustc_driver::run_compiler::{{closure}}::{{closure}}::{{closure}}::hfcb7281ca6be7f84
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_driver/src/lib.rs:436:59
205: 0x7f17a96a7e44 - rustc_interface::passes::QueryContext::enter::{{closure}}::he14fdb033800d881
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_interface/src/passes.rs:754:42
206: 0x7f17a96a7e44 - rustc_middle::ty::context::tls::enter_context::{{closure}}::h7e5daf1640002202
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1733:50
207: 0x7f17a96a7e44 - rustc_middle::ty::context::tls::set_tlv::hd0b031f8e61a888d
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1717:9
208: 0x7f17a96a7e44 - rustc_middle::ty::context::tls::enter_context::h006b80480d6bcd8c
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_middle/src/ty/context.rs:1733:9
209: 0x7f17a96a7e44 - rustc_interface::passes::QueryContext::enter::hb0e461ae74c7753f
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_interface/src/passes.rs:754:9
210: 0x7f17a96c276b - rustc_driver::run_compiler::{{closure}}::{{closure}}::h6022c3515e447d6b
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_driver/src/lib.rs:436:13
211: 0x7f17a96c276b - rustc_interface::queries::<impl rustc_interface::interface::Compiler>::enter::h4240109ca5201de9
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_interface/src/queries.rs:422:19
212: 0x7f17a9692f40 - rustc_driver::run_compiler::{{closure}}::h83e31666565a5b29
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_driver/src/lib.rs:337:22
213: 0x7f17a9692f40 - rustc_interface::interface::create_compiler_and_run::{{closure}}::h319d8a29138d1f97
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_interface/src/interface.rs:208:13
214: 0x7f17a9692f40 - rustc_span::with_source_map::haaf5f7ca6a139776
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_span/src/lib.rs:788:5
215: 0x7f17a96c3f0c - rustc_interface::interface::create_compiler_and_run::h25536253f8abd193
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_interface/src/interface.rs:202:5
216: 0x7f17a96a96cb - rustc_interface::interface::run_compiler::{{closure}}::h79246a09147c1a02
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_interface/src/interface.rs:224:12
217: 0x7f17a96a96cb - rustc_interface::util::setup_callbacks_and_run_in_thread_pool_with_globals::{{closure}}::{{closure}}::h5bc9fdf5998d9513
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_interface/src/util.rs:155:13
218: 0x7f17a96a96cb - scoped_tls::ScopedKey<T>::set::hfb1df570146167b4
at /home/akari/.cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-1.0.0/src/lib.rs:137:9
219: 0x7f17a9693787 - rustc_span::with_session_globals::hf915f29646b4f5d1
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_span/src/lib.rs:105:5
220: 0x7f17a96baccb - rustc_interface::util::setup_callbacks_and_run_in_thread_pool_with_globals::{{closure}}::he035b7498b60a6d3
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_interface/src/util.rs:153:9
221: 0x7f17a96baccb - rustc_interface::util::scoped_thread::{{closure}}::h3560477d4c05e43a
at /home/akari/ws/gh/johntitor/rust/compiler/rustc_interface/src/util.rs:128:24
222: 0x7f17a96baccb - std::sys_common::backtrace::__rust_begin_short_backtrace::hd7852aab1ff4a2d7
at /home/akari/ws/gh/johntitor/rust/library/std/src/sys_common/backtrace.rs:125:18
223: 0x7f17a9690859 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7e63403f0cd2ca45
at /home/akari/ws/gh/johntitor/rust/library/std/src/thread/mod.rs:474:17
224: 0x7f17a9690859 - <std::panic::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h577ba75d377a5d9d
at /home/akari/ws/gh/johntitor/rust/library/std/src/panic.rs:344:9
225: 0x7f17a9690859 - std::panicking::try::do_call::h62c863a1c3ccf8ce
at /home/akari/ws/gh/johntitor/rust/library/std/src/panicking.rs:379:40
226: 0x7f17a9690859 - std::panicking::try::h40a5d58dd12980b5
at /home/akari/ws/gh/johntitor/rust/library/std/src/panicking.rs:343:19
227: 0x7f17a97258aa - std::panic::catch_unwind::h9e5ed6220fe3a4a4
at /home/akari/ws/gh/johntitor/rust/library/std/src/panic.rs:431:14
228: 0x7f17a97258aa - std::thread::Builder::spawn_unchecked::{{closure}}::hecb2ec2684bfba9d
at /home/akari/ws/gh/johntitor/rust/library/std/src/thread/mod.rs:473:30
229: 0x7f17a97258aa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc53a4c9500f96b98
at /home/akari/ws/gh/johntitor/rust/library/core/src/ops/function.rs:227:5
230: 0x7f17a902934b - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hb8678391e94d7388
at /home/akari/ws/gh/johntitor/rust/library/alloc/src/boxed.rs:1546:9
231: 0x7f17a902934b - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hb2601b6d891f7295
at /home/akari/ws/gh/johntitor/rust/library/alloc/src/boxed.rs:1546:9
232: 0x7f17a904ebfa - std::sys::unix::thread::Thread::new::thread_start::hc6bea100e3a32d51
at /home/akari/ws/gh/johntitor/rust/library/std/src/sys/unix/thread.rs:71:17
233: 0x7f17a39d1609 - start_thread
234: 0x7f17a8ed8293 - clone
235: 0x0 - <unknown>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment