From 3136c5f752837ce48d2e6cf1cc643929d294cfe0 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 19 Jan 2022 23:30:42 -0800 Subject: [PATCH] Update stabilization version of impl Not for ! --- library/core/src/ops/bit.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/core/src/ops/bit.rs b/library/core/src/ops/bit.rs index d9ce84541cf..7c664226fc2 100644 --- a/library/core/src/ops/bit.rs +++ b/library/core/src/ops/bit.rs @@ -68,7 +68,7 @@ macro_rules! not_impl { not_impl! { bool usize u8 u16 u32 u64 u128 isize i8 i16 i32 i64 i128 } -#[stable(feature = "not_never", since = "1.58.0")] +#[stable(feature = "not_never", since = "1.60.0")] #[rustc_const_unstable(feature = "const_ops", issue = "90080")] impl const Not for ! { type Output = !;