Build #885842 2023-08-14T17:19:46.509525+00:00
# rustc version
rustc 1.73.0-nightly (1b198b3a1 2023-08-13)# docs.rs version
docsrs 0.6.0 (9d80e3c8 2023-08-09)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/fuels-accounts-0.45.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/fuels-accounts-0.45.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:84cb280c7acaf12c1f874411053406050a24f846e52f817d4d9e64bcbe5ce959" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20230813-1.73.0-nightly-1b198b3a1\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] 8d6e30c55a42fb51994fa62972885a7b57b804bdb74442aa42e8b2d3dd34e2d2
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "8d6e30c55a42fb51994fa62972885a7b57b804bdb74442aa42e8b2d3dd34e2d2", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr] Compiling combine v3.8.1
[INFO] [stderr] Compiling serde_json v1.0.104
[INFO] [stderr] Compiling heapless v0.7.16
[INFO] [stderr] Compiling rand_core v0.6.4
[INFO] [stderr] Checking rustls-native-certs v0.5.0
[INFO] [stderr] Checking tokio-rustls v0.22.0
[INFO] [stderr] Checking serde_urlencoded v0.7.1
[INFO] [stderr] Checking ct-logs v0.8.0
[INFO] [stderr] Compiling itertools v0.10.5
[INFO] [stderr] Checking futures-executor v0.3.28
[INFO] [stderr] Checking tokio-io-timeout v1.2.0
[INFO] [stderr] Checking hash32 v0.2.1
[INFO] [stderr] Checking aho-corasick v1.0.4
[INFO] [stderr] Checking spin v0.9.8
[INFO] [stderr] Compiling pin-project-internal v1.1.3
[INFO] [stderr] Checking encoding_rs v0.8.32
[INFO] [stderr] Compiling ppv-lite86 v0.2.17
[INFO] [stderr] error: internal compiler error: no errors encountered even though `delay_span_bug` issued
[INFO] [stderr]
[INFO] [stderr] error: internal compiler error: unresolved inference variable in outlives: ?29t
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/combine-3.8.1/src/parser/choice.rs:279:13
[INFO] [stderr] |
[INFO] [stderr] 279 | / fn add_error_choice(
[INFO] [stderr] 280 | | &mut self,
[INFO] [stderr] 281 | | error: &mut Tracked<<Self::Input as StreamOnce>::Error>
[INFO] [stderr] 282 | | ) {
[INFO] [stderr] | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 298 | tuple_choice_parser!(A B C D E F G H I J K L M N O P Q R S T U V X Y Z);
[INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] note: delayed at compiler/rustc_infer/src/infer/outlives/obligations.rs:254:35
[INFO] [stderr] 0: <rustc_errors::HandlerInner>::emit_diagnostic
[INFO] [stderr] 1: <rustc_session::session::Session>::delay_span_bug::<rustc_span::span_encoding::Span, alloc::string::String>
[INFO] [stderr] 2: <rustc_infer::infer::outlives::obligations::TypeOutlives<&rustc_infer::infer::InferCtxt>>::components_must_outlive
[INFO] [stderr] 3: <rustc_infer::infer::InferCtxt>::resolve_regions
[INFO] [stderr] 4: rustc_hir_analysis::check::compare_impl_item::compare_method_predicate_entailment
[INFO] [stderr] 5: rustc_hir_analysis::check::check::check_mod_item_types
[INFO] [stderr] 6: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
[INFO] [stderr] 7: <rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, rustc_span::def_id::LocalDefId)>>::call_once
[INFO] [stderr] 8: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stderr] 9: rustc_query_impl::query_impl::check_mod_item_types::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr] 10: <rustc_middle::hir::map::Map>::for_each_module::<rustc_hir_analysis::check_crate::{closure#6}::{closure#0}>
[INFO] [stderr] 11: rustc_hir_analysis::check_crate
[INFO] [stderr] 12: rustc_interface::passes::analysis
[INFO] [stderr] 13: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>
[INFO] [stderr] 14: <rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, ())>>::call_once
[INFO] [stderr] 15: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stderr] 16: rustc_query_impl::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr] 17: <rustc_middle::ty::context::GlobalCtxt>::enter::<rustc_driver_impl::run_compiler::{closure#1}::{closure#2}::{closure#6}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
[INFO] [stderr] 18: rustc_span::set_source_map::<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}::{closure#0}>
[INFO] [stderr] 19: std::sys_common::backtrace::__rust_begin_short_backtrace::<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
[INFO] [stderr] 20: <<std::thread::Builder>::spawn_unchecked_<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr] 21: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/alloc/src/boxed.rs:2007:9
[INFO] [stderr] 22: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/alloc/src/boxed.rs:2007:9
[INFO] [stderr] 23: std::sys::unix::thread::Thread::new::thread_start
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/std/src/sys/unix/thread.rs:108:17
[INFO] [stderr] 24: <unknown>
[INFO] [stderr] 25: __clone
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/combine-3.8.1/src/parser/choice.rs:279:13
[INFO] [stderr] |
[INFO] [stderr] 279 | / fn add_error_choice(
[INFO] [stderr] 280 | | &mut self,
[INFO] [stderr] 281 | | error: &mut Tracked<<Self::Input as StreamOnce>::Error>
[INFO] [stderr] 282 | | ) {
[INFO] [stderr] | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 298 | tuple_choice_parser!(A B C D E F G H I J K L M N O P Q R S T U V X Y Z);
[INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] = note: this error: internal compiler error originates in the macro `tuple_choice_parser_inner` which comes from the expansion of the macro `tuple_choice_parser` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: internal compiler error: unresolved inference variable in outlives: ?28t
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/combine-3.8.1/src/parser/choice.rs:279:13
[INFO] [stderr] |
[INFO] [stderr] 279 | / fn add_error_choice(
[INFO] [stderr] 280 | | &mut self,
[INFO] [stderr] 281 | | error: &mut Tracked<<Self::Input as StreamOnce>::Error>
[INFO] [stderr] 282 | | ) {
[INFO] [stderr] | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 298 | tuple_choice_parser!(A B C D E F G H I J K L M N O P Q R S T U V X Y Z);
[INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] note: delayed at compiler/rustc_infer/src/infer/outlives/obligations.rs:254:35
[INFO] [stderr] 0: <rustc_errors::HandlerInner>::emit_diagnostic
[INFO] [stderr] 1: <rustc_session::session::Session>::delay_span_bug::<rustc_span::span_encoding::Span, alloc::string::String>
[INFO] [stderr] 2: <rustc_infer::infer::outlives::obligations::TypeOutlives<&rustc_infer::infer::InferCtxt>>::components_must_outlive
[INFO] [stderr] 3: <rustc_infer::infer::InferCtxt>::resolve_regions
[INFO] [stderr] 4: rustc_hir_analysis::check::compare_impl_item::compare_method_predicate_entailment
[INFO] [stderr] 5: rustc_hir_analysis::check::check::check_mod_item_types
[INFO] [stderr] 6: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
[INFO] [stderr] 7: <rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, rustc_span::def_id::LocalDefId)>>::call_once
[INFO] [stderr] 8: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stderr] 9: rustc_query_impl::query_impl::check_mod_item_types::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr] 10: <rustc_middle::hir::map::Map>::for_each_module::<rustc_hir_analysis::check_crate::{closure#6}::{closure#0}>
[INFO] [stderr] 11: rustc_hir_analysis::check_crate
[INFO] [stderr] 12: rustc_interface::passes::analysis
[INFO] [stderr] 13: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>
[INFO] [stderr] 14: <rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, ())>>::call_once
[INFO] [stderr] 15: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stderr] 16: rustc_query_impl::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr] 17: <rustc_middle::ty::context::GlobalCtxt>::enter::<rustc_driver_impl::run_compiler::{closure#1}::{closure#2}::{closure#6}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
[INFO] [stderr] 18: rustc_span::set_source_map::<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}::{closure#0}>
[INFO] [stderr] 19: std::sys_common::backtrace::__rust_begin_short_backtrace::<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
[INFO] [stderr] 20: <<std::thread::Builder>::spawn_unchecked_<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr] 21: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/alloc/src/boxed.rs:2007:9
[INFO] [stderr] 22: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/alloc/src/boxed.rs:2007:9
[INFO] [stderr] 23: std::sys::unix::thread::Thread::new::thread_start
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/std/src/sys/unix/thread.rs:108:17
[INFO] [stderr] 24: <unknown>
[INFO] [stderr] 25: __clone
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/combine-3.8.1/src/parser/choice.rs:279:13
[INFO] [stderr] |
[INFO] [stderr] 279 | / fn add_error_choice(
[INFO] [stderr] 280 | | &mut self,
[INFO] [stderr] 281 | | error: &mut Tracked<<Self::Input as StreamOnce>::Error>
[INFO] [stderr] 282 | | ) {
[INFO] [stderr] | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 298 | tuple_choice_parser!(A B C D E F G H I J K L M N O P Q R S T U V X Y Z);
[INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] = note: this error: internal compiler error originates in the macro `tuple_choice_parser_inner` which comes from the expansion of the macro `tuple_choice_parser` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: internal compiler error: unresolved inference variable in outlives: ?27t
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/combine-3.8.1/src/parser/choice.rs:279:13
[INFO] [stderr] |
[INFO] [stderr] 279 | / fn add_error_choice(
[INFO] [stderr] 280 | | &mut self,
[INFO] [stderr] 281 | | error: &mut Tracked<<Self::Input as StreamOnce>::Error>
[INFO] [stderr] 282 | | ) {
[INFO] [stderr] | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 298 | tuple_choice_parser!(A B C D E F G H I J K L M N O P Q R S T U V X Y Z);
[INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] note: delayed at compiler/rustc_infer/src/infer/outlives/obligations.rs:254:35
[INFO] [stderr] 0: <rustc_errors::HandlerInner>::emit_diagnostic
[INFO] [stderr] 1: <rustc_session::session::Session>::delay_span_bug::<rustc_span::span_encoding::Span, alloc::string::String>
[INFO] [stderr] 2: <rustc_infer::infer::outlives::obligations::TypeOutlives<&rustc_infer::infer::InferCtxt>>::components_must_outlive
[INFO] [stderr] 3: <rustc_infer::infer::InferCtxt>::resolve_regions
[INFO] [stderr] 4: rustc_hir_analysis::check::compare_impl_item::compare_method_predicate_entailment
[INFO] [stderr] 5: rustc_hir_analysis::check::check::check_mod_item_types
[INFO] [stderr] 6: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
[INFO] [stderr] 7: <rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, rustc_span::def_id::LocalDefId)>>::call_once
[INFO] [stderr] 8: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stderr] 9: rustc_query_impl::query_impl::check_mod_item_types::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr] 10: <rustc_middle::hir::map::Map>::for_each_module::<rustc_hir_analysis::check_crate::{closure#6}::{closure#0}>
[INFO] [stderr] 11: rustc_hir_analysis::check_crate
[INFO] [stderr] 12: rustc_interface::passes::analysis
[INFO] [stderr] 13: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>
[INFO] [stderr] 14: <rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, ())>>::call_once
[INFO] [stderr] 15: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stderr] 16: rustc_query_impl::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr] 17: <rustc_middle::ty::context::GlobalCtxt>::enter::<rustc_driver_impl::run_compiler::{closure#1}::{closure#2}::{closure#6}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
[INFO] [stderr] 18: rustc_span::set_source_map::<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}::{closure#0}>
[INFO] [stderr] 19: std::sys_common::backtrace::__rust_begin_short_backtrace::<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
[INFO] [stderr] 20: <<std::thread::Builder>::spawn_unchecked_<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr] 21: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/alloc/src/boxed.rs:2007:9
[INFO] [stderr] 22: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/alloc/src/boxed.rs:2007:9
[INFO] [stderr] 23: std::sys::unix::thread::Thread::new::thread_start
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/std/src/sys/unix/thread.rs:108:17
[INFO] [stderr] 24: <unknown>
[INFO] [stderr] 25: __clone
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/combine-3.8.1/src/parser/choice.rs:279:13
[INFO] [stderr] |
[INFO] [stderr] 279 | / fn add_error_choice(
[INFO] [stderr] 280 | | &mut self,
[INFO] [stderr] 281 | | error: &mut Tracked<<Self::Input as StreamOnce>::Error>
[INFO] [stderr] 282 | | ) {
[INFO] [stderr] | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 298 | tuple_choice_parser!(A B C D E F G H I J K L M N O P Q R S T U V X Y Z);
[INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] = note: this error: internal compiler error originates in the macro `tuple_choice_parser_inner` which comes from the expansion of the macro `tuple_choice_parser` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: internal compiler error: unresolved inference variable in outlives: ?26t
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/combine-3.8.1/src/parser/choice.rs:279:13
[INFO] [stderr] |
[INFO] [stderr] 279 | / fn add_error_choice(
[INFO] [stderr] 280 | | &mut self,
[INFO] [stderr] 281 | | error: &mut Tracked<<Self::Input as StreamOnce>::Error>
[INFO] [stderr] 282 | | ) {
[INFO] [stderr] | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 298 | tuple_choice_parser!(A B C D E F G H I J K L M N O P Q R S T U V X Y Z);
[INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] note: delayed at compiler/rustc_infer/src/infer/outlives/obligations.rs:254:35
[INFO] [stderr] 0: <rustc_errors::HandlerInner>::emit_diagnostic
[INFO] [stderr] 1: <rustc_session::session::Session>::delay_span_bug::<rustc_span::span_encoding::Span, alloc::string::String>
[INFO] [stderr] 2: <rustc_infer::infer::outlives::obligations::TypeOutlives<&rustc_infer::infer::InferCtxt>>::components_must_outlive
[INFO] [stderr] 3: <rustc_infer::infer::InferCtxt>::resolve_regions
[INFO] [stderr] 4: rustc_hir_analysis::check::compare_impl_item::compare_method_predicate_entailment
[INFO] [stderr] 5: rustc_hir_analysis::check::check::check_mod_item_types
[INFO] [stderr] 6: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
[INFO] [stderr] 7: <rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, rustc_span::def_id::LocalDefId)>>::call_once
[INFO] [stderr] 8: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stderr] 9: rustc_query_impl::query_impl::check_mod_item_types::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr] 10: <rustc_middle::hir::map::Map>::for_each_module::<rustc_hir_analysis::check_crate::{closure#6}::{closure#0}>
[INFO] [stderr] 11: rustc_hir_analysis::check_crate
[INFO] [stderr] 12: rustc_interface::passes::analysis
[INFO] [stderr] 13: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>
[INFO] [stderr] 14: <rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, ())>>::call_once
[INFO] [stderr] 15: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stderr] 16: rustc_query_impl::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr] 17: <rustc_middle::ty::context::GlobalCtxt>::enter::<rustc_driver_impl::run_compiler::{closure#1}::{closure#2}::{closure#6}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
[INFO] [stderr] 18: rustc_span::set_source_map::<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}::{closure#0}>
[INFO] [stderr] 19: std::sys_common::backtrace::__rust_begin_short_backtrace::<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
[INFO] [stderr] 20: <<std::thread::Builder>::spawn_unchecked_<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr] 21: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/alloc/src/boxed.rs:2007:9
[INFO] [stderr] 22: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/alloc/src/boxed.rs:2007:9
[INFO] [stderr] 23: std::sys::unix::thread::Thread::new::thread_start
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/std/src/sys/unix/thread.rs:108:17
[INFO] [stderr] 24: <unknown>
[INFO] [stderr] 25: __clone
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/combine-3.8.1/src/parser/choice.rs:279:13
[INFO] [stderr] |
[INFO] [stderr] 279 | / fn add_error_choice(
[INFO] [stderr] 280 | | &mut self,
[INFO] [stderr] 281 | | error: &mut Tracked<<Self::Input as StreamOnce>::Error>
[INFO] [stderr] 282 | | ) {
[INFO] [stderr] | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 298 | tuple_choice_parser!(A B C D E F G H I J K L M N O P Q R S T U V X Y Z);
[INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] = note: this error: internal compiler error originates in the macro `tuple_choice_parser_inner` which comes from the expansion of the macro `tuple_choice_parser` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: internal compiler error: unresolved inference variable in outlives: ?25t
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/combine-3.8.1/src/parser/choice.rs:279:13
[INFO] [stderr] |
[INFO] [stderr] 279 | / fn add_error_choice(
[INFO] [stderr] 280 | | &mut self,
[INFO] [stderr] 281 | | error: &mut Tracked<<Self::Input as StreamOnce>::Error>
[INFO] [stderr] 282 | | ) {
[INFO] [stderr] | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 298 | tuple_choice_parser!(A B C D E F G H I J K L M N O P Q R S T U V X Y Z);
[INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] note: delayed at compiler/rustc_infer/src/infer/outlives/obligations.rs:254:35
[INFO] [stderr] 0: <rustc_errors::HandlerInner>::emit_diagnostic
[INFO] [stderr] 1: <rustc_session::session::Session>::delay_span_bug::<rustc_span::span_encoding::Span, alloc::string::String>
[INFO] [stderr] 2: <rustc_infer::infer::outlives::obligations::TypeOutlives<&rustc_infer::infer::InferCtxt>>::components_must_outlive
[INFO] [stderr] 3: <rustc_infer::infer::InferCtxt>::resolve_regions
[INFO] [stderr] 4: rustc_hir_analysis::check::compare_impl_item::compare_method_predicate_entailment
[INFO] [stderr] 5: rustc_hir_analysis::check::check::check_mod_item_types
[INFO] [stderr] 6: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
[INFO] [stderr] 7: <rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, rustc_span::def_id::LocalDefId)>>::call_once
[INFO] [stderr] 8: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stderr] 9: rustc_query_impl::query_impl::check_mod_item_types::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr] 10: <rustc_middle::hir::map::Map>::for_each_module::<rustc_hir_analysis::check_crate::{closure#6}::{closure#0}>
[INFO] [stderr] 11: rustc_hir_analysis::check_crate
[INFO] [stderr] 12: rustc_interface::passes::analysis
[INFO] [stderr] 13: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>
[INFO] [stderr] 14: <rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, ())>>::call_once
[INFO] [stderr] 15: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stderr] 16: rustc_query_impl::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr] 17: <rustc_middle::ty::context::GlobalCtxt>::enter::<rustc_driver_impl::run_compiler::{closure#1}::{closure#2}::{closure#6}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
[INFO] [stderr] 18: rustc_span::set_source_map::<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}::{closure#0}>
[INFO] [stderr] 19: std::sys_common::backtrace::__rust_begin_short_backtrace::<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
[INFO] [stderr] 20: <<std::thread::Builder>::spawn_unchecked_<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr] 21: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/alloc/src/boxed.rs:2007:9
[INFO] [stderr] 22: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/alloc/src/boxed.rs:2007:9
[INFO] [stderr] 23: std::sys::unix::thread::Thread::new::thread_start
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/std/src/sys/unix/thread.rs:108:17
[INFO] [stderr] 24: <unknown>
[INFO] [stderr] 25: __clone
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/combine-3.8.1/src/parser/choice.rs:279:13
[INFO] [stderr] |
[INFO] [stderr] 279 | / fn add_error_choice(
[INFO] [stderr] 280 | | &mut self,
[INFO] [stderr] 281 | | error: &mut Tracked<<Self::Input as StreamOnce>::Error>
[INFO] [stderr] 282 | | ) {
[INFO] [stderr] | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 298 | tuple_choice_parser!(A B C D E F G H I J K L M N O P Q R S T U V X Y Z);
[INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] = note: this error: internal compiler error originates in the macro `tuple_choice_parser_inner` which comes from the expansion of the macro `tuple_choice_parser` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: internal compiler error: unresolved inference variable in outlives: ?24t
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/combine-3.8.1/src/parser/choice.rs:279:13
[INFO] [stderr] |
[INFO] [stderr] 279 | / fn add_error_choice(
[INFO] [stderr] 280 | | &mut self,
[INFO] [stderr] 281 | | error: &mut Tracked<<Self::Input as StreamOnce>::Error>
[INFO] [stderr] 282 | | ) {
[INFO] [stderr] | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 298 | tuple_choice_parser!(A B C D E F G H I J K L M N O P Q R S T U V X Y Z);
[INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] note: delayed at compiler/rustc_infer/src/infer/outlives/obligations.rs:254:35
[INFO] [stderr] 0: <rustc_errors::HandlerInner>::emit_diagnostic
[INFO] [stderr] 1: <rustc_session::session::Session>::delay_span_bug::<rustc_span::span_encoding::Span, alloc::string::String>
[INFO] [stderr] 2: <rustc_infer::infer::outlives::obligations::TypeOutlives<&rustc_infer::infer::InferCtxt>>::components_must_outlive
[INFO] [stderr] 3: <rustc_infer::infer::InferCtxt>::resolve_regions
[INFO] [stderr] 4: rustc_hir_analysis::check::compare_impl_item::compare_method_predicate_entailment
[INFO] [stderr] 5: rustc_hir_analysis::check::check::check_mod_item_types
[INFO] [stderr] 6: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
[INFO] [stderr] 7: <rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, rustc_span::def_id::LocalDefId)>>::call_once
[INFO] [stderr] 8: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stderr] 9: rustc_query_impl::query_impl::check_mod_item_types::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr] 10: <rustc_middle::hir::map::Map>::for_each_module::<rustc_hir_analysis::check_crate::{closure#6}::{closure#0}>
[INFO] [stderr] 11: rustc_hir_analysis::check_crate
[INFO] [stderr] 12: rustc_interface::passes::analysis
[INFO] [stderr] 13: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>
[INFO] [stderr] 14: <rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, ())>>::call_once
[INFO] [stderr] 15: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stderr] 16: rustc_query_impl::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr] 17: <rustc_middle::ty::context::GlobalCtxt>::enter::<rustc_driver_impl::run_compiler::{closure#1}::{closure#2}::{closure#6}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
[INFO] [stderr] 18: rustc_span::set_source_map::<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}::{closure#0}>
[INFO] [stderr] 19: std::sys_common::backtrace::__rust_begin_short_backtrace::<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
[INFO] [stderr] 20: <<std::thread::Builder>::spawn_unchecked_<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr] 21: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/alloc/src/boxed.rs:2007:9
[INFO] [stderr] 22: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/alloc/src/boxed.rs:2007:9
[INFO] [stderr] 23: std::sys::unix::thread::Thread::new::thread_start
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/std/src/sys/unix/thread.rs:108:17
[INFO] [stderr] 24: <unknown>
[INFO] [stderr] 25: __clone
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/combine-3.8.1/src/parser/choice.rs:279:13
[INFO] [stderr] |
[INFO] [stderr] 279 | / fn add_error_choice(
[INFO] [stderr] 280 | | &mut self,
[INFO] [stderr] 281 | | error: &mut Tracked<<Self::Input as StreamOnce>::Error>
[INFO] [stderr] 282 | | ) {
[INFO] [stderr] | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 298 | tuple_choice_parser!(A B C D E F G H I J K L M N O P Q R S T U V X Y Z);
[INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] = note: this error: internal compiler error originates in the macro `tuple_choice_parser_inner` which comes from the expansion of the macro `tuple_choice_parser` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: internal compiler error: unresolved inference variable in outlives: ?23t
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/combine-3.8.1/src/parser/choice.rs:279:13
[INFO] [stderr] |
[INFO] [stderr] 279 | / fn add_error_choice(
[INFO] [stderr] 280 | | &mut self,
[INFO] [stderr] 281 | | error: &mut Tracked<<Self::Input as StreamOnce>::Error>
[INFO] [stderr] 282 | | ) {
[INFO] [stderr] | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 298 | tuple_choice_parser!(A B C D E F G H I J K L M N O P Q R S T U V X Y Z);
[INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] note: delayed at compiler/rustc_infer/src/infer/outlives/obligations.rs:254:35
[INFO] [stderr] 0: <rustc_errors::HandlerInner>::emit_diagnostic
[INFO] [stderr] 1: <rustc_session::session::Session>::delay_span_bug::<rustc_span::span_encoding::Span, alloc::string::String>
[INFO] [stderr] 2: <rustc_infer::infer::outlives::obligations::TypeOutlives<&rustc_infer::infer::InferCtxt>>::components_must_outlive
[INFO] [stderr] 3: <rustc_infer::infer::InferCtxt>::resolve_regions
[INFO] [stderr] 4: rustc_hir_analysis::check::compare_impl_item::compare_method_predicate_entailment
[INFO] [stderr] 5: rustc_hir_analysis::check::check::check_mod_item_types
[INFO] [stderr] 6: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
[INFO] [stderr] 7: <rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, rustc_span::def_id::LocalDefId)>>::call_once
[INFO] [stderr] 8: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stderr] 9: rustc_query_impl::query_impl::check_mod_item_types::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr] 10: <rustc_middle::hir::map::Map>::for_each_module::<rustc_hir_analysis::check_crate::{closure#6}::{closure#0}>
[INFO] [stderr] 11: rustc_hir_analysis::check_crate
[INFO] [stderr] 12: rustc_interface::passes::analysis
[INFO] [stderr] 13: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>
[INFO] [stderr] 14: <rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, ())>>::call_once
[INFO] [stderr] 15: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stderr] 16: rustc_query_impl::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr] 17: <rustc_middle::ty::context::GlobalCtxt>::enter::<rustc_driver_impl::run_compiler::{closure#1}::{closure#2}::{closure#6}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
[INFO] [stderr] 18: rustc_span::set_source_map::<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}::{closure#0}>
[INFO] [stderr] 19: std::sys_common::backtrace::__rust_begin_short_backtrace::<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
[INFO] [stderr] 20: <<std::thread::Builder>::spawn_unchecked_<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr] 21: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/alloc/src/boxed.rs:2007:9
[INFO] [stderr] 22: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/alloc/src/boxed.rs:2007:9
[INFO] [stderr] 23: std::sys::unix::thread::Thread::new::thread_start
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/std/src/sys/unix/thread.rs:108:17
[INFO] [stderr] 24: <unknown>
[INFO] [stderr] 25: __clone
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/combine-3.8.1/src/parser/choice.rs:279:13
[INFO] [stderr] |
[INFO] [stderr] 279 | / fn add_error_choice(
[INFO] [stderr] 280 | | &mut self,
[INFO] [stderr] 281 | | error: &mut Tracked<<Self::Input as StreamOnce>::Error>
[INFO] [stderr] 282 | | ) {
[INFO] [stderr] | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 298 | tuple_choice_parser!(A B C D E F G H I J K L M N O P Q R S T U V X Y Z);
[INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] = note: this error: internal compiler error originates in the macro `tuple_choice_parser_inner` which comes from the expansion of the macro `tuple_choice_parser` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: internal compiler error: unresolved inference variable in outlives: ?22t
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/combine-3.8.1/src/parser/choice.rs:279:13
[INFO] [stderr] |
[INFO] [stderr] 279 | / fn add_error_choice(
[INFO] [stderr] 280 | | &mut self,
[INFO] [stderr] 281 | | error: &mut Tracked<<Self::Input as StreamOnce>::Error>
[INFO] [stderr] 282 | | ) {
[INFO] [stderr] | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 298 | tuple_choice_parser!(A B C D E F G H I J K L M N O P Q R S T U V X Y Z);
[INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] note: delayed at compiler/rustc_infer/src/infer/outlives/obligations.rs:254:35
[INFO] [stderr] 0: <rustc_errors::HandlerInner>::emit_diagnostic
[INFO] [stderr] 1: <rustc_session::session::Session>::delay_span_bug::<rustc_span::span_encoding::Span, alloc::string::String>
[INFO] [stderr] 2: <rustc_infer::infer::outlives::obligations::TypeOutlives<&rustc_infer::infer::InferCtxt>>::components_must_outlive
[INFO] [stderr] 3: <rustc_infer::infer::InferCtxt>::resolve_regions
[INFO] [stderr] 4: rustc_hir_analysis::check::compare_impl_item::compare_method_predicate_entailment
[INFO] [stderr] 5: rustc_hir_analysis::check::check::check_mod_item_types
[INFO] [stderr] 6: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
[INFO] [stderr] 7: <rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, rustc_span::def_id::LocalDefId)>>::call_once
[INFO] [stderr] 8: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stderr] 9: rustc_query_impl::query_impl::check_mod_item_types::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr] 10: <rustc_middle::hir::map::Map>::for_each_module::<rustc_hir_analysis::check_crate::{closure#6}::{closure#0}>
[INFO] [stderr] 11: rustc_hir_analysis::check_crate
[INFO] [stderr] 12: rustc_interface::passes::analysis
[INFO] [stderr] 13: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>
[INFO] [stderr] 14: <rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, ())>>::call_once
[INFO] [stderr] 15: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stderr] 16: rustc_query_impl::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr] 17: <rustc_middle::ty::context::GlobalCtxt>::enter::<rustc_driver_impl::run_compiler::{closure#1}::{closure#2}::{closure#6}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
[INFO] [stderr] 18: rustc_span::set_source_map::<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}::{closure#0}>
[INFO] [stderr] 19: std::sys_common::backtrace::__rust_begin_short_backtrace::<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
[INFO] [stderr] 20: <<std::thread::Builder>::spawn_unchecked_<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr] 21: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/alloc/src/boxed.rs:2007:9
[INFO] [stderr] 22: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/alloc/src/boxed.rs:2007:9
[INFO] [stderr] 23: std::sys::unix::thread::Thread::new::thread_start
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/std/src/sys/unix/thread.rs:108:17
[INFO] [stderr] 24: <unknown>
[INFO] [stderr] 25: __clone
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/combine-3.8.1/src/parser/choice.rs:279:13
[INFO] [stderr] |
[INFO] [stderr] 279 | / fn add_error_choice(
[INFO] [stderr] 280 | | &mut self,
[INFO] [stderr] 281 | | error: &mut Tracked<<Self::Input as StreamOnce>::Error>
[INFO] [stderr] 282 | | ) {
[INFO] [stderr] | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 298 | tuple_choice_parser!(A B C D E F G H I J K L M N O P Q R S T U V X Y Z);
[INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] = note: this error: internal compiler error originates in the macro `tuple_choice_parser_inner` which comes from the expansion of the macro `tuple_choice_parser` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: internal compiler error: unresolved inference variable in outlives: ?21t
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/combine-3.8.1/src/parser/choice.rs:279:13
[INFO] [stderr] |
[INFO] [stderr] 279 | / fn add_error_choice(
[INFO] [stderr] 280 | | &mut self,
[INFO] [stderr] 281 | | error: &mut Tracked<<Self::Input as StreamOnce>::Error>
[INFO] [stderr] 282 | | ) {
[INFO] [stderr] | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 298 | tuple_choice_parser!(A B C D E F G H I J K L M N O P Q R S T U V X Y Z);
[INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] note: delayed at compiler/rustc_infer/src/infer/outlives/obligations.rs:254:35
[INFO] [stderr] 0: <rustc_errors::HandlerInner>::emit_diagnostic
[INFO] [stderr] 1: <rustc_session::session::Session>::delay_span_bug::<rustc_span::span_encoding::Span, alloc::string::String>
[INFO] [stderr] 2: <rustc_infer::infer::outlives::obligations::TypeOutlives<&rustc_infer::infer::InferCtxt>>::components_must_outlive
[INFO] [stderr] 3: <rustc_infer::infer::InferCtxt>::resolve_regions
[INFO] [stderr] 4: rustc_hir_analysis::check::compare_impl_item::compare_method_predicate_entailment
[INFO] [stderr] 5: rustc_hir_analysis::check::check::check_mod_item_types
[INFO] [stderr] 6: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
[INFO] [stderr] 7: <rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, rustc_span::def_id::LocalDefId)>>::call_once
[INFO] [stderr] 8: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stderr] 9: rustc_query_impl::query_impl::check_mod_item_types::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr] 10: <rustc_middle::hir::map::Map>::for_each_module::<rustc_hir_analysis::check_crate::{closure#6}::{closure#0}>
[INFO] [stderr] 11: rustc_hir_analysis::check_crate
[INFO] [stderr] 12: rustc_interface::passes::analysis
[INFO] [stderr] 13: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>
[INFO] [stderr] 14: <rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, ())>>::call_once
[INFO] [stderr] 15: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stderr] 16: rustc_query_impl::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr] 17: <rustc_middle::ty::context::GlobalCtxt>::enter::<rustc_driver_impl::run_compiler::{closure#1}::{closure#2}::{closure#6}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
[INFO] [stderr] 18: rustc_span::set_source_map::<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}::{closure#0}>
[INFO] [stderr] 19: std::sys_common::backtrace::__rust_begin_short_backtrace::<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
[INFO] [stderr] 20: <<std::thread::Builder>::spawn_unchecked_<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr] 21: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/alloc/src/boxed.rs:2007:9
[INFO] [stderr] 22: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/alloc/src/boxed.rs:2007:9
[INFO] [stderr] 23: std::sys::unix::thread::Thread::new::thread_start
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/std/src/sys/unix/thread.rs:108:17
[INFO] [stderr] 24: <unknown>
[INFO] [stderr] 25: __clone
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/combine-3.8.1/src/parser/choice.rs:279:13
[INFO] [stderr] |
[INFO] [stderr] 279 | / fn add_error_choice(
[INFO] [stderr] 280 | | &mut self,
[INFO] [stderr] 281 | | error: &mut Tracked<<Self::Input as StreamOnce>::Error>
[INFO] [stderr] 282 | | ) {
[INFO] [stderr] | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 298 | tuple_choice_parser!(A B C D E F G H I J K L M N O P Q R S T U V X Y Z);
[INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] = note: this error: internal compiler error originates in the macro `tuple_choice_parser_inner` which comes from the expansion of the macro `tuple_choice_parser` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: internal compiler error: unresolved inference variable in outlives: ?20t
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/combine-3.8.1/src/parser/choice.rs:279:13
[INFO] [stderr] |
[INFO] [stderr] 279 | / fn add_error_choice(
[INFO] [stderr] 280 | | &mut self,
[INFO] [stderr] 281 | | error: &mut Tracked<<Self::Input as StreamOnce>::Error>
[INFO] [stderr] 282 | | ) {
[INFO] [stderr] | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 298 | tuple_choice_parser!(A B C D E F G H I J K L M N O P Q R S T U V X Y Z);
[INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] note: delayed at compiler/rustc_infer/src/infer/outlives/obligations.rs:254:35
[INFO] [stderr] 0: <rustc_errors::HandlerInner>::emit_diagnostic
[INFO] [stderr] 1: <rustc_session::session::Session>::delay_span_bug::<rustc_span::span_encoding::Span, alloc::string::String>
[INFO] [stderr] 2: <rustc_infer::infer::outlives::obligations::TypeOutlives<&rustc_infer::infer::InferCtxt>>::components_must_outlive
[INFO] [stderr] 3: <rustc_infer::infer::InferCtxt>::resolve_regions
[INFO] [stderr] 4: rustc_hir_analysis::check::compare_impl_item::compare_method_predicate_entailment
[INFO] [stderr] 5: rustc_hir_analysis::check::check::check_mod_item_types
[INFO] [stderr] 6: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
[INFO] [stderr] 7: <rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, rustc_span::def_id::LocalDefId)>>::call_once
[INFO] [stderr] 8: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stderr] 9: rustc_query_impl::query_impl::check_mod_item_types::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr] 10: <rustc_middle::hir::map::Map>::for_each_module::<rustc_hir_analysis::check_crate::{closure#6}::{closure#0}>
[INFO] [stderr] 11: rustc_hir_analysis::check_crate
[INFO] [stderr] 12: rustc_interface::passes::analysis
[INFO] [stderr] 13: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>
[INFO] [stderr] 14: <rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, ())>>::call_once
[INFO] [stderr] 15: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stderr] 16: rustc_query_impl::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr] 17: <rustc_middle::ty::context::GlobalCtxt>::enter::<rustc_driver_impl::run_compiler::{closure#1}::{closure#2}::{closure#6}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
[INFO] [stderr] 18: rustc_span::set_source_map::<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}::{closure#0}>
[INFO] [stderr] 19: std::sys_common::backtrace::__rust_begin_short_backtrace::<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
[INFO] [stderr] 20: <<std::thread::Builder>::spawn_unchecked_<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr] 21: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/alloc/src/boxed.rs:2007:9
[INFO] [stderr] 22: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/alloc/src/boxed.rs:2007:9
[INFO] [stderr] 23: std::sys::unix::thread::Thread::new::thread_start
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/std/src/sys/unix/thread.rs:108:17
[INFO] [stderr] 24: <unknown>
[INFO] [stderr] 25: __clone
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/combine-3.8.1/src/parser/choice.rs:279:13
[INFO] [stderr] |
[INFO] [stderr] 279 | / fn add_error_choice(
[INFO] [stderr] 280 | | &mut self,
[INFO] [stderr] 281 | | error: &mut Tracked<<Self::Input as StreamOnce>::Error>
[INFO] [stderr] 282 | | ) {
[INFO] [stderr] | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 298 | tuple_choice_parser!(A B C D E F G H I J K L M N O P Q R S T U V X Y Z);
[INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] = note: this error: internal compiler error originates in the macro `tuple_choice_parser_inner` which comes from the expansion of the macro `tuple_choice_parser` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: internal compiler error: unresolved inference variable in outlives: ?19t
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/combine-3.8.1/src/parser/choice.rs:279:13
[INFO] [stderr] |
[INFO] [stderr] 279 | / fn add_error_choice(
[INFO] [stderr] 280 | | &mut self,
[INFO] [stderr] 281 | | error: &mut Tracked<<Self::Input as StreamOnce>::Error>
[INFO] [stderr] 282 | | ) {
[INFO] [stderr] | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 298 | tuple_choice_parser!(A B C D E F G H I J K L M N O P Q R S T U V X Y Z);
[INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] note: delayed at compiler/rustc_infer/src/infer/outlives/obligations.rs:254:35
[INFO] [stderr] 0: <rustc_errors::HandlerInner>::emit_diagnostic
[INFO] [stderr] 1: <rustc_session::session::Session>::delay_span_bug::<rustc_span::span_encoding::Span, alloc::string::String>
[INFO] [stderr] 2: <rustc_infer::infer::outlives::obligations::TypeOutlives<&rustc_infer::infer::InferCtxt>>::components_must_outlive
[INFO] [stderr] 3: <rustc_infer::infer::InferCtxt>::resolve_regions
[INFO] [stderr] 4: rustc_hir_analysis::check::compare_impl_item::compare_method_predicate_entailment
[INFO] [stderr] 5: rustc_hir_analysis::check::check::check_mod_item_types
[INFO] [stderr] 6: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
[INFO] [stderr] 7: <rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, rustc_span::def_id::LocalDefId)>>::call_once
[INFO] [stderr] 8: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stderr] 9: rustc_query_impl::query_impl::check_mod_item_types::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr] 10: <rustc_middle::hir::map::Map>::for_each_module::<rustc_hir_analysis::check_crate::{closure#6}::{closure#0}>
[INFO] [stderr] 11: rustc_hir_analysis::check_crate
[INFO] [stderr] 12: rustc_interface::passes::analysis
[INFO] [stderr] 13: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>
[INFO] [stderr] 14: <rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, ())>>::call_once
[INFO] [stderr] 15: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stderr] 16: rustc_query_impl::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr] 17: <rustc_middle::ty::context::GlobalCtxt>::enter::<rustc_driver_impl::run_compiler::{closure#1}::{closure#2}::{closure#6}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
[INFO] [stderr] 18: rustc_span::set_source_map::<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}::{closure#0}>
[INFO] [stderr] 19: std::sys_common::backtrace::__rust_begin_short_backtrace::<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
[INFO] [stderr] 20: <<std::thread::Builder>::spawn_unchecked_<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr] 21: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/alloc/src/boxed.rs:2007:9
[INFO] [stderr] 22: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/alloc/src/boxed.rs:2007:9
[INFO] [stderr] 23: std::sys::unix::thread::Thread::new::thread_start
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/std/src/sys/unix/thread.rs:108:17
[INFO] [stderr] 24: <unknown>
[INFO] [stderr] 25: __clone
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/combine-3.8.1/src/parser/choice.rs:279:13
[INFO] [stderr] |
[INFO] [stderr] 279 | / fn add_error_choice(
[INFO] [stderr] 280 | | &mut self,
[INFO] [stderr] 281 | | error: &mut Tracked<<Self::Input as StreamOnce>::Error>
[INFO] [stderr] 282 | | ) {
[INFO] [stderr] | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 298 | tuple_choice_parser!(A B C D E F G H I J K L M N O P Q R S T U V X Y Z);
[INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] = note: this error: internal compiler error originates in the macro `tuple_choice_parser_inner` which comes from the expansion of the macro `tuple_choice_parser` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: internal compiler error: unresolved inference variable in outlives: ?18t
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/combine-3.8.1/src/parser/choice.rs:279:13
[INFO] [stderr] |
[INFO] [stderr] 279 | / fn add_error_choice(
[INFO] [stderr] 280 | | &mut self,
[INFO] [stderr] 281 | | error: &mut Tracked<<Self::Input as StreamOnce>::Error>
[INFO] [stderr] 282 | | ) {
[INFO] [stderr] | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 298 | tuple_choice_parser!(A B C D E F G H I J K L M N O P Q R S T U V X Y Z);
[INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] note: delayed at compiler/rustc_infer/src/infer/outlives/obligations.rs:254:35
[INFO] [stderr] 0: <rustc_errors::HandlerInner>::emit_diagnostic
[INFO] [stderr] 1: <rustc_session::session::Session>::delay_span_bug::<rustc_span::span_encoding::Span, alloc::string::String>
[INFO] [stderr] 2: <rustc_infer::infer::outlives::obligations::TypeOutlives<&rustc_infer::infer::InferCtxt>>::components_must_outlive
[INFO] [stderr] 3: <rustc_infer::infer::InferCtxt>::resolve_regions
[INFO] [stderr] 4: rustc_hir_analysis::check::compare_impl_item::compare_method_predicate_entailment
[INFO] [stderr] 5: rustc_hir_analysis::check::check::check_mod_item_types
[INFO] [stderr] 6: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
[INFO] [stderr] 7: <rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, rustc_span::def_id::LocalDefId)>>::call_once
[INFO] [stderr] 8: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stderr] 9: rustc_query_impl::query_impl::check_mod_item_types::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr] 10: <rustc_middle::hir::map::Map>::for_each_module::<rustc_hir_analysis::check_crate::{closure#6}::{closure#0}>
[INFO] [stderr] 11: rustc_hir_analysis::check_crate
[INFO] [stderr] 12: rustc_interface::passes::analysis
[INFO] [stderr] 13: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>
[INFO] [stderr] 14: <rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, ())>>::call_once
[INFO] [stderr] 15: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stderr] 16: rustc_query_impl::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr] 17: <rustc_middle::ty::context::GlobalCtxt>::enter::<rustc_driver_impl::run_compiler::{closure#1}::{closure#2}::{closure#6}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
[INFO] [stderr] 18: rustc_span::set_source_map::<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}::{closure#0}>
[INFO] [stderr] 19: std::sys_common::backtrace::__rust_begin_short_backtrace::<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
[INFO] [stderr] 20: <<std::thread::Builder>::spawn_unchecked_<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr] 21: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/alloc/src/boxed.rs:2007:9
[INFO] [stderr] 22: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/alloc/src/boxed.rs:2007:9
[INFO] [stderr] 23: std::sys::unix::thread::Thread::new::thread_start
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/std/src/sys/unix/thread.rs:108:17
[INFO] [stderr] 24: <unknown>
[INFO] [stderr] 25: __clone
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/combine-3.8.1/src/parser/choice.rs:279:13
[INFO] [stderr] |
[INFO] [stderr] 279 | / fn add_error_choice(
[INFO] [stderr] 280 | | &mut self,
[INFO] [stderr] 281 | | error: &mut Tracked<<Self::Input as StreamOnce>::Error>
[INFO] [stderr] 282 | | ) {
[INFO] [stderr] | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 298 | tuple_choice_parser!(A B C D E F G H I J K L M N O P Q R S T U V X Y Z);
[INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] = note: this error: internal compiler error originates in the macro `tuple_choice_parser_inner` which comes from the expansion of the macro `tuple_choice_parser` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: internal compiler error: unresolved inference variable in outlives: ?17t
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/combine-3.8.1/src/parser/choice.rs:279:13
[INFO] [stderr] |
[INFO] [stderr] 279 | / fn add_error_choice(
[INFO] [stderr] 280 | | &mut self,
[INFO] [stderr] 281 | | error: &mut Tracked<<Self::Input as StreamOnce>::Error>
[INFO] [stderr] 282 | | ) {
[INFO] [stderr] | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 298 | tuple_choice_parser!(A B C D E F G H I J K L M N O P Q R S T U V X Y Z);
[INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] note: delayed at compiler/rustc_infer/src/infer/outlives/obligations.rs:254:35
[INFO] [stderr] 0: <rustc_errors::HandlerInner>::emit_diagnostic
[INFO] [stderr] 1: <rustc_session::session::Session>::delay_span_bug::<rustc_span::span_encoding::Span, alloc::string::String>
[INFO] [stderr] 2: <rustc_infer::infer::outlives::obligations::TypeOutlives<&rustc_infer::infer::InferCtxt>>::components_must_outlive
[INFO] [stderr] 3: <rustc_infer::infer::InferCtxt>::resolve_regions
[INFO] [stderr] 4: rustc_hir_analysis::check::compare_impl_item::compare_method_predicate_entailment
[INFO] [stderr] 5: rustc_hir_analysis::check::check::check_mod_item_types
[INFO] [stderr] 6: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
[INFO] [stderr] 7: <rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, rustc_span::def_id::LocalDefId)>>::call_once
[INFO] [stderr] 8: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stderr] 9: rustc_query_impl::query_impl::check_mod_item_types::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr] 10: <rustc_middle::hir::map::Map>::for_each_module::<rustc_hir_analysis::check_crate::{closure#6}::{closure#0}>
[INFO] [stderr] 11: rustc_hir_analysis::check_crate
[INFO] [stderr] 12: rustc_interface::passes::analysis
[INFO] [stderr] 13: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>
[INFO] [stderr] 14: <rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, ())>>::call_once
[INFO] [stderr] 15: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stderr] 16: rustc_query_impl::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr] 17: <rustc_middle::ty::context::GlobalCtxt>::enter::<rustc_driver_impl::run_compiler::{closure#1}::{closure#2}::{closure#6}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
[INFO] [stderr] 18: rustc_span::set_source_map::<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}::{closure#0}>
[INFO] [stderr] 19: std::sys_common::backtrace::__rust_begin_short_backtrace::<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
[INFO] [stderr] 20: <<std::thread::Builder>::spawn_unchecked_<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr] 21: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/alloc/src/boxed.rs:2007:9
[INFO] [stderr] 22: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/alloc/src/boxed.rs:2007:9
[INFO] [stderr] 23: std::sys::unix::thread::Thread::new::thread_start
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/std/src/sys/unix/thread.rs:108:17
[INFO] [stderr] 24: <unknown>
[INFO] [stderr] 25: __clone
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/combine-3.8.1/src/parser/choice.rs:279:13
[INFO] [stderr] |
[INFO] [stderr] 279 | / fn add_error_choice(
[INFO] [stderr] 280 | | &mut self,
[INFO] [stderr] 281 | | error: &mut Tracked<<Self::Input as StreamOnce>::Error>
[INFO] [stderr] 282 | | ) {
[INFO] [stderr] | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 298 | tuple_choice_parser!(A B C D E F G H I J K L M N O P Q R S T U V X Y Z);
[INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] = note: this error: internal compiler error originates in the macro `tuple_choice_parser_inner` which comes from the expansion of the macro `tuple_choice_parser` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: internal compiler error: unresolved inference variable in outlives: ?16t
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/combine-3.8.1/src/parser/choice.rs:279:13
[INFO] [stderr] |
[INFO] [stderr] 279 | / fn add_error_choice(
[INFO] [stderr] 280 | | &mut self,
[INFO] [stderr] 281 | | error: &mut Tracked<<Self::Input as StreamOnce>::Error>
[INFO] [stderr] 282 | | ) {
[INFO] [stderr] | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 298 | tuple_choice_parser!(A B C D E F G H I J K L M N O P Q R S T U V X Y Z);
[INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] note: delayed at compiler/rustc_infer/src/infer/outlives/obligations.rs:254:35
[INFO] [stderr] 0: <rustc_errors::HandlerInner>::emit_diagnostic
[INFO] [stderr] 1: <rustc_session::session::Session>::delay_span_bug::<rustc_span::span_encoding::Span, alloc::string::String>
[INFO] [stderr] 2: <rustc_infer::infer::outlives::obligations::TypeOutlives<&rustc_infer::infer::InferCtxt>>::components_must_outlive
[INFO] [stderr] 3: <rustc_infer::infer::InferCtxt>::resolve_regions
[INFO] [stderr] 4: rustc_hir_analysis::check::compare_impl_item::compare_method_predicate_entailment
[INFO] [stderr] 5: rustc_hir_analysis::check::check::check_mod_item_types
[INFO] [stderr] 6: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
[INFO] [stderr] 7: <rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, rustc_span::def_id::LocalDefId)>>::call_once
[INFO] [stderr] 8: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stderr] 9: rustc_query_impl::query_impl::check_mod_item_types::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr] 10: <rustc_middle::hir::map::Map>::for_each_module::<rustc_hir_analysis::check_crate::{closure#6}::{closure#0}>
[INFO] [stderr] 11: rustc_hir_analysis::check_crate
[INFO] [stderr] 12: rustc_interface::passes::analysis
[INFO] [stderr] 13: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>
[INFO] [stderr] 14: <rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, ())>>::call_once
[INFO] [stderr] 15: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stderr] 16: rustc_query_impl::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr] 17: <rustc_middle::ty::context::GlobalCtxt>::enter::<rustc_driver_impl::run_compiler::{closure#1}::{closure#2}::{closure#6}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
[INFO] [stderr] 18: rustc_span::set_source_map::<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}::{closure#0}>
[INFO] [stderr] 19: std::sys_common::backtrace::__rust_begin_short_backtrace::<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
[INFO] [stderr] 20: <<std::thread::Builder>::spawn_unchecked_<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr] 21: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/alloc/src/boxed.rs:2007:9
[INFO] [stderr] 22: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/alloc/src/boxed.rs:2007:9
[INFO] [stderr] 23: std::sys::unix::thread::Thread::new::thread_start
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/std/src/sys/unix/thread.rs:108:17
[INFO] [stderr] 24: <unknown>
[INFO] [stderr] 25: __clone
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/combine-3.8.1/src/parser/choice.rs:279:13
[INFO] [stderr] |
[INFO] [stderr] 279 | / fn add_error_choice(
[INFO] [stderr] 280 | | &mut self,
[INFO] [stderr] 281 | | error: &mut Tracked<<Self::Input as StreamOnce>::Error>
[INFO] [stderr] 282 | | ) {
[INFO] [stderr] | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 298 | tuple_choice_parser!(A B C D E F G H I J K L M N O P Q R S T U V X Y Z);
[INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] = note: this error: internal compiler error originates in the macro `tuple_choice_parser_inner` which comes from the expansion of the macro `tuple_choice_parser` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: internal compiler error: unresolved inference variable in outlives: ?15t
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/combine-3.8.1/src/parser/choice.rs:279:13
[INFO] [stderr] |
[INFO] [stderr] 279 | / fn add_error_choice(
[INFO] [stderr] 280 | | &mut self,
[INFO] [stderr] 281 | | error: &mut Tracked<<Self::Input as StreamOnce>::Error>
[INFO] [stderr] 282 | | ) {
[INFO] [stderr] | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 298 | tuple_choice_parser!(A B C D E F G H I J K L M N O P Q R S T U V X Y Z);
[INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] note: delayed at compiler/rustc_infer/src/infer/outlives/obligations.rs:254:35
[INFO] [stderr] 0: <rustc_errors::HandlerInner>::emit_diagnostic
[INFO] [stderr] 1: <rustc_session::session::Session>::delay_span_bug::<rustc_span::span_encoding::Span, alloc::string::String>
[INFO] [stderr] 2: <rustc_infer::infer::outlives::obligations::TypeOutlives<&rustc_infer::infer::InferCtxt>>::components_must_outlive
[INFO] [stderr] 3: <rustc_infer::infer::InferCtxt>::resolve_regions
[INFO] [stderr] 4: rustc_hir_analysis::check::compare_impl_item::compare_method_predicate_entailment
[INFO] [stderr] 5: rustc_hir_analysis::check::check::check_mod_item_types
[INFO] [stderr] 6: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
[INFO] [stderr] 7: <rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, rustc_span::def_id::LocalDefId)>>::call_once
[INFO] [stderr] 8: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stderr] 9: rustc_query_impl::query_impl::check_mod_item_types::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr] 10: <rustc_middle::hir::map::Map>::for_each_module::<rustc_hir_analysis::check_crate::{closure#6}::{closure#0}>
[INFO] [stderr] 11: rustc_hir_analysis::check_crate
[INFO] [stderr] 12: rustc_interface::passes::analysis
[INFO] [stderr] 13: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>
[INFO] [stderr] 14: <rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, ())>>::call_once
[INFO] [stderr] 15: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stderr] 16: rustc_query_impl::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr] 17: <rustc_middle::ty::context::GlobalCtxt>::enter::<rustc_driver_impl::run_compiler::{closure#1}::{closure#2}::{closure#6}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
[INFO] [stderr] 18: rustc_span::set_source_map::<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}::{closure#0}>
[INFO] [stderr] 19: std::sys_common::backtrace::__rust_begin_short_backtrace::<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
[INFO] [stderr] 20: <<std::thread::Builder>::spawn_unchecked_<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr] 21: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/alloc/src/boxed.rs:2007:9
[INFO] [stderr] 22: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/alloc/src/boxed.rs:2007:9
[INFO] [stderr] 23: std::sys::unix::thread::Thread::new::thread_start
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/std/src/sys/unix/thread.rs:108:17
[INFO] [stderr] 24: <unknown>
[INFO] [stderr] 25: __clone
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/combine-3.8.1/src/parser/choice.rs:279:13
[INFO] [stderr] |
[INFO] [stderr] 279 | / fn add_error_choice(
[INFO] [stderr] 280 | | &mut self,
[INFO] [stderr] 281 | | error: &mut Tracked<<Self::Input as StreamOnce>::Error>
[INFO] [stderr] 282 | | ) {
[INFO] [stderr] | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 298 | tuple_choice_parser!(A B C D E F G H I J K L M N O P Q R S T U V X Y Z);
[INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] = note: this error: internal compiler error originates in the macro `tuple_choice_parser_inner` which comes from the expansion of the macro `tuple_choice_parser` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: internal compiler error: unresolved inference variable in outlives: ?14t
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/combine-3.8.1/src/parser/choice.rs:279:13
[INFO] [stderr] |
[INFO] [stderr] 279 | / fn add_error_choice(
[INFO] [stderr] 280 | | &mut self,
[INFO] [stderr] 281 | | error: &mut Tracked<<Self::Input as StreamOnce>::Error>
[INFO] [stderr] 282 | | ) {
[INFO] [stderr] | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 298 | tuple_choice_parser!(A B C D E F G H I J K L M N O P Q R S T U V X Y Z);
[INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] note: delayed at compiler/rustc_infer/src/infer/outlives/obligations.rs:254:35
[INFO] [stderr] 0: <rustc_errors::HandlerInner>::emit_diagnostic
[INFO] [stderr] 1: <rustc_session::session::Session>::delay_span_bug::<rustc_span::span_encoding::Span, alloc::string::String>
[INFO] [stderr] 2: <rustc_infer::infer::outlives::obligations::TypeOutlives<&rustc_infer::infer::InferCtxt>>::components_must_outlive
[INFO] [stderr] 3: <rustc_infer::infer::InferCtxt>::resolve_regions
[INFO] [stderr] 4: rustc_hir_analysis::check::compare_impl_item::compare_method_predicate_entailment
[INFO] [stderr] 5: rustc_hir_analysis::check::check::check_mod_item_types
[INFO] [stderr] 6: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
[INFO] [stderr] 7: <rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, rustc_span::def_id::LocalDefId)>>::call_once
[INFO] [stderr] 8: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stderr] 9: rustc_query_impl::query_impl::check_mod_item_types::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr] 10: <rustc_middle::hir::map::Map>::for_each_module::<rustc_hir_analysis::check_crate::{closure#6}::{closure#0}>
[INFO] [stderr] 11: rustc_hir_analysis::check_crate
[INFO] [stderr] 12: rustc_interface::passes::analysis
[INFO] [stderr] 13: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 1]>>
[INFO] [stderr] 14: <rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, ())>>::call_once
[INFO] [stderr] 15: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 1]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stderr] 16: rustc_query_impl::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr] 17: <rustc_middle::ty::context::GlobalCtxt>::enter::<rustc_driver_impl::run_compiler::{closure#1}::{closure#2}::{closure#6}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
[INFO] [stderr] 18: rustc_span::set_source_map::<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}::{closure#0}>
[INFO] [stderr] 19: std::sys_common::backtrace::__rust_begin_short_backtrace::<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>
[INFO] [stderr] 20: <<std::thread::Builder>::spawn_unchecked_<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<core::result::Result<(), rustc_span::ErrorGuaranteed>, rustc_driver_impl::run_compiler::{closure#1}>::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#0}::{closure#0}, core::result::Result<(), rustc_span::ErrorGuaranteed>>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr] 21: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/alloc/src/boxed.rs:2007:9
[INFO] [stderr] 22: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/alloc/src/boxed.rs:2007:9
[INFO] [stderr] 23: std::sys::unix::thread::Thread::new::thread_start
[INFO] [stderr] at /rustc/1b198b3a196442e14fb06978166ab46a4618d131/library/std/src/sys/unix/thread.rs:108:17
[INFO] [stderr] 24: <unknown>
[INFO] [stderr] 25: __clone
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/combine-3.8.1/src/parser/choice.rs:279:13
[INFO] [stderr] |
[INFO] [stderr] 279 | / fn add_error_choice(
[INFO] [stderr] 280 | | &mut self,
[INFO] [stderr] 281 | | error: &mut Tracked<<Self::Input as StreamOnce>::Error>
[INFO] [stderr] 282 | | ) {
[INFO] [stderr] | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 298 | tuple_choice_parser!(A B C D E F G H I J K L M N O P Q R S T U V X Y Z);
[INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] = note: this error: internal compiler error originates in the macro `tuple_choice_parser_inner` which comes from the expansion of the macro `tuple_choice_parser` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: internal compiler error: unresolved inference variable in outlives: ?13t
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/combine-3.8.1/src/parser/choice.rs:279:13
[INFO] [stderr] |
[INFO] [stderr] 279 | / fn add_error_choice(
[INFO] [stderr] 280 | | &mut self,
[INFO] [stderr] 281 | | error: &mut Tracked<<Self::Input as StreamOnce>::Error>
[INFO] [stderr] 282 | | ) {
[INFO] [stderr] | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 298 | tuple_choice_parser!(A B C D E F G H I J K L M N O P Q R S T U V X Y Z);
[INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] note: delayed at compiler/rustc_infer/src/infer/outlives/obligations.rs:254:35
[INFO] [stderr] 0: <rustc_errors::HandlerInner>::emit_diagnostic
[INFO] [stderr] 1: <rustc_session::session::Session>::delay_span_bug::<rustc_span::span_encoding::Span, alloc::string::String>
[INFO] [stderr] 2: <rustc_infer::infer::outlives::obligations::TypeOutlives<&rustc_infer::infer::InferCtxt>>::components_must_outlive
[INFO] [stderr] 3: <rustc_infer::infer::InferCtxt>::resolve_regions
[INFO] [stderr] 4: rustc_hir_analysis::check::compare_impl_item::compare_method_predicate_entailment
[INFO] [stderr] 5: rustc_hir_analysis::check::check::check_mod_item_types
[INFO] [stderr] 6: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
[INFO] [stderr] 7: <rustc_query_impl::query_impl::check_mod_item_types::dynamic_query::{closure#2} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, rustc_span::def_id::LocalDefId)>>::call_once
[INFO] [stderr] 8: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stderr] 9: rustc_query_impl::query_impl::check_mod_item_types::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr] 10: <rustc_middle::hir::map::Map>::for_each_module::<rustc_hir_analysis::check_crate::{closure#6}::{closure#0}>
[INFO] [stderr] 11: rustc_hir_analysis::check_crate
[WARN] too much data in the log, truncating it