summaryrefslogtreecommitdiff
path: root/yjit/bindgen
diff options
context:
space:
mode:
Diffstat (limited to 'yjit/bindgen')
-rw-r--r--yjit/bindgen/src/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/yjit/bindgen/src/main.rs b/yjit/bindgen/src/main.rs
index 23b32afbd0..98d9161866 100644
--- a/yjit/bindgen/src/main.rs
+++ b/yjit/bindgen/src/main.rs
@@ -81,6 +81,9 @@ fn main() {
// From include/ruby/internal/core/rbasic.h
.allowlist_type("RBasic")
+ .allowlist_type("rstring_offsets")
+ .allowlist_type("ruby_rstring_flags")
+
// From internal.h
// This function prints info about a value and is useful for debugging
.allowlist_function("rb_obj_info_dump")