Skip to content

Commit c17bd49

Browse files
committed
Set generic
1 parent aa607b2 commit c17bd49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/jit/tests/common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ impl StackMachine {
186186
&mut self,
187187
instruction: Instruction,
188188
arg: OpArg,
189-
constants: &Constants,
189+
constants: &Constants<ConstantData>,
190190
names: &[String],
191191
) -> ControlFlow<()> {
192192
match instruction {

0 commit comments

Comments
 (0)