Improve a todo error message

This commit is contained in:
Richard Feldman 2020-04-05 17:42:03 -04:00
parent 00c1408a56
commit 0357ff552b
2 changed files with 5 additions and 1 deletions

View file

@ -260,7 +260,10 @@ fn solve(
state
}
_ => todo!(),
other => todo!(
"the case where unify for Pattern was unsuccessful with {:?}",
other
),
}
}
Let(let_con) => {