1
Fork 0

Add barest-bones deref patterns

Co-authored-by: Deadbeef <ent3rm4n@gmail.com>
This commit is contained in:
Nadrieril 2024-03-08 19:17:23 +01:00
parent a128516cf9
commit 120d3570aa
16 changed files with 139 additions and 17 deletions

View file

@ -436,6 +436,8 @@ declare_features! (
(unstable, deprecated_safe, "1.61.0", Some(94978)),
/// Allows having using `suggestion` in the `#[deprecated]` attribute.
(unstable, deprecated_suggestion, "1.61.0", Some(94785)),
/// Allows deref patterns.
(incomplete, deref_patterns, "CURRENT_RUSTC_VERSION", Some(87121)),
/// Controls errors in trait implementations.
(unstable, do_not_recommend, "1.67.0", Some(51992)),
/// Tells rustdoc to automatically generate `#[doc(cfg(...))]`.