diff options
| author | Ding Xiang Fei <dingxiangfei2009@protonmail.ch> | 2025-02-10 04:36:43 +0800 |
|---|---|---|
| committer | Ding Xiang Fei <dingxiangfei2009@protonmail.ch> | 2025-02-10 04:36:43 +0800 |
| commit | 18483434ae377d215fa87c890cbf26884f3fae5c (patch) | |
| tree | 7efd469c6ca536eab5696837bef01025c74100b4 /library/core/src | |
| parent | b9435056a7e152e1d455b404061240b964a39584 (diff) | |
| download | rust-18483434ae377d215fa87c890cbf26884f3fae5c.tar.gz rust-18483434ae377d215fa87c890cbf26884f3fae5c.zip | |
block coerce_pointee_validated for stabilization
Diffstat (limited to 'library/core/src')
| -rw-r--r-- | library/core/src/marker.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/marker.rs b/library/core/src/marker.rs index 163c80ffe1d..3dbedac166b 100644 --- a/library/core/src/marker.rs +++ b/library/core/src/marker.rs @@ -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 */ |
