diff options
| author | Ding Xiang Fei <dingxiangfei2009@protonmail.ch> | 2024-10-05 17:44:53 +0800 |
|---|---|---|
| committer | Ding Xiang Fei <dingxiangfei2009@protonmail.ch> | 2024-10-24 02:14:09 +0800 |
| commit | fd36b3a4a8168fcadecac2317e407bbd0eaeb1d2 (patch) | |
| tree | f2c48c56f9f5903519cba4f257b8213fedf6f853 /compiler/rustc_feature/src/removed.rs | |
| parent | be01dabfefd2daa4574b974f571c7852085d60cb (diff) | |
| download | rust-fd36b3a4a8168fcadecac2317e407bbd0eaeb1d2.tar.gz rust-fd36b3a4a8168fcadecac2317e407bbd0eaeb1d2.zip | |
s/SmartPointer/CoerceReferent/g
move derive_smart_pointer into removed set
Diffstat (limited to 'compiler/rustc_feature/src/removed.rs')
| -rw-r--r-- | compiler/rustc_feature/src/removed.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_feature/src/removed.rs b/compiler/rustc_feature/src/removed.rs index fe3a67fd667..8d2e1e8c804 100644 --- a/compiler/rustc_feature/src/removed.rs +++ b/compiler/rustc_feature/src/removed.rs @@ -85,6 +85,8 @@ declare_features! ( /// Allows default type parameters to influence type inference. (removed, default_type_parameter_fallback, "1.82.0", Some(27336), Some("never properly implemented; requires significant design work")), + /// Allows deriving traits as per `SmartPointer` specification + (removed, derive_smart_pointer, "1.79.0", Some(123430), Some("replaced by `CoercePointee`")), /// Allows using `#[doc(keyword = "...")]`. (removed, doc_keyword, "1.28.0", Some(51315), Some("merged into `#![feature(rustdoc_internals)]`")), |
