Skip to content

rustdoc on nightly freezes when generating docs for typenum #112515

Closed

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:

  1. clone typenum repo git clone https://github.com/paholg/typenum
  2. cd typenum
  3. cargo +nightly doc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: This is a bug.I-hangIssue: 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 issueT-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions