diff options
| author | David Tolnay <dtolnay@gmail.com> | 2022-01-19 23:30:42 -0800 |
|---|---|---|
| committer | David Tolnay <dtolnay@gmail.com> | 2022-01-19 23:30:55 -0800 |
| commit | 3136c5f752837ce48d2e6cf1cc643929d294cfe0 (patch) | |
| tree | a90bec5478a2df6a0dd8d00744775927314748e3 | |
| parent | 881e093f6d3c68caaad64fa28a5def6d308c52cd (diff) | |
| download | rust-3136c5f752837ce48d2e6cf1cc643929d294cfe0.tar.gz rust-3136c5f752837ce48d2e6cf1cc643929d294cfe0.zip | |
Update stabilization version of impl Not for !
| -rw-r--r-- | library/core/src/ops/bit.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 = !; |
