@@ -396,9 +396,6 @@ declare_features! (
396396 // Termination trait in tests (RFC 1937)
397397 ( active, termination_trait_test, "1.24.0" , Some ( 48854 ) , Some ( Edition :: Edition2018 ) ) ,
398398
399- // Allows use of the :lifetime macro fragment specifier
400- ( active, macro_lifetime_matcher, "1.24.0" , Some ( 46895 ) , None ) ,
401-
402399 // `extern` in paths
403400 ( active, extern_in_paths, "1.23.0" , Some ( 44660 ) , None ) ,
404401
@@ -598,6 +595,8 @@ declare_features! (
598595 ( accepted, dyn_trait, "1.27.0" , Some ( 44662 ) , None ) ,
599596 // allow `#[must_use]` on functions; and, must-use operators (RFC 1940)
600597 ( 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 ) ,
601600) ;
602601
603602// 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 =
13311330pub const EXPLAIN_VIS_MATCHER : & ' static str =
13321331 ":vis fragment specifier is experimental and subject to change" ;
13331332
1334- pub const EXPLAIN_LIFETIME_MATCHER : & ' static str =
1335- ":lifetime fragment specifier is experimental and subject to change" ;
1336-
13371333pub const EXPLAIN_LITERAL_MATCHER : & ' static str =
13381334 ":literal fragment specifier is experimental and subject to change" ;
13391335
0 commit comments