rustdoc: hang/OOM with recursive type #102910
Labels
A-destructors
Area: Destructors (`Drop`, …)
C-bug
Category: This is a bug.
fixed-by-next-solver
Fixed by the next-generation trait solver, `-Znext-solver`.
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
I-hang
Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
I tried this code from
tests/ui/recursion/issue-38591-non-regular-dropck-recursion.rs
The text was updated successfully, but these errors were encountered: