diff options
author | Max Bernstein <[email protected]> | 2025-03-13 12:16:58 -0400 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2025-04-18 21:53:00 +0900 |
commit | 97f022b5e75f124f08fa44794f65fe1b112818eb () | |
tree | ba682aabeb31bb62307cc4b885a1d86e45086c76 /yjit/bindgen | |
parent | c39a150787d77dc706f8af65ad46710b3d879190 (diff) |
Print Ruby exception in test utils
Notes: Merged: https://.com/ruby/ruby/pull/13131
-rw-r--r-- | yjit/bindgen/src/main.rs | 1 |
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") |