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
Current state is that linking to std and linking to crates.io crates works, but intra-registry links are broken until cargo can correctly produce the links for sparse registries.
The type
SomeStruct
in the image below is from another crate within the same registry, but it is not linked.This should be fixed by adding --extern-html-root-url to the arguments passed to rustdoc.
The text was updated successfully, but these errors were encountered: