### Problem you are trying to solve It would be nice if Rustup itself could show the paths of where Rust components (eg. `rustc`, `rust_src`, etc.) are installed. ### Solution you'd like Add a command to show path of Rust components (if installed). ```console $ rustup which rust_src /path/to/folder/where/installed/rust_src ``` ### Notes _No response_