Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross links to types in other crates within the registry are not linked #3

Open
calebfletcher opened this issue Nov 21, 2022 · 2 comments
Labels
bug Something isn't working docs-builder

Comments

@calebfletcher
Copy link
Owner

The type SomeStruct in the image below is from another crate within the same registry, but it is not linked.

image

This should be fixed by adding --extern-html-root-url to the arguments passed to rustdoc.

@calebfletcher calebfletcher added docs-builder bug Something isn't working labels Nov 21, 2022
@calebfletcher
Copy link
Owner Author

calebfletcher commented Nov 22, 2022

Blocked by rust-lang/cargo#11402 with a PR submitted in rust-lang/cargo#11403

@calebfletcher
Copy link
Owner Author

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.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working docs-builder
Projects
None yet
Development

No branches or pull requests

1 participant