Skip to content

Commit 3136c5f

Browse files
committed
Update stabilization version of impl Not for !
1 parent 881e093 commit 3136c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/ops/bit.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ macro_rules! not_impl {
6868

6969
not_impl! { bool usize u8 u16 u32 u64 u128 isize i8 i16 i32 i64 i128 }
7070

71-
#[stable(feature = "not_never", since = "1.58.0")]
71+
#[stable(feature = "not_never", since = "1.60.0")]
7272
#[rustc_const_unstable(feature = "const_ops", issue = "90080")]
7373
impl const Not for ! {
7474
type Output = !;

0 commit comments

Comments
 (0)