File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ pub const fn null_mut<T>() -> *mut T {
510
510
/// see the [module documentation][crate::ptr] for details.
511
511
#[ inline( always) ]
512
512
#[ must_use]
513
- #[ rustc_const_stable( feature = "strict_provenance " , since = "1.61.0" ) ]
513
+ #[ rustc_const_stable( feature = "stable_things_using_strict_provenance " , since = "1.61.0" ) ]
514
514
#[ unstable( feature = "strict_provenance" , issue = "95228" ) ]
515
515
pub const fn invalid < T > ( addr : usize ) -> * const T {
516
516
// FIXME(strict_provenance_magic): I am magic and should be a compiler intrinsic.
@@ -537,7 +537,7 @@ pub const fn invalid<T>(addr: usize) -> *const T {
537
537
/// see the [module documentation][crate::ptr] for details.
538
538
#[ inline( always) ]
539
539
#[ must_use]
540
- #[ rustc_const_stable( feature = "strict_provenance " , since = "1.61.0" ) ]
540
+ #[ rustc_const_stable( feature = "stable_things_using_strict_provenance " , since = "1.61.0" ) ]
541
541
#[ unstable( feature = "strict_provenance" , issue = "95228" ) ]
542
542
pub const fn invalid_mut < T > ( addr : usize ) -> * mut T {
543
543
// FIXME(strict_provenance_magic): I am magic and should be a compiler intrinsic.
You can’t perform that action at this time.
0 commit comments