Function re_build_tools::rust_llvm_versions

source ยท
pub(crate) fn rust_llvm_versions() -> Result<(String, String)>
Expand description

Returns (rustc, LLVM) versions.

Defaults to "unknown" if, for whatever reason, the output from rustc -vV did not contain version information and/or the output format underwent breaking changes.