mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
parse error infrastructure
This commit is contained in:
parent
e21cdfc689
commit
719ef5b70e
10 changed files with 646 additions and 568 deletions
|
@ -156,8 +156,7 @@ fn gen(
|
|||
target: Triple,
|
||||
dest_filename: &Path,
|
||||
) {
|
||||
use roc_reporting::report::{can_problem, RocDocAllocator, DEFAULT_PALETTE};
|
||||
use roc_reporting::type_error::type_problem;
|
||||
use roc_reporting::report::{can_problem, type_problem, RocDocAllocator, DEFAULT_PALETTE};
|
||||
|
||||
let src = loaded.src;
|
||||
let home = loaded.module_id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue