Add __match_args__ to core language attributes

This commit is contained in:
dvermd
2022-10-01 21:05:32 +02:00
parent 3301220a6b
commit 76a94d57ef

View File

@@ -152,6 +152,7 @@ declare_const_name! {
__lshift__,
__lt__,
__main__,
__match_args__,
__matmul__,
__missing__,
__mod__,