File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ impl<T: ?Sized> *const T {
120
120
/// ```
121
121
#[ unstable( feature = "ptr_to_from_bits" , issue = "91126" ) ]
122
122
#[ rustc_deprecated(
123
- since = "1.62 " ,
123
+ since = "1.67 " ,
124
124
reason = "replaced by the `exposed_addr` method, or update your code \
125
125
to follow the strict provenance rules using its APIs"
126
126
) ]
@@ -146,7 +146,7 @@ impl<T: ?Sized> *const T {
146
146
/// ```
147
147
#[ unstable( feature = "ptr_to_from_bits" , issue = "91126" ) ]
148
148
#[ rustc_deprecated(
149
- since = "1.62 " ,
149
+ since = "1.67 " ,
150
150
reason = "replaced by the `ptr::from_exposed_addr` function, or update \
151
151
your code to follow the strict provenance rules using its APIs"
152
152
) ]
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ impl<T: ?Sized> *mut T {
126
126
/// ```
127
127
#[ unstable( feature = "ptr_to_from_bits" , issue = "91126" ) ]
128
128
#[ rustc_deprecated(
129
- since = "1.62 " ,
129
+ since = "1.67 " ,
130
130
reason = "replaced by the `exposed_addr` method, or update your code \
131
131
to follow the strict provenance rules using its APIs"
132
132
) ]
@@ -152,7 +152,7 @@ impl<T: ?Sized> *mut T {
152
152
/// ```
153
153
#[ unstable( feature = "ptr_to_from_bits" , issue = "91126" ) ]
154
154
#[ rustc_deprecated(
155
- since = "1.62 " ,
155
+ since = "1.67 " ,
156
156
reason = "replaced by the `ptr::from_exposed_addr_mut` function, or \
157
157
update your code to follow the strict provenance rules using its APIs"
158
158
) ]
You can’t perform that action at this time.
0 commit comments