Expand description
Rust toolchain checks and remediation.
Structs§
- Rust
Target Additions - Installation plan adding rustup targets to a named toolchain.
- Rust
Toolchain - Rust toolchain checker.
- Rust
Toolchain Installation - Installation plan for Rust toolchain fixes.
- Selected
Toolchain Targets - A required set of rustup targets on the toolchain selected for the host’s working directory — how platform checkers verify the compilation targets the build path invokes.
Enums§
- Fail
ToAdd Rust Targets - Errors from
rustup target add. - Fail
ToInstall Rust Toolchain - Errors that can occur during Rust toolchain installation.
Constants§
- CLI_
MINIMUM_ RUST_ VERSION - The CLI’s own
rust-version— always part of the version floor the doctor enforces, because the crates it generates are compiled with this release’s language features and edition.
Functions§
- nightly_
toolchain_ with_ rust_ src - A nightly toolchain that can compile the standard library from source.
- rustc_
verbose_ version - The
rustc -vVidentity oftoolchain— what a cached-Zbuild-stdartifact pins to, because a channel name likenightlyoutlives the compiler it resolves to afterrustup update.