1
Fork 0

Update stabilization version of impl Not for !

This commit is contained in:
David Tolnay 2022-01-19 23:30:42 -08:00
parent 881e093f6d
commit 3136c5f752
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -68,7 +68,7 @@ macro_rules! not_impl {
not_impl! { bool usize u8 u16 u32 u64 u128 isize i8 i16 i32 i64 i128 } 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")] #[rustc_const_unstable(feature = "const_ops", issue = "90080")]
impl const Not for ! { impl const Not for ! {
type Output = !; type Output = !;