summaryrefslogtreecommitdiff
path: root/yjit/bindgen
diff options
context:
space:
mode:
authorMax Bernstein <[email protected]>2025-03-13 12:16:58 -0400
committerTakashi Kokubun <[email protected]>2025-04-18 21:53:00 +0900
commit97f022b5e75f124f08fa44794f65fe1b112818eb ()
treeba682aabeb31bb62307cc4b885a1d86e45086c76 /yjit/bindgen
parentc39a150787d77dc706f8af65ad46710b3d879190 (diff)
Print Ruby exception in test utils
Notes: Merged: https://.com/ruby/ruby/pull/13131
-rw-r--r--yjit/bindgen/src/main.rs1
1 files changed, 1 insertions, 0 deletions
@@ -359,6 +359,7 @@ fn main() {
.allowlist_function("rb_yjit_invokeblock_sp_pops")
.allowlist_function("rb_yjit_set_exception_return")
.allowlist_function("rb_yjit_str_concat_codepoint")
.allowlist_type("robject_offsets")
.allowlist_type("rstring_offsets")