about summary refs log tree commit diff
path: root/library/core/benches/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/core/benches/lib.rs')
-rw-r--r--library/core/benches/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/core/benches/lib.rs b/library/core/benches/lib.rs
index 32d15c386cb..3f1c58bbd72 100644
--- a/library/core/benches/lib.rs
+++ b/library/core/benches/lib.rs
@@ -8,6 +8,7 @@
 #![feature(iter_array_chunks)]
 #![feature(iter_next_chunk)]
 #![feature(iter_advance_by)]
+#![feature(isqrt)]
 
 extern crate test;