aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2023-12-15 08:26:33 -0500
committergit <svn-admin@ruby-lang.org>2023-12-15 13:26:40 +0000
commit854ff25f4f4a0c1183b742bd5077985236348c57 (patch)
tree46df587a8bfb3225b767d4cd3e90cdfec4d5b09d
parent16830a47830d6e780b7ce649f0247bdddd32f51d (diff)
downloadruby-854ff25f4f4a0c1183b742bd5077985236348c57.tar.gz
[ruby/prism] Add TODO comment
https://github.com/ruby/prism/commit/885d1d78cb
-rw-r--r--prism/prism.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/prism/prism.c b/prism/prism.c
index 61c1d6784b..ec51bf06fa 100644
--- a/prism/prism.c
+++ b/prism/prism.c
@@ -11339,6 +11339,7 @@ parse_arguments(pm_parser_t *parser, pm_arguments_t *arguments, bool accepts_for
parsed_bare_hash = true;
} else if (accept1(parser, PM_TOKEN_KEYWORD_IN)) {
+ // TODO: Could we solve this with binding powers instead?
pm_parser_err_current(parser, PM_ERR_ARGUMENT_IN);
}