Skip to content

Commit 76a94d5

Browse files
committed
Add __match_args__ to core language attributes
1 parent 3301220 commit 76a94d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vm/src/vm/context.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ declare_const_name! {
152152
__lshift__,
153153
__lt__,
154154
__main__,
155+
__match_args__,
155156
__matmul__,
156157
__missing__,
157158
__mod__,

0 commit comments

Comments
 (0)