Rustdoc hangs with diesel #133616
Labels
C-bug
Category: This is a bug.
I-hang
Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc.
P-critical
Critical priority
regression-untriaged
Untriaged performance or correctness regression.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Code
diesel-rs/diesel@8939fce
I expected to see this happen: Documentation is build in ~5s
Instead, this happened: Rustdoc hangs indefinitely (e.g. https://github.com/diesel-rs/diesel/actions/runs/12069072552/job/33655550946 was canceled after ~6h)
Version it worked on
It most recently worked on: Rust 1.84 (current beta)
Version with regression
rustc --version --verbose
:I've run cargo bisect-rustc to track down the PR that causes this and that points to #133242 (386a7c7), so cc @lcnr
@rustbot modify labels: +regression-from-beta-to-nightly -regression-untriaged +T-rustdoc
The text was updated successfully, but these errors were encountered: