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.
build.rs
:
::
1 parent 0b35a7b commit 96707e0Copy full SHA for 96707e0
libm/build.rs
@@ -2,10 +2,10 @@ use std::env;
2
3
fn main() {
4
println!("cargo:rerun-if-changed=build.rs");
5
- println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");
6
- println!("cargo::rustc-check-cfg=cfg(feature, values(\"unstable\"))");
+ println!("cargo:rustc-check-cfg=cfg(assert_no_panic)");
+ println!("cargo:rustc-check-cfg=cfg(feature, values(\"unstable\"))");
7
8
- println!("cargo::rustc-check-cfg=cfg(feature, values(\"checked\"))");
+ println!("cargo:rustc-check-cfg=cfg(feature, values(\"checked\"))");
9
10
#[allow(unexpected_cfgs)]
11
if !cfg!(feature = "checked") {
0 commit comments