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