mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 03:42:17 +00:00
replace cargo deps with workspace in roc_build
This commit is contained in:
parent
1ecb003887
commit
8ad7ecdc10
3 changed files with 43 additions and 21 deletions
|
@ -728,7 +728,7 @@ impl RuntimeError {
|
|||
"Hit a branch pattern that does not bind all symbols its body needs, at {region:?}"
|
||||
)
|
||||
}
|
||||
err => format!("{err:?}"),
|
||||
err => format!("HEY HEY {err:?}"),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue