Skip to content

Commit 021a7e4

Browse files
committed
bump stable version #94640
1 parent 613f569 commit 021a7e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/core/src/ptr/non_null.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -452,8 +452,8 @@ impl<T> NonNull<[T]> {
452452
/// let slice: NonNull<[i8]> = NonNull::slice_from_raw_parts(NonNull::dangling(), 3);
453453
/// assert_eq!(slice.len(), 3);
454454
/// ```
455-
#[stable(feature = "slice_ptr_len_nonnull", since = "1.61.0")]
456-
#[rustc_const_stable(feature = "const_slice_ptr_len_nonnull", since = "1.61.0")]
455+
#[stable(feature = "slice_ptr_len_nonnull", since = "1.63.0")]
456+
#[rustc_const_stable(feature = "const_slice_ptr_len_nonnull", since = "1.63.0")]
457457
#[rustc_allow_const_fn_unstable(const_slice_ptr_len)]
458458
#[must_use]
459459
#[inline]

0 commit comments

Comments
 (0)