SIGSEGV: rustc crashed on valid code #131419
Labels
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I tried this code:
I expected to see this happen: rustc compiles it
Instead, this happened: When compiling with
rustc -Copt-level=1
, rustc crashes with a segmentation fault.Meta
rustc --version --verbose
:Backtrace
The text was updated successfully, but these errors were encountered: