1 2 3 4 5 6 7
use rustversion; fn main() { if rustversion::cfg!(nightly) { println!("cargo:rustc-cfg=nightly"); } }