End-to-end testing of the compile path.

This commit is contained in:
2023-04-08 14:20:49 -07:00
parent 8dfcc67e51
commit 8d8b200513
14 changed files with 215 additions and 32 deletions

View File

@@ -12,7 +12,7 @@ pub struct RuntimeFunctions {
_referenced_functions: Vec<String>,
}
#[derive(Debug, Error)]
#[derive(Debug, Error, PartialEq)]
pub enum RuntimeFunctionError {
#[error("Could not find runtime function named '{0}'")]
CannotFindRuntimeFunction(String),