pub fn materialize_sysroot(maybe_sysroot: Option<PathBuf>) -> PathBufExpand description
Returns the provided sysroot or calls get_or_default_sysroot if it’s none.
Panics if get_or_default_sysroot returns an error.
pub fn materialize_sysroot(maybe_sysroot: Option<PathBuf>) -> PathBufReturns the provided sysroot or calls get_or_default_sysroot if it’s none.
Panics if get_or_default_sysroot returns an error.