RUST_VERSION

Constant RUST_VERSION 

Source
pub const RUST_VERSION: &str = r#"rustc 1.93.0 (254b59607 2026-01-19)"#;
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.