Add pattern types to parser
This commit is contained in:
parent
fc27a91880
commit
c340e67dec
14 changed files with 167 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue