about summary refs log tree commit diff
path: root/tvix
diff options
context:
space:
mode:
Diffstat (limited to 'tvix')
-rw-r--r--tvix/eval/src/observer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/eval/src/observer.rs b/tvix/eval/src/observer.rs
index 8dc2a6a0ca..d662ea8a38 100644
--- a/tvix/eval/src/observer.rs
+++ b/tvix/eval/src/observer.rs
@@ -82,7 +82,7 @@ impl<W: Write> DisassemblingObserver<W> {
             &mut self.writer,
             "=== compiled {} @ {:p} ({} ops) ===",
             kind,
-            lambda,
+            *lambda,
             lambda.chunk.code.len()
         );
     }