Skip to content

Commit

Permalink
block coerce_pointee_validated for stabilization
Browse files Browse the repository at this point in the history
  • Loading branch information
dingxiangfei2009 committed Feb 9, 2025
1 parent b943505 commit 1848343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/marker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 1848343

Please sign in to comment.