mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Improve an error message
This commit is contained in:
parent
ed222912b3
commit
7b09232911
1 changed files with 1 additions and 1 deletions
|
@ -1408,7 +1408,7 @@ pub fn specialize_all<'a>(
|
||||||
let partial_proc = match procs.partial_procs.get(&name) {
|
let partial_proc = match procs.partial_procs.get(&name) {
|
||||||
Some(v) => v.clone(),
|
Some(v) => v.clone(),
|
||||||
None => {
|
None => {
|
||||||
unreachable!("now this is an error");
|
panic!("Cannot find a partial proc for {:?}", name);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue