mirror of
https://github.com/ruby/ruby.git
synced 2026-01-28 21:14:28 +00:00
[Bug #20989] Ripper: Pass `compile_error` For the universal parser, `rb_parser_reg_fragment_check` function is shared between the parser and ripper. However `parser_params` struct is partially different, and `compile_error` function depends on that part indirectly.