commands.sh

rustup override

all

Modify directory toolchain overrides. See `rustup help toolchain` for more information about toolchains.

More info →

Examples (4)

List directiory toolchain overrides

Set the override toolchain for the current directory (i.e. tell `rustup` to run `cargo`, `rustc`, etc. from a specific toolchain when in that directory)

Remove the toolchain override for the current directory

Remove all toolchain overrides for directories that no longer exist

rustup override unset --nonexistent
made by @shridhargupta | data from tldr-pages