Skip to content

Docs: Tooltips on hover for types from other crates #37794

Closed

Description

I was looking at docs for tokio-proto, and noticed that there were helpful tooltips for types defined in the crate, but not for types like Handle and FramedIo, whice are defined in other crates.

It would be great if, even if they aren't clickable, types outside of the crate would get tooltips showing the full path of the type, to hint at where to look to learn more. So Handle would show a tooltip with tokio_core::reactor::Handle and FramedIo would show one with tokio_core::io::FramedIo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    C-feature-requestCategory: A feature request, i.e: not implemented / a PR.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions