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 622a02ac85f8..f682cfc8b83f 100644 --- a/tvix/eval/src/opcode.rs +++ b/tvix/eval/src/opcode.rs @@ -33,6 +33,7 @@ pub enum OpCode { // Attribute sets OpAttrs(usize), OpAttrPath(usize), + OpAttrsUpdate, // Lists OpList(usize), |