@@ -376,8 +376,6 @@ declare_features! (
376
376
( active, deprecated_safe, "1.61.0" , Some ( 94978 ) , None ) ,
377
377
/// Allows having using `suggestion` in the `#[deprecated]` attribute.
378
378
( active, deprecated_suggestion, "1.61.0" , Some ( 94785 ) , None ) ,
379
- /// Allows patterns to dereference values to match them.
380
- ( active, deref_patterns, "1.64.0" , Some ( 87121 ) , None ) ,
381
379
/// Tells rustdoc to automatically generate `#[doc(cfg(...))]`.
382
380
( active, doc_auto_cfg, "1.58.0" , Some ( 43781 ) , None ) ,
383
381
/// Allows `#[doc(cfg(...))]`.
@@ -508,6 +506,8 @@ declare_features! (
508
506
( active, stmt_expr_attributes, "1.6.0" , Some ( 15701 ) , None ) ,
509
507
/// Allows lints part of the strict provenance effort.
510
508
( active, strict_provenance, "1.61.0" , Some ( 95228 ) , None ) ,
509
+ /// Allows string patterns to dereference values to match them.
510
+ ( active, string_deref_patterns, "CURRENT_RUSTC_VERSION" , Some ( 87121 ) , None ) ,
511
511
/// Allows the use of `#[target_feature]` on safe functions.
512
512
( active, target_feature_11, "1.45.0" , Some ( 69098 ) , None ) ,
513
513
/// Allows using `#[thread_local]` on `static` items.
0 commit comments