We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c92de commit 531d965Copy full SHA for 531d965
build.rs
@@ -1,7 +1,7 @@
1
fn main() {
2
let ac = autocfg::new();
3
4
- ac.emit_expression_cfg("1f64.total_cmp(&2f64)", "has_total_cmp");
+ ac.emit_expression_cfg("1f64.total_cmp(&2f64)", "has_total_cmp"); // 1.62
5
6
ac.emit_expression_cfg("1u32.to_ne_bytes()", "has_int_to_from_bytes");
7
ac.emit_expression_cfg("3.14f64.to_ne_bytes()", "has_float_to_from_bytes");
0 commit comments