- 
                Notifications
    You must be signed in to change notification settings 
- Fork 13.9k
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.I-hangIssue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc.Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc.S-has-mcveStatus: A Minimal Complete and Verifiable Example has been found for this issueStatus: A Minimal Complete and Verifiable Example has been found for this issueT-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
When generating docs for the typenum crate on the latest nightly, rustdoc gets stuck on the "Building" phase.
cargo +nightly doc
   Compiling typenum v1.16.0 (C:\Users\hpmas\Documents\Projects\contributing\typenum)
 Documenting typenum v1.16.0 (C:\Users\hpmas\Documents\Projects\contributing\typenum)
    Building [==================>          ] 2/3: typenum(doc)
Works as normal on on nightly-2023-06-09, but freezes on the latest nightly (2023-06-10).
Reproducible Steps
Using the latest nightly:
- clone typenum repo git clone https://github.com/paholg/typenum
- cd typenum
- cargo +nightly doc
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.I-hangIssue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc.Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc.S-has-mcveStatus: A Minimal Complete and Verifiable Example has been found for this issueStatus: A Minimal Complete and Verifiable Example has been found for this issueT-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.