Report builtins type errors during load building as appropriate

This commit is contained in:
Ayaz Hafiz 2022-11-22 10:36:41 -06:00
parent a90d9d465d
commit 03e6d6d7e0
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
5 changed files with 142 additions and 123 deletions

View file

@ -3,5 +3,6 @@
// See github.com/roc-lang/roc/issues/800 for discussion of the large_enum_variant check.
#![allow(clippy::large_enum_variant)]
pub mod cli;
pub mod error;
pub mod report;