mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 23:13:47 +00:00
Merge remote-tracking branch 'origin/main' into abilities-syntax
This commit is contained in:
commit
2da41be29f
524 changed files with 47536 additions and 15089 deletions
|
@ -613,11 +613,10 @@ impl RuntimeError {
|
|||
match self {
|
||||
DegenerateBranch(region) => {
|
||||
format!(
|
||||
"Hit a branch pattern that does not bind all symbols its body needs, at {:?}",
|
||||
region
|
||||
"Hit a branch pattern that does not bind all symbols its body needs, at {region:?}"
|
||||
)
|
||||
}
|
||||
err => format!("{:?}", err),
|
||||
err => format!("{err:?}"),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue