Fix diagnostic messages.

This commit is contained in:
Stephen Chung
2023-01-30 13:03:47 +08:00
parent 6400b33b1b
commit 08f428def2
4 changed files with 6 additions and 3 deletions

View File

@@ -543,6 +543,7 @@ impl Engine {
let op_pos = parent.position();
#[cfg(feature = "debugging")]
#[allow(unused_mut)]
let mut this_ptr = this_ptr;
match ChainType::from(parent) {