about summary refs log tree commit diff
path: root/library/coretests/tests/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/coretests/tests/lib.rs')
-rw-r--r--library/coretests/tests/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/coretests/tests/lib.rs b/library/coretests/tests/lib.rs
index 5c519f3a499..a80d7f8b44d 100644
--- a/library/coretests/tests/lib.rs
+++ b/library/coretests/tests/lib.rs
@@ -20,6 +20,7 @@
 #![feature(const_convert)]
 #![feature(const_destruct)]
 #![feature(const_eval_select)]
+#![feature(const_mul_add)]
 #![feature(const_ops)]
 #![feature(const_option_ops)]
 #![feature(const_ref_cell)]