diff options
Diffstat (limited to 'tvix/eval/src/opcode.rs')
-rw-r--r-- | tvix/eval/src/opcode.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/eval/src/opcode.rs b/tvix/eval/src/opcode.rs index 8b0cafb91f4c..73cf2098fe21 100644 --- a/tvix/eval/src/opcode.rs +++ b/tvix/eval/src/opcode.rs @@ -47,6 +47,7 @@ pub enum OpCode { OpAttrPath(usize), OpAttrsUpdate, OpAttrsSelect, + OpAttrsIsSet, // Lists OpList(usize), |