about summary refs log tree commit diff
path: root/library/core/src
diff options
context:
space:
mode:
authorDing Xiang Fei <dingxiangfei2009@protonmail.ch>2025-02-10 04:36:43 +0800
committerDing Xiang Fei <dingxiangfei2009@protonmail.ch>2025-02-10 04:36:43 +0800
commit18483434ae377d215fa87c890cbf26884f3fae5c (patch)
tree7efd469c6ca536eab5696837bef01025c74100b4 /library/core/src
parentb9435056a7e152e1d455b404061240b964a39584 (diff)
downloadrust-18483434ae377d215fa87c890cbf26884f3fae5c.tar.gz
rust-18483434ae377d215fa87c890cbf26884f3fae5c.zip
block coerce_pointee_validated for stabilization
Diffstat (limited to 'library/core/src')
-rw-r--r--library/core/src/marker.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/marker.rs b/library/core/src/marker.rs
index 163c80ffe1d..3dbedac166b 100644
--- a/library/core/src/marker.rs
+++ b/library/core/src/marker.rs
@@ -1299,7 +1299,7 @@ pub macro CoercePointee($item:item) {
 /// and shall not ever be stabilised.
 #[cfg(not(bootstrap))]
 #[lang = "coerce_pointee_validated"]
-#[unstable(feature = "coerce_pointee_validated", issue = "123430")]
+#[unstable(feature = "coerce_pointee_validated", issue = "none")]
 #[doc(hidden)]
 pub trait CoercePointeeValidated {
     /* compiler built-in */