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 095f020 commit 0a3e283Copy full SHA for 0a3e283
build.rs
@@ -9,7 +9,7 @@ fn main() {
9
println!("cargo:compiler-rt={}", cwd.join("compiler-rt").display());
10
11
// Activate libm's unstable features to make full use of Nightly.
12
- println!("rustc-cfg=libm/unstable");
+ println!("cargo:rustc-cfg=feature=\"unstable\"");
13
14
// Emscripten's runtime includes all the builtins
15
if target.contains("emscripten") {
0 commit comments