Open
Description
Problem
When I run cargo doc
, it never terminates. Instead, it uses 100% of a CPU indefinitely.
Steps
- git clone https://github.com/gents83/wgpu.git
- cd wgpu
- git checkout 91d872e1
- cargo +nightly doc -p wgpu-core
That final command never seems to exit.
Notes
I'm running Fedora 38 and cargo 1.73.0-nightly (7c3904d6c 2023-08-14).
Metadata
Metadata
Assignees
Labels
Area: Synthetic impls, used by rustdoc to document auto traits and traits with blanket implsArea: Trait systemCategory: This is a bug.Issue: Problems and improvements with respect to compile times.Status: A Minimal Complete and Verifiable Example has been found for this issueRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.