Closed
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).