@@ -376,8 +376,6 @@ declare_features! (
376376 ( active, deprecated_safe, "1.61.0" , Some ( 94978 ) , None ) ,
377377 /// Allows having using `suggestion` in the `#[deprecated]` attribute.
378378 ( 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 ) ,
381379 /// Tells rustdoc to automatically generate `#[doc(cfg(...))]`.
382380 ( active, doc_auto_cfg, "1.58.0" , Some ( 43781 ) , None ) ,
383381 /// Allows `#[doc(cfg(...))]`.
@@ -508,6 +506,8 @@ declare_features! (
508506 ( active, stmt_expr_attributes, "1.6.0" , Some ( 15701 ) , None ) ,
509507 /// Allows lints part of the strict provenance effort.
510508 ( 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 ) ,
511511 /// Allows the use of `#[target_feature]` on safe functions.
512512 ( active, target_feature_11, "1.45.0" , Some ( 69098 ) , None ) ,
513513 /// Allows using `#[thread_local]` on `static` items.
0 commit comments