YJIT: Explicitly specify C ABI to fix a nightly Rust warning
This commit is contained in:
parent
afd7d5be5e
commit
7e733ca551
@ -7393,7 +7393,7 @@ enum IseqReturn {
|
||||
Receiver,
|
||||
}
|
||||
|
||||
extern {
|
||||
extern "C" {
|
||||
fn rb_simple_iseq_p(iseq: IseqPtr) -> bool;
|
||||
fn rb_iseq_only_kwparam_p(iseq: IseqPtr) -> bool;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user