about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src
diff options
context:
space:
mode:
authorCameron Steffen <cam.steffen94@gmail.com>2022-06-23 13:17:42 -0500
committerCameron Steffen <cam.steffen94@gmail.com>2022-10-01 11:45:52 -0500
commit4f12de0660bb26eefac258b03ffb6c43d2debda7 (patch)
tree066f0072b2ad94ede8a1f74fc5a3418f5038902c /compiler/rustc_const_eval/src
parent2f83134e375a98b14ecb2b10dbea0c8b2c43f5ed (diff)
downloadrust-4f12de0660bb26eefac258b03ffb6c43d2debda7.tar.gz
rust-4f12de0660bb26eefac258b03ffb6c43d2debda7.zip
Change feature name to is_some_and
Diffstat (limited to 'compiler/rustc_const_eval/src')
-rw-r--r--compiler/rustc_const_eval/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_const_eval/src/lib.rs b/compiler/rustc_const_eval/src/lib.rs
index 7c4c7db1035..ebdaf61e439 100644
--- a/compiler/rustc_const_eval/src/lib.rs
+++ b/compiler/rustc_const_eval/src/lib.rs
@@ -20,7 +20,7 @@ Rust MIR: a lowered representation of Rust.
 #![feature(trusted_step)]
 #![feature(try_blocks)]
 #![feature(yeet_expr)]
-#![feature(is_some_with)]
+#![feature(is_some_and)]
 #![recursion_limit = "256"]
 #![allow(rustc::potential_query_instability)]