mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
Remove return
on unreachable result
This commit is contained in:
parent
12778762b2
commit
729f0a8e27
1 changed files with 1 additions and 1 deletions
|
@ -2216,7 +2216,7 @@ impl<'a> Layout<'a> {
|
|||
}
|
||||
FlexAbleVar(_, _) | RigidAbleVar(_, _) => {
|
||||
roc_debug_flags::dbg_do!(roc_debug_flags::ROC_NO_UNBOUND_LAYOUT, {
|
||||
return todo_abilities!("Able var is unbound!");
|
||||
todo_abilities!("Able var is unbound!");
|
||||
});
|
||||
|
||||
// If we encounter an unbound type var (e.g. `*` or `a`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue