File: build.rs

package info (click to toggle)
rust-num-traits 0.2.19-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 496 kB
  • sloc: makefile: 4
file content (7 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
fn main() {
    let ac = autocfg::new();

    ac.emit_expression_cfg("1f64.total_cmp(&2f64)", "has_total_cmp"); // 1.62

    autocfg::rerun_path("build.rs");
}