pub const RUST_VERSION: &str = r#"rustc 1.96.0 (ac68faa20 2026-05-25)"#;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.