mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Merge pull request #3090 from rtfeldman/expr-blank
This commit is contained in:
commit
0f3709da6f
6 changed files with 23 additions and 3 deletions
|
@ -5229,6 +5229,7 @@ pub fn with_hole<'a>(
|
|||
}
|
||||
}
|
||||
}
|
||||
TypedHole(_) => Stmt::RuntimeError("Hit a blank"),
|
||||
RuntimeError(e) => Stmt::RuntimeError(env.arena.alloc(format!("{:?}", e))),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue