mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
block coerce_pointee_validated for stabilization
This commit is contained in:
parent
b9435056a7
commit
18483434ae
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user