rustc
hangs on a recursive function marked with #[inline]
#100476
Labels
A-mir-opt
Area: MIR optimizations
C-bug
Category: This is a bug.
I-hang
Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc.
P-medium
Medium priority
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I tried this code with
-Copt-level=3 --crate-type=lib
(Playground, Godbolt; minimized and modified fromr3_core
's failing code):I expected to see this happen: Successful compilation
Instead, this happened: Compiler hangup
Meta
rustc --version --verbose
:Backtrace
Captured by a
backtrace
command in GDB:gdb.txt
The text was updated successfully, but these errors were encountered: