blob: b52885c6261a6fa4180532771bd95a1fb5c5c596 [file] [log] [blame] [edit]
#[rustversion::nightly]
fn main() {
println!("cargo:rustc-cfg=nightly_error_messages");
}
#[rustversion::not(nightly)]
fn main() {}