1
Fork 0

Implement edition-based macro pat feature

This commit is contained in:
mark 2020-12-28 16:57:13 -06:00
parent 2987785df3
commit 40bf3c0f09
12 changed files with 151 additions and 76 deletions

View file

@ -470,6 +470,7 @@ symbols! {
dropck_parametricity,
dylib,
dyn_trait,
edition_macro_pats,
eh_catch_typeinfo,
eh_personality,
emit_enum,
@ -808,6 +809,8 @@ symbols! {
partial_ord,
passes,
pat,
pat2018,
pat2021,
path,
pattern_parentheses,
phantom_data,