replace cargo deps with workspace in roc_build

This commit is contained in:
Luke Boswell 2024-11-29 10:40:20 +11:00
parent 1ecb003887
commit 8ad7ecdc10
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0
3 changed files with 43 additions and 21 deletions

View file

@ -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:?}"),
}
}