Compile panic on Rust nightly when compiling Rocket version 0.5.0-rc.1 #93972
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
Compile panic occurred while compiling Rocket version 0.5.0-rc.1
(rocket = "0.5.0-rc.1")
Meta
rustc --version --verbose
:Error output
Backtrace
``` thread 'rustc' panicked at 'no errors encountered even though `delay_span_bug` issued', compiler/rustc_errors/src/lib.rs:1176:13 stack backtrace: 0: rust_begin_unwind at /rustc/0c292c9667f1b202a9150d58bdd2e89e3e803996/library/std/src/panicking.rs:584:5 1: core::panicking::panic_fmt at /rustc/0c292c9667f1b202a9150d58bdd2e89e3e803996/library/core/src/panicking.rs:143:14 2: core::panicking::panic_display::<&str> 3: ::flush_delayed 4: ::drop 5: core::ptr::drop_in_place:: 6: as core::ops::drop::Drop>::drop 7: core::ptr::drop_in_place:: 8: rustc_span::with_source_map::, rustc_interface::interface::create_compiler_and_run, rustc_driver::run_compiler::{closure#1}>::{closure#1}> 9: rustc_interface::interface::create_compiler_and_run::, rustc_driver::run_compiler::{closure#1}> note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. ```
The text was updated successfully, but these errors were encountered: