You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am also trying to run cargo doc on a project of mine that uses wgpu-core, and it just hangs. It's sat here for >5m seemingly chewing up a whole core worth of performance in rustdoc. To be clear, it is not taking that long to document the whole lib. It is just sitting on wgpu-core trying to document it.
The text was updated successfully, but these errors were encountered:
docs.rs fails to build the wgpu-core docs.
I am also trying to run
cargo doc
on a project of mine that uses wgpu-core, and it just hangs. It's sat here for >5m seemingly chewing up a whole core worth of performance inrustdoc
. To be clear, it is not taking that long to document the whole lib. It is just sitting onwgpu-core
trying to document it.The text was updated successfully, but these errors were encountered: