about summary refs log tree commit diff
path: root/compiler/rustc_feature/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-04-28 20:35:17 +0000
committerbors <bors@rust-lang.org>2021-04-28 20:35:17 +0000
commitca075d268d2ce315964e1dd195cfe837b8a53f4d (patch)
tree4129a237b61f9a4e21394269c0381274e5d1e216 /compiler/rustc_feature/src
parentda43ee8d821999bf92d9ce8c81f8979ecea2c80d (diff)
parent2a9db919ffb30ca09a015877b6ab2ffab5633249 (diff)
downloadrust-ca075d268d2ce315964e1dd195cfe837b8a53f4d.tar.gz
rust-ca075d268d2ce315964e1dd195cfe837b8a53f4d.zip
Auto merge of #83386 - mark-i-m:stabilize-pat2015, r=nikomatsakis
Stabilize `:pat_param` and remove `:pat2021`

Blocked on #83384

cc `@rust-lang/lang` #79278

If I understand `@nikomatsakis` in  https://rust-lang.zulipchat.com/#narrow/stream/213817-t-lang/topic/or.20patterns/near/231133873, another FCP is not needed.

r? `@nikomatsakis`
Diffstat (limited to 'compiler/rustc_feature/src')
-rw-r--r--compiler/rustc_feature/src/active.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_feature/src/active.rs b/compiler/rustc_feature/src/active.rs
index 9930f51e3f5..2492db5b634 100644
--- a/compiler/rustc_feature/src/active.rs
+++ b/compiler/rustc_feature/src/active.rs
@@ -607,9 +607,6 @@ 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.
-    (active, edition_macro_pats, "1.51.0", Some(54883), None),
-
     /// Allows const generics to have default values (e.g. `struct Foo<const N: usize = 3>(...);`).
     (active, const_generics_defaults, "1.51.0", Some(44580), None),