1 2 3 4 5 6 7
#[rustversion::nightly] fn main() { println!("cargo:rustc-cfg=nightly_error_messages"); } #[rustversion::not(nightly)] fn main() {}