[Const generics] thread 'rustc' panicked at 'no errors encountered even though delay_span_bug
issued'
#63773
Labels
A-const-generics
Area: const generics (parameters and arguments)
C-bug
Category: This is a bug.
F-const_generics
`#![feature(const_generics)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The code simply does "not" compile, because compiler crashes.
I tried this code:
Which is expected to compile without errors and execute the binary, which prints out
"Hello World"
.It's internal checks seem to fail while it produces seemingly working binary.
I say so because trying to run it again after the failure, it does work with no errors and it... prints "Hello World".
Meta
rustc --version --verbose
:Backtrace (
RUST_BACKTRACE=full cargo run
):As a note, I'm completely oblivious to what's wrong, I only searched if there's any similar issue that mentions
'no errors encountered even though
delay_span_bugissued'
, and I didn't seem to find anything related, so sorry if this is duplicate. #60619 for example may point to identical issue as this, but I'll put this here just to be safe.The text was updated successfully, but these errors were encountered: