mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
so close
This commit is contained in:
parent
644def72f1
commit
f59eed6366
8 changed files with 107 additions and 33 deletions
|
@ -360,11 +360,9 @@ macro_rules! assert_evals_to {
|
|||
);
|
||||
}
|
||||
|
||||
dbg!(&result);
|
||||
|
||||
match result.into_result() {
|
||||
Ok(value) => transform(value),
|
||||
Err((msg, _tag)) => panic!("roc_panic: {msg}"),
|
||||
Err((msg, _tag)) => panic!("Roc failed with message: {msg}"),
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue