Closed
Description
I created an issue rust-lang/rust#64193 month ago and there's no progress at all up to 8 october. The problem is that intra-rustdoc-links don't work correctly.
Now these links (for ex.)
- https://rust-lang-nursery.github.io/futures-api-docs/0.3.0-alpha.19/futures/channel/mpsc/struct.TrySendError.html =>
try_send
, - https://rust-lang-nursery.github.io/futures-api-docs/0.3.0-alpha.19/futures/channel/mpsc/struct.Sender.html =>
channel
don't redirect to correct destination, moreover in some places without context reader can't understand method of which trait
/impl
/mod
is mentioned.
If change them to the full path, we will get warnings (see issue), however links will work. Maybe it's ok for now to have warnings but correctly working links? I could prepare PR with expanded links.