LinuxCommandLibrary

rustup-which

Display which binary will be run for a given command managed by `rustup`.

TLDR

Display the path to the binary in the default toolchain

$ rustup which [command]
copy


Display the path to the binary in the specified toolchain (see rustup help toolchain for more information)
$ rustup which --toolchain [toolchain] [command]
copy

Copied to clipboard