diff options
Diffstat (limited to 'tvix/eval/src/opcode.rs')
-rw-r--r-- | tvix/eval/src/opcode.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/eval/src/opcode.rs b/tvix/eval/src/opcode.rs index 706aceac8357..9d7fba9ee453 100644 --- a/tvix/eval/src/opcode.rs +++ b/tvix/eval/src/opcode.rs @@ -91,7 +91,7 @@ pub enum OpCode { OpAttrsUpdate, OpAttrsSelect, OpAttrsTrySelect, - OpAttrsIsSet, + OpHasAttr, // `with`-handling OpPushWith(StackIdx), |