block coerce_pointee_validated for stabilization

This commit is contained in:
Ding Xiang Fei 2025-02-10 04:36:43 +08:00
parent b9435056a7
commit 18483434ae
No known key found for this signature in database
GPG Key ID: 3CD748647EEF6359

View File

@ -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 */