chore: explain a todo in the machine

This commit is contained in:
rvcas
2023-11-15 01:18:00 -05:00
committed by Lucas
parent 3f8f624a7b
commit dfa0378404
2 changed files with 4 additions and 2 deletions

View File

@@ -242,7 +242,7 @@ impl Machine {
)),
None => todo!(),
},
_ => todo!(),
_ => todo!("return a proper evaluation error"),
},
}
}