main()1 fn main() { 2 let ac = autocfg::new(); 3 4 ac.emit_expression_cfg("1f64.total_cmp(&2f64)", "has_total_cmp"); // 1.62 5 6 autocfg::rerun_path("build.rs"); 7 } 8