mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
Merge branch 'main' into wrapped
This commit is contained in:
commit
793a95264d
765 changed files with 14005 additions and 2968 deletions
|
@ -19,7 +19,7 @@ macro_rules! run_jit_function_raw {
|
|||
let result = main();
|
||||
|
||||
if !$errors.is_empty() {
|
||||
dbg!(&$errors);
|
||||
eprintln!("{:?}", &$errors);
|
||||
|
||||
assert_eq!(
|
||||
$errors,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue