1 2 3 4 5 6 7 8
//! Compatibility checks. use crate::PdStr; /// Rust compiler version used to build this library. pub fn rustc_version() -> PdStr { env!("RUSTC_VERSION").into() }