More and smarter checking and error reporting for abilities

This commit is contained in:
Ayaz Hafiz 2022-04-13 15:25:19 -04:00
parent 0792ccbbe8
commit 8eec930260
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
6 changed files with 409 additions and 91 deletions

View file

@ -2,5 +2,6 @@
// See github.com/rtfeldman/roc/issues/800 for discussion of the large_enum_variant check.
#![allow(clippy::large_enum_variant)]
mod ability;
pub mod module;
pub mod solve;