File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1893,7 +1893,7 @@ extern "rust-intrinsic" {
1893
1893
pub fn nontemporal_store < T > ( ptr : * mut T , val : T ) ;
1894
1894
1895
1895
/// See documentation of `<*const T>::offset_from` for details.
1896
- #[ rustc_const_unstable( feature = "const_ptr_offset_from" , issue = "41079 " ) ]
1896
+ #[ rustc_const_unstable( feature = "const_ptr_offset_from" , issue = "92980 " ) ]
1897
1897
pub fn ptr_offset_from < T > ( ptr : * const T , base : * const T ) -> isize ;
1898
1898
1899
1899
/// See documentation of `<*const T>::guaranteed_eq` for details.
Original file line number Diff line number Diff line change @@ -439,7 +439,7 @@ impl<T: ?Sized> *const T {
439
439
/// }
440
440
/// ```
441
441
#[ stable( feature = "ptr_offset_from" , since = "1.47.0" ) ]
442
- #[ rustc_const_unstable( feature = "const_ptr_offset_from" , issue = "41079 " ) ]
442
+ #[ rustc_const_unstable( feature = "const_ptr_offset_from" , issue = "92980 " ) ]
443
443
#[ inline]
444
444
pub const unsafe fn offset_from ( self , origin : * const T ) -> isize
445
445
where
Original file line number Diff line number Diff line change @@ -617,7 +617,7 @@ impl<T: ?Sized> *mut T {
617
617
/// }
618
618
/// ```
619
619
#[ stable( feature = "ptr_offset_from" , since = "1.47.0" ) ]
620
- #[ rustc_const_unstable( feature = "const_ptr_offset_from" , issue = "41079 " ) ]
620
+ #[ rustc_const_unstable( feature = "const_ptr_offset_from" , issue = "92980 " ) ]
621
621
#[ inline( always) ]
622
622
pub const unsafe fn offset_from ( self , origin : * const T ) -> isize
623
623
where
You can’t perform that action at this time.
0 commit comments