RUSTC_VERSION

Constant RUSTC_VERSION 

Source
pub const RUSTC_VERSION: &str = "rustc 1.93.0-nightly (27b076af7 2025-11-21)";
Expand description

rustc version Should be identical to the output of rustc --version.

ยงExample

println!("Built using {}", RUSTC_VERSION);