mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 16:40:17 +00:00
8 lines
160 B
Rust
8 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");
|
|
}
|