diff options
| author | bendn <bend.n@outlook.com> | 2025-02-16 12:38:11 +0700 |
|---|---|---|
| committer | bendn <bend.n@outlook.com> | 2025-02-23 21:11:12 +0700 |
| commit | c39f33baae94665d69a45d45a00d0dc028c80cc9 (patch) | |
| tree | 2d4c847e342c22f548e7347502f6bb73808e55e8 /compiler/rustc_trait_selection/src/lib.rs | |
| parent | 1805b3348341e0918912ab61cb1dffad41648d23 (diff) | |
| download | rust-c39f33baae94665d69a45d45a00d0dc028c80cc9.tar.gz rust-c39f33baae94665d69a45d45a00d0dc028c80cc9.zip | |
stabilize extract_if
Diffstat (limited to 'compiler/rustc_trait_selection/src/lib.rs')
| -rw-r--r-- | compiler/rustc_trait_selection/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_trait_selection/src/lib.rs b/compiler/rustc_trait_selection/src/lib.rs index 1af383e9200..b235d0da83c 100644 --- a/compiler/rustc_trait_selection/src/lib.rs +++ b/compiler/rustc_trait_selection/src/lib.rs @@ -20,7 +20,6 @@ #![feature(associated_type_defaults)] #![feature(box_patterns)] #![feature(cfg_version)] -#![feature(extract_if)] #![feature(if_let_guard)] #![feature(iter_intersperse)] #![feature(iterator_try_reduce)] |
