pub const RUST_VERSION: &str = r#"rustc 1.89.0-nightly (4d051fb30 2025-05-18)"#;
Expand description
Rust version with which the project was built.
The version always uses the canonical Rust version format,
and is therefore identical to the output of the build toolchain’s rustc --version
.