We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 881e093 commit 3136c5fCopy full SHA for 3136c5f
library/core/src/ops/bit.rs
@@ -68,7 +68,7 @@ macro_rules! not_impl {
68
69
not_impl! { bool usize u8 u16 u32 u64 u128 isize i8 i16 i32 i64 i128 }
70
71
-#[stable(feature = "not_never", since = "1.58.0")]
+#[stable(feature = "not_never", since = "1.60.0")]
72
#[rustc_const_unstable(feature = "const_ops", issue = "90080")]
73
impl const Not for ! {
74
type Output = !;
0 commit comments