]> git.lizzy.rs Git - rust.git/blobdiff - library/core/benches/lib.rs
Rollup merge of #93746 - cjgillot:nodefii, r=nikomatsakis
[rust.git] / library / core / benches / lib.rs
index 82c1789c24dad0be7cee7fc31469e6883bfaca4d..d5e1ec083f95d24488381be269ddb2191980063f 100644 (file)
@@ -1,6 +1,7 @@
 // wasm32 does not support benches (no time).
 #![cfg(not(target_arch = "wasm32"))]
 #![feature(flt2dec)]
+#![feature(int_log)]
 #![feature(test)]
 
 extern crate test;