Skip to content

Commit 7e733ca

Browse files
committed
YJIT: Explicitly specify C ABI to fix a nightly Rust warning
1 parent afd7d5b commit 7e733ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yjit/src/codegen.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7393,7 +7393,7 @@ enum IseqReturn {
73937393
Receiver,
73947394
}
73957395

7396-
extern {
7396+
extern "C" {
73977397
fn rb_simple_iseq_p(iseq: IseqPtr) -> bool;
73987398
fn rb_iseq_only_kwparam_p(iseq: IseqPtr) -> bool;
73997399
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy