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

Allow rustup doc to search for unions #4004

Merged
merged 1 commit into from
Aug 24, 2024
Merged

Conversation

taylordotfish
Copy link
Contributor

Add "union" to the list of prefixes used when searching for documentation.

Fixes #4002, where rustup doc fails to find the documentation for std::mem::MaybeUninit.

Add "union" to the list of prefixes used when searching for
documentation.

Fixes rust-lang#4002, where `rustup doc` fails to find the documentation for
`std::mem::MaybeUninit`.
@djc djc added this pull request to the merge queue Aug 24, 2024
@djc
Copy link
Contributor

djc commented Aug 24, 2024

Thanks!

Merged via the queue into rust-lang:master with commit 141cc10 Aug 24, 2024
27 checks passed
@rami3l rami3l mentioned this pull request Oct 6, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rustup doc cannot open docs for std::mem::MaybeUninit
2 participants