mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Move reporting module into root.
This commit is contained in:
parent
8f25106b2c
commit
f972098e70
18 changed files with 35 additions and 35 deletions
4
reporting/src/error/mod.rs
Normal file
4
reporting/src/error/mod.rs
Normal file
|
@ -0,0 +1,4 @@
|
|||
pub mod canonicalize;
|
||||
pub mod mono;
|
||||
pub mod parse;
|
||||
pub mod r#type;
|
Loading…
Add table
Add a link
Reference in a new issue