mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
Update mono
This commit is contained in:
parent
f9de522004
commit
cb7de132e5
5 changed files with 5 additions and 5 deletions
|
@ -2338,7 +2338,7 @@ impl<'a> Stmt<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
Crash(s, _src) => alloc.text(format!("Crash {:?}", s)),
|
||||
Crash(s, _src) => alloc.text("Crash ").append(symbol_to_doc(alloc, *s)),
|
||||
|
||||
Join {
|
||||
id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue