LinuxCommandLibrary

rustup-override

Set directory-specific Rust toolchain overrides

TLDR

Set directory override

$ rustup override set nightly
copy
Remove directory override
$ rustup override unset
copy
List overrides
$ rustup override list
copy

SYNOPSIS

rustup override command [options]

DESCRIPTION

rustup override manages directory-specific toolchain overrides. Overrides take precedence over default toolchain. Useful for projects requiring specific Rust versions.

PARAMETERS

set toolchain

Set override for current directory.
unset
Remove current directory override.
list
Show all overrides.
--path path
Target specific directory.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community