You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fmease
added
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
C-bug
Category: This is a bug.
and removed
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
labels
Feb 13, 2024
So the problem isn't actually rustdoc here but cargo: when there are no other deps locally present, rustdoc expects a map of URLs to know where to link for foreign items. However, in this case, this is a reexport of a foreign reexport, meaning we need to have access to a grand-child location, which we currently don't have. I'm checking with the cargo team to fix this issue.
On https://docs.rs/http-body-util/0.1.0/http_body_util/struct.StreamBody.html I was trying to find out what a
Stream
is.Under "Trait Implementations", I see the following:
Here it would be nice if I could click the "Stream" part in
S: Stream
and get to https://docs.rs/futures-util/0.3.14/futures_util/stream/trait.Stream.html .The text was updated successfully, but these errors were encountered: