pub const RUSTC_VERSION: &str = "rustc 1.93.0-nightly (27b076af7 2025-11-21)";
rustc version Should be identical to the output of rustc --version.
rustc --version
println!("Built using {}", RUSTC_VERSION);