pub async fn rust_target_libdir(triple: &Triple) -> Result<PathBuf>
Resolve the Rust standard-library directory for a target triple.
Returns an error if rustc cannot resolve an existing target library directory.