block coerce_pointee_validated for stabilization
This commit is contained in:
parent
b9435056a7
commit
18483434ae
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue