s/SmartPointer/CoerceReferent/g

move derive_smart_pointer into removed set
This commit is contained in:
Ding Xiang Fei
2024-10-05 17:44:53 +08:00
parent be01dabfef
commit fd36b3a4a8
24 changed files with 257 additions and 237 deletions

View File

@@ -425,8 +425,8 @@ declare_features! (
(unstable, deprecated_suggestion, "1.61.0", Some(94785)),
/// Allows deref patterns.
(incomplete, deref_patterns, "1.79.0", Some(87121)),
/// Allows deriving `SmartPointer` traits
(unstable, derive_smart_pointer, "1.79.0", Some(123430)),
/// Allows deriving traits as per `CoercePointee` specification
(unstable, derive_coerce_pointee, "1.79.0", Some(123430)),
/// Controls errors in trait implementations.
(unstable, do_not_recommend, "1.67.0", Some(51992)),
/// Tells rustdoc to automatically generate `#[doc(cfg(...))]`.