pub fn parse_rustc_semver(version: impl AsRef<str>) -> Result<String, String>
Gets the dotted-numeric version from the rustc version string.
Example: "1.53.0"
"1.53.0"
Returns an error when version has an unexpected format.
version