Not planned
Description
Code
// too large & not open-source, unfortunately
Meta
rustc --version --verbose
:
rustc 1.49.0-nightly (b1496c6e6 2020-10-18)
binary: rustc
commit-hash: b1496c6e606dd908dd651ac2cce89815e10d7fc5
commit-date: 2020-10-18
host: x86_64-pc-windows-msvc
release: 1.49.0-nightly
LLVM version: 11.0
Error output
thread 'rustc' panicked at 'Box<Any>', compiler\rustc_errors\src\lib.rs:945:9
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md
note: rustc 1.49.0-nightly (b1496c6e6 2020-10-18) running on x86_64-pc-windows-msvc
note: compiler flags: -C panic=abort -C embed-bitcode=no -C linker=lld-link -C incremental -C link-arg=-fuse-ld=lld --crate-type bin
note: some of the compiler flags provided by cargo are hidden
query stack during panic:
#0 [typeck] type-checking `rendering::scene::SceneRenderer::new`
#1 [typeck_item_bodies] type-checking all item bodies
#2 [analysis] running analysis passes on this crate
end of query stack
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
hellow554 commentedon Nov 7, 2020
Could you at least give US the full backtrace?
asomers commentedon Nov 8, 2020
I'm hitting the same bug. I can show you the query stack, but unfortunately not the backtrace due to issue #78184 .
Boscop commentedon Nov 8, 2020
@hellow554 I forgot what I did to cause the above, but I just hit it again:
Boscop commentedon Nov 14, 2020
I ran into something similar again today:
Error output
It occured in the same module.
Enselic commentedon Sep 3, 2023
Triage: Since there currently is no known way for others to reproduce this ICE, I will close this issue. Without a way for others to reproduce, not much can be done. Feel free to re-open if a way to reproduce is found.