Fix compile errors

This commit is contained in:
Ayaz Hafiz 2022-08-10 16:10:32 -07:00
parent fdb79da5a8
commit 10288d3430
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
2 changed files with 11 additions and 5 deletions

View file

@ -126,7 +126,7 @@ fn create_llvm_module<'a>(
match problem {
// Ignore "unused" problems
UnusedDef(_, _)
| UnusedArgument(_, _, _)
| UnusedArgument(_, _, _, _)
| UnusedImport(_, _)
| RuntimeError(_)
| UnsupportedPattern(_, _)