add load_internal

This commit is contained in:
Folkert 2022-03-23 15:18:22 +01:00
parent 750fbf2dcf
commit 311e464b70
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
55 changed files with 100 additions and 73 deletions

View file

@ -6,7 +6,7 @@ use bumpalo::Bump;
use clap::{App, AppSettings, Arg, ArgMatches};
use roc_build::link::LinkType;
use roc_error_macros::user_error;
use roc_load::file::LoadingProblem;
use roc_load::LoadingProblem;
use roc_mono::ir::OptLevel;
use std::env;
use std::io;