Files
2026-08-01 16:11:49 +03:00

4 lines
56 B
Rust

fn main() {
println!("cargo:rustc-cfg=has_i128");
}