rustup에 의해 관리되는 명령에 대해 실행될 바이너리를 표시. which와 유사하지만, $PATH 대신 Rust 도구 체인을 검색. 더 많은 정보: https://rust-lang.github.io/rustup.
rustup
which
$PATH
rustup which {{명령}}
rustup help toolchain
rustup which --toolchain {{도구_체인}} {{명령}}