-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-cross-crate-reexportsArea: Documentation that has been re-exported from a different crateArea: Documentation that has been re-exported from a different crateC-bugCategory: This is a bug.Category: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.regression-from-stable-to-stablePerformance or correctness regression from one stable version to another.Performance or correctness regression from one stable version to another.
Milestone
Description
I tried this code: laysakura/serde-encrypt@b46c118
I expected to see this happen: All links rustdoc generates are valid.
Instead, this happened: In impl<V: Multilane, T> VZip for T
, on encrypt/encrypted_message/struct.EncryptedMessage.html
, the function vzip links to #tymethod.vzip, but the proper link is #method.vzip. This causes the anchor to go nowhere.
Meta
rustdoc --version
: rustdoc 1.53.0 (53cb7b0 2021-06-17)
This is also present on rustdoc 1.55.0-nightly (7c3872e 2021-06-24).
Metadata
Metadata
Assignees
Labels
A-cross-crate-reexportsArea: Documentation that has been re-exported from a different crateArea: Documentation that has been re-exported from a different crateC-bugCategory: This is a bug.Category: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.regression-from-stable-to-stablePerformance or correctness regression from one stable version to another.Performance or correctness regression from one stable version to another.