diff options
author | Aaron Patterson <[email protected]> | 2022-11-16 16:31:14 -0800 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2022-12-02 12:53:51 -0800 |
commit | 744b0527eacb6f1d76c225c720c1a3ed23185ad4 () | |
tree | e9212794b4dc6371b8ef5db17eb2745de823e697 /yjit/bindgen/src/main.rs | |
parent | 7b5ee9a8a60bb4d8cdc68aab9795109e766dbc96 (diff) |
bail on compilation if the comptime receiver is frozen
Notes: Merged: https://.com/ruby/ruby/pull/6767
-rw-r--r-- | yjit/bindgen/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -95,6 +95,7 @@ fn main() { // From ruby/internal/intern/object.h .allowlist_function("rb_obj_is_kind_of") // From ruby/internal/encoding/encoding.h .allowlist_type("ruby_encoding_consts") |