mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Improve a todo error message
This commit is contained in:
parent
00c1408a56
commit
0357ff552b
2 changed files with 5 additions and 1 deletions
|
@ -260,7 +260,10 @@ fn solve(
|
|||
|
||||
state
|
||||
}
|
||||
_ => todo!(),
|
||||
other => todo!(
|
||||
"the case where unify for Pattern was unsuccessful with {:?}",
|
||||
other
|
||||
),
|
||||
}
|
||||
}
|
||||
Let(let_con) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue