Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Set generic
  • Loading branch information
ShaharNaveh committed Mar 6, 2026
commit c17bd4924b1751965b427032a4b5459fcffbbb50
2 changes: 1 addition & 1 deletion crates/jit/tests/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ impl StackMachine {
&mut self,
instruction: Instruction,
arg: OpArg,
constants: &Constants,
constants: &Constants<ConstantData>,
names: &[String],
) -> ControlFlow<()> {
match instruction {
Expand Down
Loading