pub fn get_rustc_version() -> Result<String, String>Expand description
Gets the version of the Rust compiler used to build the build script.
Example: "rustc 1.53.0-nightly (07e0e2ec2 2021-03-24)"
ยงErrors
Returns an error if it fails to execute the rustc command.