Skip to content

Commit 5cce451

Browse files
committed
.
1 parent 4b48435 commit 5cce451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zjit/src/hir.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,7 @@ impl Insn {
11451145
Insn::StoreField { .. } => effects::Any,
11461146
Insn::WriteBarrier { .. } => effects::Any,
11471147
Insn::GetLocal { .. } => Effect::read_write(abstract_heaps::Locals, abstract_heaps::Empty),
1148-
Insn::SetLocal { .. } => Effect:write(abstract_heaps::Locals),
1148+
Insn::SetLocal { .. } => Effect::write(abstract_heaps::Locals),
11491149
Insn::GetSpecialSymbol { .. } => effects::Any,
11501150
Insn::GetSpecialNumber { .. } => effects::Any,
11511151
Insn::GetClassVar { .. } => effects::Any,

0 commit comments

Comments
 (0)