File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -132,8 +132,8 @@ impl<T: ?Sized> *const T {
132
132
/// ```
133
133
#[ unstable( feature = "ptr_to_from_bits" , issue = "91126" ) ]
134
134
#[ deprecated(
135
- since = "1.67" ,
136
- note = "replaced by the `exposed_addr ` method, or update your code \
135
+ since = "1.67.0 " ,
136
+ note = "replaced by the `expose_addr ` method, or update your code \
137
137
to follow the strict provenance rules using its APIs"
138
138
) ]
139
139
#[ inline( always) ]
@@ -161,7 +161,7 @@ impl<T: ?Sized> *const T {
161
161
/// ```
162
162
#[ unstable( feature = "ptr_to_from_bits" , issue = "91126" ) ]
163
163
#[ deprecated(
164
- since = "1.67" ,
164
+ since = "1.67.0 " ,
165
165
note = "replaced by the `ptr::from_exposed_addr` function, or update \
166
166
your code to follow the strict provenance rules using its APIs"
167
167
) ]
Original file line number Diff line number Diff line change @@ -138,8 +138,8 @@ impl<T: ?Sized> *mut T {
138
138
/// ```
139
139
#[ unstable( feature = "ptr_to_from_bits" , issue = "91126" ) ]
140
140
#[ deprecated(
141
- since = "1.67" ,
142
- note = "replaced by the `exposed_addr ` method, or update your code \
141
+ since = "1.67.0 " ,
142
+ note = "replaced by the `expose_addr ` method, or update your code \
143
143
to follow the strict provenance rules using its APIs"
144
144
) ]
145
145
#[ inline( always) ]
@@ -167,7 +167,7 @@ impl<T: ?Sized> *mut T {
167
167
/// ```
168
168
#[ unstable( feature = "ptr_to_from_bits" , issue = "91126" ) ]
169
169
#[ deprecated(
170
- since = "1.67" ,
170
+ since = "1.67.0 " ,
171
171
note = "replaced by the `ptr::from_exposed_addr_mut` function, or \
172
172
update your code to follow the strict provenance rules using its APIs"
173
173
) ]
You can’t perform that action at this time.
0 commit comments