Skip to content

Commit 4478257

Browse files
dingxiangfei2009gitbot
authored and
gitbot
committed
block coerce_pointee_validated for stabilization
1 parent 1dfcabf commit 4478257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/marker.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1299,7 +1299,7 @@ pub macro CoercePointee($item:item) {
12991299
/// and shall not ever be stabilised.
13001300
#[cfg(not(bootstrap))]
13011301
#[lang = "coerce_pointee_validated"]
1302-
#[unstable(feature = "coerce_pointee_validated", issue = "123430")]
1302+
#[unstable(feature = "coerce_pointee_validated", issue = "none")]
13031303
#[doc(hidden)]
13041304
pub trait CoercePointeeValidated {
13051305
/* compiler built-in */

0 commit comments

Comments
 (0)