mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
setup for mono reports
This commit is contained in:
parent
b5c050e068
commit
97c10e1211
10 changed files with 229 additions and 91 deletions
|
@ -175,9 +175,11 @@ fn gen(filename: PathBuf, src: &str, target: Triple, dest_filename: &Path) {
|
|||
let mut ident_ids = env.interns.all_ident_ids.remove(&home).unwrap();
|
||||
|
||||
// Populate Procs and get the low-level Expr from the canonical Expr
|
||||
let mut mono_problems = std::vec::Vec::new();
|
||||
let main_body = Expr::new(
|
||||
&arena,
|
||||
&mut subs,
|
||||
&mut mono_problems,
|
||||
loc_expr.value,
|
||||
&mut procs,
|
||||
home,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue