Skip to main content

toolchain_path

Function toolchain_path 

Source
pub fn toolchain_path() -> Result<PathBuf>
Expand description

Get the path to the sysroot, where the cargo and rustc binaries can be found. Prefer using in_toolchain instead of this as much as possible.