mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Fix compile errors
This commit is contained in:
parent
fdb79da5a8
commit
10288d3430
2 changed files with 11 additions and 5 deletions
|
@ -126,7 +126,7 @@ fn create_llvm_module<'a>(
|
|||
match problem {
|
||||
// Ignore "unused" problems
|
||||
UnusedDef(_, _)
|
||||
| UnusedArgument(_, _, _)
|
||||
| UnusedArgument(_, _, _, _)
|
||||
| UnusedImport(_, _)
|
||||
| RuntimeError(_)
|
||||
| UnsupportedPattern(_, _)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue