mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
First pass at pattern exhaustivess checking
This commit is contained in:
parent
5926ac2f01
commit
58c09aeaba
3 changed files with 526 additions and 29 deletions
|
@ -12,4 +12,8 @@
|
|||
#![allow(clippy::large_enum_variant)]
|
||||
pub mod expr;
|
||||
pub mod layout;
|
||||
|
||||
// Temporary, while we can build up test cases and optimize the exhaustiveness checking.
|
||||
// For now, following this warning's advice will lead to nasty type inference errors.
|
||||
#[allow(clippy::ptr_arg)]
|
||||
pub mod pattern;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue