diff options
| author | The 8472 <git@infinite-source.de> | 2023-04-09 00:37:21 +0200 |
|---|---|---|
| committer | The 8472 <git@infinite-source.de> | 2023-06-14 09:28:54 +0200 |
| commit | 114d5f221c135e3267fbb966e2f0e582361cd8cb (patch) | |
| tree | dad53dfcb27f054304ae5f49b6ff1994a9fb4e0a /compiler/rustc_trait_selection/src/lib.rs | |
| parent | b7ce7edd87c984997137eb067df2a32d4d66470c (diff) | |
| download | rust-114d5f221c135e3267fbb966e2f0e582361cd8cb.tar.gz rust-114d5f221c135e3267fbb966e2f0e582361cd8cb.zip | |
s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList
Diffstat (limited to 'compiler/rustc_trait_selection/src/lib.rs')
| -rw-r--r-- | compiler/rustc_trait_selection/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_trait_selection/src/lib.rs b/compiler/rustc_trait_selection/src/lib.rs index ed3994be987..df7dc6d024c 100644 --- a/compiler/rustc_trait_selection/src/lib.rs +++ b/compiler/rustc_trait_selection/src/lib.rs @@ -14,7 +14,7 @@ #![feature(associated_type_bounds)] #![feature(box_patterns)] #![feature(control_flow_enum)] -#![feature(drain_filter)] +#![feature(extract_if)] #![feature(hash_drain_filter)] #![feature(let_chains)] #![feature(if_let_guard)] |
