Browse Source

Merge pull request #313 from Lokathor/lokathor-tries-git

Lokathor tries to use the .gitmodules
Alex Crichton 5 years ago
parent
commit
03875452c9
2 changed files with 4 additions and 1 deletions
  1. 3 0
      build.rs
  2. 1 1
      libm

+ 3 - 0
build.rs

@@ -8,6 +8,9 @@ fn main() {
 
     println!("cargo:compiler-rt={}", cwd.join("compiler-rt").display());
 
+    // Activate libm's unstable features to make full use of Nightly.
+    println!("cargo:rustc-cfg=feature=\"unstable\"");
+
     // Emscripten's runtime includes all the builtins
     if target.contains("emscripten") {
         return;

+ 1 - 1
libm

@@ -1 +1 @@
-Subproject commit 01bee72a93ebaeea2883d0f963174c2b00d4fe68
+Subproject commit 8eedc2470531f51b978e4c873ee78a33c90e0fbd