about summary refs log tree commit diff
path: root/compiler/rustc_errors
diff options
context:
space:
mode:
authorbendn <bend.n@outlook.com>2025-02-16 12:38:11 +0700
committerbendn <bend.n@outlook.com>2025-02-23 21:11:12 +0700
commitc39f33baae94665d69a45d45a00d0dc028c80cc9 (patch)
tree2d4c847e342c22f548e7347502f6bb73808e55e8 /compiler/rustc_errors
parent1805b3348341e0918912ab61cb1dffad41648d23 (diff)
downloadrust-c39f33baae94665d69a45d45a00d0dc028c80cc9.tar.gz
rust-c39f33baae94665d69a45d45a00d0dc028c80cc9.zip
stabilize extract_if
Diffstat (limited to 'compiler/rustc_errors')
-rw-r--r--compiler/rustc_errors/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_errors/src/lib.rs b/compiler/rustc_errors/src/lib.rs
index ceed0cd94fc..f2b133f5677 100644
--- a/compiler/rustc_errors/src/lib.rs
+++ b/compiler/rustc_errors/src/lib.rs
@@ -15,7 +15,6 @@
 #![feature(box_into_inner)]
 #![feature(box_patterns)]
 #![feature(error_reporter)]
-#![feature(extract_if)]
 #![feature(if_let_guard)]
 #![feature(let_chains)]
 #![feature(negative_impls)]