mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-02 11:22:19 +00:00
New problem dropped
This commit is contained in:
parent
66419e8f29
commit
705ce10085
2 changed files with 1 additions and 2 deletions
|
@ -268,6 +268,7 @@ impl Problem {
|
|||
// injecting a crash message
|
||||
Problem::UnappliedCrash { .. } => RuntimeError,
|
||||
Problem::OverAppliedCrash { .. } => RuntimeError,
|
||||
Problem::DefsOnlyUsedInRecursion(_, _) => Warning,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue