We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo test
1 parent a6f92dd commit 32b98d7Copy full SHA for 32b98d7
yjit/src/stats.rs
@@ -917,6 +917,7 @@ pub extern "C" fn rb_yjit_record_exit_stack(exit_pc: *const VALUE)
917
// rb_vm_insn_addr2opcode won't work in cargo test --all-features
918
// because it's a C function. Without insn call, this function is useless
919
// so wrap the whole thing in a not test check.
920
+ let _ = exit_pc;
921
#[cfg(not(test))]
922
{
923
// Get the opcode from the encoded insn handler at this PC
0 commit comments