We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb5800 commit 5a9ff05Copy full SHA for 5a9ff05
src/libcore/benches/lib.rs
@@ -1,3 +1,5 @@
1
+// wasm32 does not support benches (no time).
2
+#![cfg(not(target_arch = "wasm32"))]
3
#![feature(flt2dec)]
4
#![feature(test)]
5
0 commit comments