Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

std::raw::Vec comes before std::vec::Vec in searching rustdoc #13949

Closed
edwardw opened this issue May 5, 2014 · 1 comment
Closed

std::raw::Vec comes before std::vec::Vec in searching rustdoc #13949

edwardw opened this issue May 5, 2014 · 1 comment
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@edwardw
Copy link
Contributor

edwardw commented May 5, 2014

When searching for "vec" in rustdoc, std::raw::Vec comes before std::vec::Vec, which is rather unfortunate. It would be more appropriate the other way around.

@huonw huonw added the A-rustdoc label May 5, 2014
@thestinger
Copy link
Contributor

This is covered by #12938 and #11875 because the old representation is going to be completely removed, along with that support code.

bors added a commit to rust-lang-ci/rust that referenced this issue Feb 13, 2023
minor: implement `AstNode` for `Either`

Makes code a little bit nicer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

3 participants