From ebc4acee91dc9871d1c90f0d7a38aff0580dd18a Mon Sep 17 00:00:00 2001 From: mark Date: Mon, 22 Mar 2021 13:53:16 -0500 Subject: stabilize :pat2015, leave :pat2021 gated --- compiler/rustc_feature/src/active.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/rustc_feature') diff --git a/compiler/rustc_feature/src/active.rs b/compiler/rustc_feature/src/active.rs index 1a91eb600a9..774f21b2dd8 100644 --- a/compiler/rustc_feature/src/active.rs +++ b/compiler/rustc_feature/src/active.rs @@ -609,7 +609,7 @@ declare_features! ( /// Allows arbitrary expressions in key-value attributes at parse time. (active, extended_key_value_attributes, "1.50.0", Some(78835), None), - /// `:pat2015` and `:pat2021` macro matchers. + /// `:pat2021` macro matcher. (active, edition_macro_pats, "1.51.0", Some(54883), None), /// Allows const generics to have default values (e.g. `struct Foo(...);`). -- cgit 1.4.1-3-g733a5