diff options
| author | Jonas Platte <jplatte+git@posteo.de> | 2023-04-06 21:54:05 +0200 |
|---|---|---|
| committer | Jonas Platte <jplatte+git@posteo.de> | 2023-04-06 23:14:23 +0200 |
| commit | 443928f7e33666f83711c768ef2968090c85bc7f (patch) | |
| tree | 8729f7610626e03a0901cc9af055969818c2122d /compiler/rustc_hir_analysis/src | |
| parent | f5b8f44e5d5dee0f60cec1729b5a107659779d94 (diff) | |
| download | rust-443928f7e33666f83711c768ef2968090c85bc7f.tar.gz rust-443928f7e33666f83711c768ef2968090c85bc7f.zip | |
Stabilize is_some_and
Diffstat (limited to 'compiler/rustc_hir_analysis/src')
| -rw-r--r-- | compiler/rustc_hir_analysis/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_hir_analysis/src/lib.rs b/compiler/rustc_hir_analysis/src/lib.rs index 2a9025d60ab..27e56180349 100644 --- a/compiler/rustc_hir_analysis/src/lib.rs +++ b/compiler/rustc_hir_analysis/src/lib.rs @@ -70,7 +70,6 @@ This API is completely unstable and subject to change. #![feature(lazy_cell)] #![feature(slice_partition_dedup)] #![feature(try_blocks)] -#![feature(is_some_and)] #![feature(type_alias_impl_trait)] #![recursion_limit = "256"] |
