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
I expect that adding it to that array would fix the issue, although some discussion may be warranted concerning where in the array it should be inserted.
Notes
No response
Rustup version
rustup 1.27.1 (54dd3d00f 2024-04-24)info: This is the version for the rustup toolchain manager, not the rustc compiler.info: The currently active `rustc` version is `rustc 1.82.0-nightly (5aea14073 2024-08-20)`
Installed toolchains
Default host: powerpc64le-unknown-linux-gnurustup home: /home/tmp/.rustupinstalled toolchains--------------------stable-powerpc64le-unknown-linux-gnunightly-powerpc64le-unknown-linux-gnu (default)installed targets for active toolchain--------------------------------------powerpc64le-unknown-linux-gnuwasm32-unknown-unknownactive toolchain----------------nightly-powerpc64le-unknown-linux-gnu (default)rustc 1.82.0-nightly (5aea14073 2024-08-20)
OS version
Debian GNU/Linux ppc64el trixie
The text was updated successfully, but these errors were encountered:
I expect that adding it to that array would fix the issue, although some discussion may be warranted concerning where in the array it should be inserted.
Thanks for reporting & investigating. Would you be able to send a PR so we can discuss the change you have in mind?
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`.
Verification
Problem
I tried to open the documentation for
std::mem::MaybeUninit
with the following command:but got the following error:
Steps
rust-docs
component is installed for the active toolchain.rustup doc std::mem::MaybeUninit
orrustup doc core::mem::MaybeUninit
.Possible Solution(s)
I believe the issue occurs because
"union"
is missing fromkeywords_mod
incli::topical_doc::local_path
.I expect that adding it to that array would fix the issue, although some discussion may be warranted concerning where in the array it should be inserted.
Notes
No response
Rustup version
Installed toolchains
OS version
Debian GNU/Linux ppc64el trixie
The text was updated successfully, but these errors were encountered: