We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e89768 commit ce94806Copy full SHA for ce94806
core/src/marker.rs
@@ -1299,7 +1299,7 @@ pub macro CoercePointee($item:item) {
1299
/// and shall not ever be stabilised.
1300
#[cfg(not(bootstrap))]
1301
#[lang = "coerce_pointee_validated"]
1302
-#[unstable(feature = "coerce_pointee_validated", issue = "123430")]
+#[unstable(feature = "coerce_pointee_validated", issue = "none")]
1303
#[doc(hidden)]
1304
pub trait CoercePointeeValidated {
1305
/* compiler built-in */
0 commit comments