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 4415b614817..b9b768f29d7 100644
--- a/library/coretests/tests/lib.rs
+++ b/library/coretests/tests/lib.rs
@@ -80,6 +80,7 @@
 #![feature(next_index)]
 #![feature(non_exhaustive_omitted_patterns_lint)]
 #![feature(numfmt)]
+#![feature(option_reduce)]
 #![feature(pattern)]
 #![feature(pointer_is_aligned_to)]
 #![feature(portable_simd)]