about summary refs log tree commit diff
path: root/library/coretests/tests/lib.rs
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-08-27 11:26:48 +0200
committerGitHub <noreply@github.com>2025-08-27 11:26:48 +0200
commit1e909228646f521fcbd77a8d24b4e9f032753b76 (patch)
tree8ce09b17c0bd3817f4a3488b2009f40b4ea03384 /library/coretests/tests/lib.rs
parent4f808ba6bf9f1c8dde30d009e73386d984491587 (diff)
parent613080b5f1d58a2496d9f8dc8c314d5432fe3d6f (diff)
downloadrust-1e909228646f521fcbd77a8d24b4e9f032753b76.tar.gz
rust-1e909228646f521fcbd77a8d24b4e9f032753b76.zip
Rollup merge of #144274 - Qelxiros:option-reduce, r=tgross35
add Option::reduce

Tracking issue: rust-lang/rust#144273
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)]