Disallow mixed usage of ... and */**

[Feature #19134]
This commit is contained in:
Shugo Maeda 2022-12-15 15:12:33 +09:00 committed by Shugo Maeda
parent 613fca0148
commit 2581de112c
Notes: git 2022-12-15 09:56:43 +00:00
5 changed files with 35 additions and 35 deletions

1
node.h
View file

@ -462,6 +462,7 @@ struct rb_args_info {
NODE *opt_args;
unsigned int no_kwarg: 1;
unsigned int ruby2_keywords: 1;
unsigned int forwarding: 1;
VALUE imemo;