7 lines
160 B
Rust
7 lines
160 B
Rust
fn main() {
|
|
let ac = autocfg::new();
|
|
|
|
ac.emit_expression_cfg("1f64.total_cmp(&2f64)", "has_total_cmp"); // 1.62
|
|
|
|
autocfg::rerun_path("build.rs");
|
|
}
|