Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ice assertion failed: self.lines.iter().all(|r| !r.iter().any(|sc| sc.chr == \'\\t\')) #11425

Open
matthiaskrgr opened this issue Aug 30, 2023 · 1 comment
Labels
C-bug Category: Clippy is not doing the correct thing I-ICE Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️

Comments

@matthiaskrgr
Copy link
Member

Summary

requires debug assertions

fn main ( ) {
format ! ( concat ! ( r#"lJ𐏿Æ�.𐏿�"# , "bar			boo" )     ) ;
}

Version

rustc 1.74.0-nightly (4e78abb43 2023-08-28)
binary: rustc
commit-hash: 4e78abb437a0478d1f42115198ee45888e5330fd
commit-date: 2023-08-28
host: x86_64-unknown-linux-gnu
release: 1.74.0-nightly
LLVM version: 17.0.0

Error output

Backtrace

thread 'rustc' panicked at compiler/rustc_errors/src/styled_buffer.rs:32:9:
assertion failed: self.lines.iter().all(|r| !r.iter().any(|sc| sc.chr == \'\\t\'))
stack backtrace:
 0:     0x7fe4c331bf02 - std::backtrace_rs::backtrace::libunwind::trace::h818fd7fcd2897c6b
                             at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5
 1:     0x7fe4c331bf02 - std::backtrace_rs::backtrace::trace_unsynchronized::hf2d8941579cdb3be
                             at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
 2:     0x7fe4c331bf02 - std::sys_common::backtrace::_print_fmt::he4a494b921534d89
                             at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:67:5
 3:     0x7fe4c331bf02 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h5a3fdc94d861e4aa
                             at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:44:22
 4:     0x7fe4c33b4a57 - core::fmt::rt::Argument::fmt::h4a90583b766ae427
                             at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/fmt/rt.rs:138:9
 5:     0x7fe4c33b4a57 - core::fmt::write::h6089469c4b40ae1f
                             at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/fmt/mod.rs:1094:21
 6:     0x7fe4c3350f75 - std::io::Write::write_fmt::h897693c3d30f01da
                             at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/io/mod.rs:1714:15
 7:     0x7fe4c331bcd4 - std::sys_common::backtrace::_print::hb4dbec298bba652d
                             at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:47:5
 8:     0x7fe4c331bcd4 - std::sys_common::backtrace::print::h9ddc492b2d8467df
                             at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:34:9
 9:     0x7fe4c333cf0f - std::panicking::panic_hook_with_disk_dump::{{closure}}::hb15156a7cfe0268a
10:     0x7fe4c333cb59 - std::panicking::panic_hook_with_disk_dump::h7061a569ebd6c398
                             at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:314:9
11:     0x7fe4c5f45c90 - rustc_driver_impl[590c95eb97ae120e]::install_ice_hook::{closure#0}
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_driver_impl/src/lib.rs:1335:13
12:     0x7fe4c333d869 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h8b25e2a489045e3a
                             at /home/matthias/vcs/github/rust_debug_assertions/library/alloc/src/boxed.rs:2021:9
13:     0x7fe4c333d869 - std::panicking::rust_panic_with_hook::hf4caec4a53fc6934
                             at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:757:13
14:     0x7fe4c331c366 - std::panicking::begin_panic_handler::{{closure}}::h6ef1000fca904081
                             at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:623:13
15:     0x7fe4c331c196 - std::sys_common::backtrace::__rust_end_short_backtrace::h7b6841fd2ae1ec1c
                             at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys_common/backtrace.rs:170:18
16:     0x7fe4c333d3c2 - rust_begin_unwind
                             at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:619:5
17:     0x7fe4c33d7cd5 - core::panicking::panic_fmt::h6c5efd4701442ee1
                             at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/panicking.rs:72:14
18:     0x7fe4c33d7d75 - core::panicking::panic::h21a5475c4c7a4bc1
                             at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/panicking.rs:127:5
19:     0x7fe4c603fde8 - <rustc_errors[c4742352f2e6a796]::styled_buffer::StyledBuffer>::render
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_errors/src/styled_buffer.rs:32:9
20:     0x7fe4c5ff5799 - <rustc_errors[c4742352f2e6a796]::emitter::EmitterWriter>::emit_message_default::{closure#0}
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_errors/src/emitter.rs:1704:30
21:     0x7fe4c5fef7d3 - <rustc_errors[c4742352f2e6a796]::emitter::EmitterWriter>::emit_message_default
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_errors/src/emitter.rs:1303:5
22:     0x7fe4c5fe2634 - <rustc_errors[c4742352f2e6a796]::emitter::EmitterWriter>::emit_messages_default
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_errors/src/emitter.rs:2077:15
23:     0x7fe4c5fe2634 - <rustc_errors[c4742352f2e6a796]::emitter::EmitterWriter as rustc_errors[c4742352f2e6a796]::emitter::Emitter>::emit_diagnostic
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_errors/src/emitter.rs:534:9
24:     0x7fe4c602427b - <rustc_errors[c4742352f2e6a796]::HandlerInner>::emit_diagnostic::{closure#2}
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_errors/src/lib.rs:1403:17
25:     0x7fe4c6bb6005 - rustc_interface[3af4997d37e170b1]::callbacks::track_diagnostic::{closure#0}::{closure#0}
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/callbacks.rs:41:53
26:     0x7fe4c6bb6005 - rustc_middle[bd1eabc521c34c75]::ty::context::tls::enter_context::<rustc_interface[3af4997d37e170b1]::callbacks::track_diagnostic::{closure#0}::{closure#0}, ()>::{closure#0}
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:82:9
27:     0x7fe4c6bb6005 - <std[81a1ea1164486f60]::thread::local::LocalKey<core[eb9f5097525910b2]::cell::Cell<*const ()>>>::try_with::<rustc_middle[bd1eabc521c34c75]::ty::context::tls::enter_context<rustc_interface[3af4997d37e170b1]::callbacks::track_diagnostic::{closure#0}::{closure#0}, ()>::{closure#0}, ()>
                             at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:270:16
28:     0x7fe4c6bb6005 - <std[81a1ea1164486f60]::thread::local::LocalKey<core[eb9f5097525910b2]::cell::Cell<*const ()>>>::with::<rustc_middle[bd1eabc521c34c75]::ty::context::tls::enter_context<rustc_interface[3af4997d37e170b1]::callbacks::track_diagnostic::{closure#0}::{closure#0}, ()>::{closure#0}, ()>
                             at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:246:9
29:     0x7fe4c6bb6005 - rustc_middle[bd1eabc521c34c75]::ty::context::tls::enter_context::<rustc_interface[3af4997d37e170b1]::callbacks::track_diagnostic::{closure#0}::{closure#0}, ()>
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:79:9
30:     0x7fe4c6bb6005 - rustc_interface[3af4997d37e170b1]::callbacks::track_diagnostic::{closure#0}
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/callbacks.rs:41:20
31:     0x7fe4c6bb6005 - rustc_middle[bd1eabc521c34c75]::ty::context::tls::with_context_opt::<rustc_interface[3af4997d37e170b1]::callbacks::track_diagnostic::{closure#0}, ()>
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context/tls.rs:100:18
32:     0x7fe4c6bb6005 - rustc_interface[3af4997d37e170b1]::callbacks::track_diagnostic
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/callbacks.rs:31:5
33:     0x7fe4c60236ea - <rustc_errors[c4742352f2e6a796]::HandlerInner>::emit_diagnostic
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_errors/src/lib.rs:1372:9
34:     0x7fe4c602ae9f - <rustc_errors[c4742352f2e6a796]::Handler>::emit_diagnostic
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_errors/src/lib.rs:1122:9
35:     0x7fe4c602ae9f - <() as rustc_errors[c4742352f2e6a796]::diagnostic_builder::EmissionGuarantee>::diagnostic_builder_emit_producing_guarantee
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_errors/src/diagnostic_builder.rs:232:17
36:     0x55a48338dc5c - <rustc_errors[c4742352f2e6a796]::diagnostic_builder::DiagnosticBuilder<()>>::emit
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_errors/src/diagnostic_builder.rs:490:9
37:     0x55a48338dc5c - rustc_middle[bd1eabc521c34c75]::lint::struct_lint_level::struct_lint_level_impl::<alloc[1e1169ea88a5754b]::string::String>
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/lint.rs:438:13
38:     0x55a4833852a7 - rustc_middle[bd1eabc521c34c75]::lint::struct_lint_level::<alloc[1e1169ea88a5754b]::string::String, clippy_utils[9a0f7bfcfd98751d]::diagnostics::span_lint_and_then<rustc_lint[9ac73e95efa6dbf5]::context::LateContext, rustc_span[3986611ccb4096a3]::span_encoding::Span, clippy_utils[9a0f7bfcfd98751d]::diagnostics::span_lint_and_sugg<rustc_lint[9ac73e95efa6dbf5]::context::LateContext>::{closure#0}>::{closure#0}>
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/lint.rs:440:5
39:     0x55a4832ee6fd - <rustc_middle[bd1eabc521c34c75]::ty::context::TyCtxt>::struct_span_lint_hir::<rustc_span[3986611ccb4096a3]::span_encoding::Span, alloc[1e1169ea88a5754b]::string::String, clippy_utils[9a0f7bfcfd98751d]::diagnostics::span_lint_and_then<rustc_lint[9ac73e95efa6dbf5]::context::LateContext, rustc_span[3986611ccb4096a3]::span_encoding::Span, clippy_utils[9a0f7bfcfd98751d]::diagnostics::span_lint_and_sugg<rustc_lint[9ac73e95efa6dbf5]::context::LateContext>::{closure#0}>::{closure#0}>
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/ty/context.rs:1921:9
40:     0x55a483379470 - <rustc_lint[9ac73e95efa6dbf5]::context::LateContext as rustc_lint[9ac73e95efa6dbf5]::context::LintContext>::lookup::<rustc_span[3986611ccb4096a3]::span_encoding::Span, alloc[1e1169ea88a5754b]::string::String, clippy_utils[9a0f7bfcfd98751d]::diagnostics::span_lint_and_then<rustc_lint[9ac73e95efa6dbf5]::context::LateContext, rustc_span[3986611ccb4096a3]::span_encoding::Span, clippy_utils[9a0f7bfcfd98751d]::diagnostics::span_lint_and_sugg<rustc_lint[9ac73e95efa6dbf5]::context::LateContext>::{closure#0}>::{closure#0}>
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_lint/src/context.rs:1129:24
41:     0x55a483379470 - <rustc_lint[9ac73e95efa6dbf5]::context::LateContext as rustc_lint[9ac73e95efa6dbf5]::context::LintContext>::struct_span_lint::<rustc_span[3986611ccb4096a3]::span_encoding::Span, alloc[1e1169ea88a5754b]::string::String, clippy_utils[9a0f7bfcfd98751d]::diagnostics::span_lint_and_then<rustc_lint[9ac73e95efa6dbf5]::context::LateContext, rustc_span[3986611ccb4096a3]::span_encoding::Span, clippy_utils[9a0f7bfcfd98751d]::diagnostics::span_lint_and_sugg<rustc_lint[9ac73e95efa6dbf5]::context::LateContext>::{closure#0}>::{closure#0}>
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_lint/src/context.rs:1029:9
42:     0x55a483379470 - clippy_utils[9a0f7bfcfd98751d]::diagnostics::span_lint_and_then::<rustc_lint[9ac73e95efa6dbf5]::context::LateContext, rustc_span[3986611ccb4096a3]::span_encoding::Span, clippy_utils[9a0f7bfcfd98751d]::diagnostics::span_lint_and_sugg<rustc_lint[9ac73e95efa6dbf5]::context::LateContext>::{closure#0}>
                             at /home/matthias/vcs/github/rust_debug_assertions/src/tools/clippy/clippy_utils/src/diagnostics.rs:148:5
43:     0x55a4834bfe88 - clippy_utils[9a0f7bfcfd98751d]::diagnostics::span_lint_and_sugg::<rustc_lint[9ac73e95efa6dbf5]::context::LateContext>
                             at /home/matthias/vcs/github/rust_debug_assertions/src/tools/clippy/clippy_utils/src/diagnostics.rs:206:5
44:     0x55a4834bfe88 - clippy_lints[a0dabdc68ce61e89]::format::span_useless_format
                             at /home/matthias/vcs/github/rust_debug_assertions/src/tools/clippy/clippy_lints/src/format.rs:111:5
45:     0x55a4834bfe88 - <clippy_lints[a0dabdc68ce61e89]::format::UselessFormat as rustc_lint[9ac73e95efa6dbf5]::passes::LateLintPass>::check_expr::{closure#0}
                             at /home/matthias/vcs/github/rust_debug_assertions/src/tools/clippy/clippy_lints/src/format.rs:64:21
46:     0x55a4834bfe88 - <core[eb9f5097525910b2]::option::Option<&rustc_ast[fb35930e4d0dca72]::format::FormatArgs>>::map::<(), <clippy_lints[a0dabdc68ce61e89]::format::UselessFormat as rustc_lint[9ac73e95efa6dbf5]::passes::LateLintPass>::check_expr::{closure#0}>
                             at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/option.rs:1075:29
47:     0x55a4834bfe88 - clippy_utils[9a0f7bfcfd98751d]::macros::find_format_args::<<clippy_lints[a0dabdc68ce61e89]::format::UselessFormat as rustc_lint[9ac73e95efa6dbf5]::passes::LateLintPass>::check_expr::{closure#0}>::{closure#1}
                             at /home/matthias/vcs/github/rust_debug_assertions/src/tools/clippy/clippy_utils/src/macros.rs:417:13
48:     0x55a4834bfe88 - <std[81a1ea1164486f60]::thread::local::LocalKey<core[eb9f5097525910b2]::cell::RefCell<std[81a1ea1164486f60]::collections::hash::map::HashMap<rustc_span[3986611ccb4096a3]::span_encoding::Span, rustc_ast[fb35930e4d0dca72]::format::FormatArgs, core[eb9f5097525910b2]::hash::BuildHasherDefault<rustc_hash[35e421d9c6bcb220]::FxHasher>>>>>::try_with::<clippy_utils[9a0f7bfcfd98751d]::macros::find_format_args<<clippy_lints[a0dabdc68ce61e89]::format::UselessFormat as rustc_lint[9ac73e95efa6dbf5]::passes::LateLintPass>::check_expr::{closure#0}>::{closure#1}, ()>
                             at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:270:16
49:     0x55a4834bfe88 - <std[81a1ea1164486f60]::thread::local::LocalKey<core[eb9f5097525910b2]::cell::RefCell<std[81a1ea1164486f60]::collections::hash::map::HashMap<rustc_span[3986611ccb4096a3]::span_encoding::Span, rustc_ast[fb35930e4d0dca72]::format::FormatArgs, core[eb9f5097525910b2]::hash::BuildHasherDefault<rustc_hash[35e421d9c6bcb220]::FxHasher>>>>>::with::<clippy_utils[9a0f7bfcfd98751d]::macros::find_format_args<<clippy_lints[a0dabdc68ce61e89]::format::UselessFormat as rustc_lint[9ac73e95efa6dbf5]::passes::LateLintPass>::check_expr::{closure#0}>::{closure#1}, ()>
                             at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/local.rs:246:9
50:     0x55a4834bfe88 - clippy_utils[9a0f7bfcfd98751d]::macros::find_format_args::<<clippy_lints[a0dabdc68ce61e89]::format::UselessFormat as rustc_lint[9ac73e95efa6dbf5]::passes::LateLintPass>::check_expr::{closure#0}>
                             at /home/matthias/vcs/github/rust_debug_assertions/src/tools/clippy/clippy_utils/src/macros.rs:416:25
51:     0x55a4833f3ce8 - <clippy_lints[a0dabdc68ce61e89]::format::UselessFormat as rustc_lint[9ac73e95efa6dbf5]::passes::LateLintPass>::check_expr
                             at /home/matthias/vcs/github/rust_debug_assertions/src/tools/clippy/clippy_lints/src/format.rs:53:9
52:     0x7fe4c6d064a5 - <rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass as rustc_lint[9ac73e95efa6dbf5]::passes::LateLintPass>::check_expr
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_lint/src/late.rs:330:21
53:     0x7fe4c6d064a5 - <rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass> as rustc_hir[6fd6c4fd03001cd1]::intravisit::Visitor>::visit_expr::{closure#0}::{closure#0}
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_lint/src/late.rs:163:17
54:     0x7fe4c6d064a5 - <rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass>>::with_lint_attrs::<<rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass> as rustc_hir[6fd6c4fd03001cd1]::intravisit::Visitor>::visit_expr::{closure#0}::{closure#0}>
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_lint/src/late.rs:64:9
55:     0x7fe4c6d064a5 - <rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass> as rustc_hir[6fd6c4fd03001cd1]::intravisit::Visitor>::visit_expr::{closure#0}
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_lint/src/late.rs:162:13
56:     0x7fe4c6d060bb - stacker[1eb48dbf1427b522]::maybe_grow::<(), <rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass> as rustc_hir[6fd6c4fd03001cd1]::intravisit::Visitor>::visit_expr::{closure#0}>
                             at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
57:     0x7fe4c6d060bb - rustc_data_structures[50030ea07a4ffd8e]::stack::ensure_sufficient_stack::<(), <rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass> as rustc_hir[6fd6c4fd03001cd1]::intravisit::Visitor>::visit_expr::{closure#0}>
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
58:     0x7fe4c6d060bb - <rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass> as rustc_hir[6fd6c4fd03001cd1]::intravisit::Visitor>::visit_expr
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_lint/src/late.rs:161:9
59:     0x7fe4c6d06fa6 - rustc_hir[6fd6c4fd03001cd1]::intravisit::walk_stmt::<rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass>>
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir/src/intravisit.rs:614:13
60:     0x7fe4c6d06fa6 - <rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass> as rustc_hir[6fd6c4fd03001cd1]::intravisit::Visitor>::visit_stmt
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_lint/src/late.rs:176:9
61:     0x7fe4c6be76ac - rustc_hir[6fd6c4fd03001cd1]::intravisit::walk_block::<rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass>>
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir/src/intravisit.rs:604:5
62:     0x7fe4c6be76ac - <rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass> as rustc_hir[6fd6c4fd03001cd1]::intravisit::Visitor>::visit_block
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_lint/src/late.rs:241:9
63:     0x7fe4c6be76ac - rustc_hir[6fd6c4fd03001cd1]::intravisit::walk_expr::<rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass>>
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir/src/intravisit.rs:768:13
64:     0x7fe4c6d064b9 - <rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass> as rustc_hir[6fd6c4fd03001cd1]::intravisit::Visitor>::visit_expr::{closure#0}::{closure#0}
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_lint/src/late.rs:164:17
65:     0x7fe4c6d064b9 - <rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass>>::with_lint_attrs::<<rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass> as rustc_hir[6fd6c4fd03001cd1]::intravisit::Visitor>::visit_expr::{closure#0}::{closure#0}>
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_lint/src/late.rs:64:9
66:     0x7fe4c6d064b9 - <rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass> as rustc_hir[6fd6c4fd03001cd1]::intravisit::Visitor>::visit_expr::{closure#0}
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_lint/src/late.rs:162:13
67:     0x7fe4c6d060bb - stacker[1eb48dbf1427b522]::maybe_grow::<(), <rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass> as rustc_hir[6fd6c4fd03001cd1]::intravisit::Visitor>::visit_expr::{closure#0}>
                             at /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:55:9
68:     0x7fe4c6d060bb - rustc_data_structures[50030ea07a4ffd8e]::stack::ensure_sufficient_stack::<(), <rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass> as rustc_hir[6fd6c4fd03001cd1]::intravisit::Visitor>::visit_expr::{closure#0}>
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/stack.rs:17:5
69:     0x7fe4c6d060bb - <rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass> as rustc_hir[6fd6c4fd03001cd1]::intravisit::Visitor>::visit_expr
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_lint/src/late.rs:161:9
70:     0x7fe4c6d05511 - rustc_hir[6fd6c4fd03001cd1]::intravisit::walk_body::<rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass>>
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir/src/intravisit.rs:559:5
71:     0x7fe4c6d05511 - <rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass> as rustc_hir[6fd6c4fd03001cd1]::intravisit::Visitor>::visit_body
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_lint/src/late.rs:125:9
72:     0x7fe4c6d05511 - <rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass> as rustc_hir[6fd6c4fd03001cd1]::intravisit::Visitor>::visit_nested_body
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_lint/src/late.rs:108:9
73:     0x7fe4c6be8f58 - <rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass> as rustc_hir[6fd6c4fd03001cd1]::intravisit::Visitor>::visit_fn
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_lint/src/late.rs:193:9
74:     0x7fe4c6be8f58 - rustc_hir[6fd6c4fd03001cd1]::intravisit::walk_item::<rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass>>
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir/src/intravisit.rs:483:13
75:     0x7fe4c6cfc585 - <rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass> as rustc_hir[6fd6c4fd03001cd1]::intravisit::Visitor>::visit_item::{closure#0}::{closure#0}
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_lint/src/late.rs:137:17
76:     0x7fe4c6cfc585 - <rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass>>::with_param_env::<<rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass> as rustc_hir[6fd6c4fd03001cd1]::intravisit::Visitor>::visit_item::{closure#0}::{closure#0}>
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_lint/src/late.rs:76:9
77:     0x7fe4c6cfc585 - <rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass> as rustc_hir[6fd6c4fd03001cd1]::intravisit::Visitor>::visit_item::{closure#0}
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_lint/src/late.rs:135:13
78:     0x7fe4c6cfc585 - <rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass>>::with_lint_attrs::<<rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass> as rustc_hir[6fd6c4fd03001cd1]::intravisit::Visitor>::visit_item::{closure#0}>
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_lint/src/late.rs:64:9
79:     0x7fe4c6cfc585 - <rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass> as rustc_hir[6fd6c4fd03001cd1]::intravisit::Visitor>::visit_item
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_lint/src/late.rs:134:9
80:     0x7fe4c6cfc585 - <rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass> as rustc_hir[6fd6c4fd03001cd1]::intravisit::Visitor>::visit_nested_item
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir/src/intravisit.rs:239:13
81:     0x7fe4c6cf70cc - rustc_hir[6fd6c4fd03001cd1]::intravisit::walk_mod::<rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass>>
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_hir/src/intravisit.rs:569:9
82:     0x7fe4c6cf70cc - <rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass>>::process_mod
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_lint/src/late.rs:82:9
83:     0x7fe4c6cf70cc - <rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass> as rustc_hir[6fd6c4fd03001cd1]::intravisit::Visitor>::visit_mod
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_lint/src/late.rs:228:13
84:     0x7fe4c6cf70cc - <rustc_middle[bd1eabc521c34c75]::hir::map::Map>::walk_toplevel_module::<rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass>>
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_middle/src/hir/map/mod.rs:546:9
85:     0x7fe4c6cf70cc - rustc_lint[9ac73e95efa6dbf5]::late::late_lint_crate_inner::<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass>::{closure#0}
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_lint/src/late.rs:433:9
86:     0x7fe4c6cf70cc - <rustc_lint[9ac73e95efa6dbf5]::late::LateContextAndPass<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass>>::with_lint_attrs::<rustc_lint[9ac73e95efa6dbf5]::late::late_lint_crate_inner<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass>::{closure#0}>
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_lint/src/late.rs:64:9
87:     0x7fe4c6cf70cc - rustc_lint[9ac73e95efa6dbf5]::late::late_lint_crate_inner::<rustc_lint[9ac73e95efa6dbf5]::late::RuntimeCombinedLateLintPass>
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_lint/src/late.rs:429:5
88:     0x7fe4c6cf70cc - rustc_lint[9ac73e95efa6dbf5]::late::late_lint_crate
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_lint/src/late.rs:418:5
89:     0x7fe4c6cf70cc - rustc_lint[9ac73e95efa6dbf5]::late::check_crate::{closure#0}::{closure#0}
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_lint/src/late.rs:445:17
90:     0x7fe4c6cf70cc - <rustc_data_structures[50030ea07a4ffd8e]::profiling::VerboseTimingGuard>::run::<(), rustc_lint[9ac73e95efa6dbf5]::late::check_crate::{closure#0}::{closure#0}>
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/profiling.rs:752:9
91:     0x7fe4c6cf70cc - <rustc_session[58ef6b3f01ffa864]::session::Session>::time::<(), rustc_lint[9ac73e95efa6dbf5]::late::check_crate::{closure#0}::{closure#0}>
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_session/src/utils.rs:12:9
92:     0x7fe4c6bb4148 - rustc_lint[9ac73e95efa6dbf5]::late::check_crate::{closure#0}
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_lint/src/late.rs:443:13
93:     0x7fe4c6bb4148 - rustc_data_structures[50030ea07a4ffd8e]::sync::join::<rustc_lint[9ac73e95efa6dbf5]::late::check_crate::{closure#0}, rustc_lint[9ac73e95efa6dbf5]::late::check_crate::{closure#1}, (), ()>
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/sync.rs:189:14
94:     0x7fe4c6bb4148 - rustc_lint[9ac73e95efa6dbf5]::late::check_crate
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_lint/src/late.rs:441:5
95:     0x7fe4c6bb4148 - rustc_interface[3af4997d37e170b1]::passes::analysis::{closure#6}::{closure#1}::{closure#2}::{closure#0}
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/passes.rs:847:29
96:     0x7fe4c6bb4148 - <rustc_data_structures[50030ea07a4ffd8e]::profiling::VerboseTimingGuard>::run::<(), rustc_interface[3af4997d37e170b1]::passes::analysis::{closure#6}::{closure#1}::{closure#2}::{closure#0}>
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/profiling.rs:752:9
97:     0x7fe4c6bb4148 - <rustc_session[58ef6b3f01ffa864]::session::Session>::time::<(), rustc_interface[3af4997d37e170b1]::passes::analysis::{closure#6}::{closure#1}::{closure#2}::{closure#0}>
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_session/src/utils.rs:12:9
98:     0x7fe4c6bb4148 - rustc_interface[3af4997d37e170b1]::passes::analysis::{closure#6}::{closure#1}::{closure#2}
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/passes.rs:846:25
99:     0x7fe4c6bb4148 - <rustc_interface[3af4997d37e170b1]::passes::analysis::{closure#6}::{closure#1}::{closure#2} as core[eb9f5097525910b2]::ops::function::FnOnce<()>>::call_once
                             at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
100:     0x7fe4c6bb4148 - <core[eb9f5097525910b2]::panic::unwind_safe::AssertUnwindSafe<rustc_interface[3af4997d37e170b1]::passes::analysis::{closure#6}::{closure#1}::{closure#2}> as core[eb9f5097525910b2]::ops::function::FnOnce<()>>::call_once
                             at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/panic/unwind_safe.rs:271:9
101:     0x7fe4c6bb4f21 - std[81a1ea1164486f60]::panicking::try::do_call::<core[eb9f5097525910b2]::panic::unwind_safe::AssertUnwindSafe<rustc_interface[3af4997d37e170b1]::passes::analysis::{closure#6}::{closure#1}::{closure#2}>, ()>
                             at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:526:40
102:     0x7fe4c6bb4f21 - std[81a1ea1164486f60]::panicking::try::<(), core[eb9f5097525910b2]::panic::unwind_safe::AssertUnwindSafe<rustc_interface[3af4997d37e170b1]::passes::analysis::{closure#6}::{closure#1}::{closure#2}>>
                             at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:490:19
103:     0x7fe4c6bb4f21 - std[81a1ea1164486f60]::panic::catch_unwind::<core[eb9f5097525910b2]::panic::unwind_safe::AssertUnwindSafe<rustc_interface[3af4997d37e170b1]::passes::analysis::{closure#6}::{closure#1}::{closure#2}>, ()>
                             at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panic.rs:142:14
104:     0x7fe4c6bb4f21 - rustc_interface[3af4997d37e170b1]::passes::analysis::{closure#6}::{closure#1}
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/sync.rs:199:37
105:     0x7fe4c6bb4f21 - <rustc_interface[3af4997d37e170b1]::passes::analysis::{closure#6}::{closure#1} as core[eb9f5097525910b2]::ops::function::FnOnce<()>>::call_once
                             at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
106:     0x7fe4c6bb4f21 - <core[eb9f5097525910b2]::panic::unwind_safe::AssertUnwindSafe<rustc_interface[3af4997d37e170b1]::passes::analysis::{closure#6}::{closure#1}> as core[eb9f5097525910b2]::ops::function::FnOnce<()>>::call_once
                             at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/panic/unwind_safe.rs:271:9
107:     0x7fe4c6ba83ea - std[81a1ea1164486f60]::panicking::try::do_call::<core[eb9f5097525910b2]::panic::unwind_safe::AssertUnwindSafe<rustc_interface[3af4997d37e170b1]::passes::analysis::{closure#6}::{closure#1}>, ()>
                             at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:526:40
108:     0x7fe4c6ba83ea - std[81a1ea1164486f60]::panicking::try::<(), core[eb9f5097525910b2]::panic::unwind_safe::AssertUnwindSafe<rustc_interface[3af4997d37e170b1]::passes::analysis::{closure#6}::{closure#1}>>
                             at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panicking.rs:490:19
109:     0x7fe4c6ba83ea - std[81a1ea1164486f60]::panic::catch_unwind::<core[eb9f5097525910b2]::panic::unwind_safe::AssertUnwindSafe<rustc_interface[3af4997d37e170b1]::passes::analysis::{closure#6}::{closure#1}>, ()>
                             at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panic.rs:142:14
110:     0x7fe4c6ba83ea - rustc_interface[3af4997d37e170b1]::passes::analysis::{closure#6}
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/sync.rs:199:37
111:     0x7fe4c6ba83ea - <rustc_data_structures[50030ea07a4ffd8e]::profiling::VerboseTimingGuard>::run::<(), rustc_interface[3af4997d37e170b1]::passes::analysis::{closure#6}>
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_data_structures/src/profiling.rs:752:9
112:     0x7fe4c6ba83ea - <rustc_session[58ef6b3f01ffa864]::session::Session>::time::<(), rustc_interface[3af4997d37e170b1]::passes::analysis::{closure#6}>
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_session/src/utils.rs:12:9
113:     0x7fe4c6b3ce6b - rustc_interface[3af4997d37e170b1]::passes::analysis
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_interface/src/passes.rs:832:5
114:     0x7fe4c7bcc881 - rustc_query_impl[e27852c7766a6cec]::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:582:47
115:     0x7fe4c7bcc881 - rustc_query_impl[e27852c7766a6cec]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[e27852c7766a6cec]::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}, rustc_middle[bd1eabc521c34c75]::query::erase::Erased<[u8; 1usize]>>
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:506:18
116:     0x7fe4c7d3e347 - rustc_query_impl[e27852c7766a6cec]::query_impl::analysis::dynamic_query::{closure#2}
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/plumbing.rs:578:25
117:     0x7fe4c7d3e347 - <rustc_query_impl[e27852c7766a6cec]::query_impl::analysis::dynamic_query::{closure#2} as core[eb9f5097525910b2]::ops::function::FnOnce<(rustc_middle[bd1eabc521c34c75]::ty::context::TyCtxt, ())>>::call_once
                             at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
118:     0x7fe4c7ad50b0 - <rustc_query_impl[e27852c7766a6cec]::DynamicConfig<rustc_query_system[d69b223b9632799d]::query::caches::SingleCache<rustc_middle[bd1eabc521c34c75]::query::erase::Erased<[u8; 1usize]>>, false, false, false> as rustc_query_system[d69b223b9632799d]::query::config::QueryConfig<rustc_query_impl[e27852c7766a6cec]::plumbing::QueryCtxt>>::compute
                             at /home/matthias/vcs/github/rust_debug_assertions/compiler/rustc_query_impl/src/lib.rs:117:9
.....


163:     0x7fe4c5f59813 - std[81a1ea1164486f60]::panic::catch_unwind::<core[eb9f5097525910b2]::panic::unwind_safe::AssertUnwindSafe<<std[81a1ea1164486f60]::thread::Builder>::spawn_unchecked_<rustc_interface[3af4997d37e170b1]::util::run_in_thread_pool_with_globals<rustc_interface[3af4997d37e170b1]::interface::run_compiler<core[eb9f5097525910b2]::result::Result<(), rustc_span[3986611ccb4096a3]::ErrorGuaranteed>, rustc_driver_impl[590c95eb97ae120e]::run_compiler::{closure#1}>::{closure#0}, core[eb9f5097525910b2]::result::Result<(), rustc_span[3986611ccb4096a3]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[eb9f5097525910b2]::result::Result<(), rustc_span[3986611ccb4096a3]::ErrorGuaranteed>>::{closure#1}::{closure#0}>, core[eb9f5097525910b2]::result::Result<(), rustc_span[3986611ccb4096a3]::ErrorGuaranteed>>
                             at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/panic.rs:142:14
164:     0x7fe4c5f59813 - <std[81a1ea1164486f60]::thread::Builder>::spawn_unchecked_::<rustc_interface[3af4997d37e170b1]::util::run_in_thread_pool_with_globals<rustc_interface[3af4997d37e170b1]::interface::run_compiler<core[eb9f5097525910b2]::result::Result<(), rustc_span[3986611ccb4096a3]::ErrorGuaranteed>, rustc_driver_impl[590c95eb97ae120e]::run_compiler::{closure#1}>::{closure#0}, core[eb9f5097525910b2]::result::Result<(), rustc_span[3986611ccb4096a3]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[eb9f5097525910b2]::result::Result<(), rustc_span[3986611ccb4096a3]::ErrorGuaranteed>>::{closure#1}
                             at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/thread/mod.rs:528:30
165:     0x7fe4c5f59813 - <<std[81a1ea1164486f60]::thread::Builder>::spawn_unchecked_<rustc_interface[3af4997d37e170b1]::util::run_in_thread_pool_with_globals<rustc_interface[3af4997d37e170b1]::interface::run_compiler<core[eb9f5097525910b2]::result::Result<(), rustc_span[3986611ccb4096a3]::ErrorGuaranteed>, rustc_driver_impl[590c95eb97ae120e]::run_compiler::{closure#1}>::{closure#0}, core[eb9f5097525910b2]::result::Result<(), rustc_span[3986611ccb4096a3]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[eb9f5097525910b2]::result::Result<(), rustc_span[3986611ccb4096a3]::ErrorGuaranteed>>::{closure#1} as core[eb9f5097525910b2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
                             at /home/matthias/vcs/github/rust_debug_assertions/library/core/src/ops/function.rs:250:5
166:     0x7fe4c3366de9 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h197d07c7abf2c25e
                             at /home/matthias/vcs/github/rust_debug_assertions/library/alloc/src/boxed.rs:2007:9
167:     0x7fe4c3366de9 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hcb59e37a449b5256
                             at /home/matthias/vcs/github/rust_debug_assertions/library/alloc/src/boxed.rs:2007:9
168:     0x7fe4c333e785 - std::sys::unix::thread::Thread::new::thread_start::h699f0086e43bdec6
                             at /home/matthias/vcs/github/rust_debug_assertions/library/std/src/sys/unix/thread.rs:108:17
169:     0x7fe4c2e8c9eb - <unknown>
170:     0x7fe4c2f10ebc - <unknown>
171:                0x0 - <unknown>

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

note: we would appreciate a bug report: https://github.com/rust-lang/rust-clippy/issues/new?template=ice.yml

note: please attach the file at `/tmp/rustc-ice-2023-08-30T05:23:33.596278739Z-3233398.txt` to your bug report

query stack during panic:
#0 [analysis] running analysis passes on this crate
end of query stack
note: Clippy version: clippy 0.1.74 (e9fa095fdd8 2023-08-29)

@matthiaskrgr matthiaskrgr added C-bug Category: Clippy is not doing the correct thing I-ICE Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️ labels Aug 30, 2023
@matthiaskrgr
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: Clippy is not doing the correct thing I-ICE Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
Projects
None yet
Development

No branches or pull requests

1 participant