From 4f12de0660bb26eefac258b03ffb6c43d2debda7 Mon Sep 17 00:00:00 2001 From: Cameron Steffen Date: Thu, 23 Jun 2022 13:17:42 -0500 Subject: Change feature name to is_some_and --- compiler/rustc_const_eval/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/rustc_const_eval') 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)] -- cgit 1.4.1-3-g733a5