@@ -396,9 +396,6 @@ declare_features! (
396
396
// Termination trait in tests (RFC 1937)
397
397
( active, termination_trait_test, "1.24.0" , Some ( 48854 ) , Some ( Edition :: Edition2018 ) ) ,
398
398
399
- // Allows use of the :lifetime macro fragment specifier
400
- ( active, macro_lifetime_matcher, "1.24.0" , Some ( 46895 ) , None ) ,
401
-
402
399
// `extern` in paths
403
400
( active, extern_in_paths, "1.23.0" , Some ( 44660 ) , None ) ,
404
401
@@ -598,6 +595,8 @@ declare_features! (
598
595
( accepted, dyn_trait, "1.27.0" , Some ( 44662 ) , None ) ,
599
596
// allow `#[must_use]` on functions; and, must-use operators (RFC 1940)
600
597
( accepted, fn_must_use, "1.27.0" , Some ( 43302 ) , None ) ,
598
+ // Allows use of the :lifetime macro fragment specifier
599
+ ( accepted, macro_lifetime_matcher, "1.27.0" , Some ( 34303 ) , None ) ,
601
600
) ;
602
601
603
602
// If you change this, please modify src/doc/unstable-book as well. You must
@@ -1331,9 +1330,6 @@ pub const EXPLAIN_DERIVE_UNDERSCORE: &'static str =
1331
1330
pub const EXPLAIN_VIS_MATCHER : & ' static str =
1332
1331
":vis fragment specifier is experimental and subject to change" ;
1333
1332
1334
- pub const EXPLAIN_LIFETIME_MATCHER : & ' static str =
1335
- ":lifetime fragment specifier is experimental and subject to change" ;
1336
-
1337
1333
pub const EXPLAIN_LITERAL_MATCHER : & ' static str =
1338
1334
":literal fragment specifier is experimental and subject to change" ;
1339
1335
0 commit comments