diff options
Diffstat (limited to 'tvix/eval/src/opcode.rs')
-rw-r--r-- | tvix/eval/src/opcode.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tvix/eval/src/opcode.rs b/tvix/eval/src/opcode.rs index 467798177550..b57a79a3baec 100644 --- a/tvix/eval/src/opcode.rs +++ b/tvix/eval/src/opcode.rs @@ -202,7 +202,8 @@ pub enum OpCode { OpInterpolate(Count), /// Force the Value on the stack and coerce it to a string, always using - /// `CoercionKind::Weak`. + /// `CoercionKind::Weak { import_paths: true }`. This is the behavior + /// necessary for path interpolation. OpCoerceToString, // Paths |