mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
More and smarter checking and error reporting for abilities
This commit is contained in:
parent
0792ccbbe8
commit
8eec930260
6 changed files with 409 additions and 91 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue