mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Report builtins type errors during load building as appropriate
This commit is contained in:
parent
a90d9d465d
commit
03e6d6d7e0
5 changed files with 142 additions and 123 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue