1
Fork 0

Add pattern types to parser

This commit is contained in:
Oli Scherer 2023-01-31 11:35:23 +00:00
parent fc27a91880
commit c340e67dec
14 changed files with 167 additions and 0 deletions

View file

@ -1009,6 +1009,7 @@ symbols! {
io_stderr,
io_stdout,
irrefutable_let_patterns,
is,
is_val_statically_known,
isa_attribute,
isize,
@ -1347,6 +1348,8 @@ symbols! {
path,
pattern_complexity,
pattern_parentheses,
pattern_type,
pattern_types,
phantom_data,
pic,
pie,