"Read more" shortening for trait impls chops off link references #49430
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Here's an example: https://doc.rust-lang.org/nightly/std/option/enum.Option.html#impl-Hash
If you notice here, because rustdoc naïvely chops off all lines of the doc but the first, link references get lost. While this particular instance will be solved by autolinking, this doesn't work if you link to something in general.
The text was updated successfully, but these errors were encountered: