mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
wip
This commit is contained in:
parent
5643c4b921
commit
1c49e116b3
5 changed files with 596 additions and 615 deletions
|
@ -152,7 +152,7 @@ pub fn build(matches: &ArgMatches, run_after_build: bool) -> io::Result<()> {
|
|||
Ok(())
|
||||
}
|
||||
|
||||
async fn build_file(
|
||||
fn build_file(
|
||||
src_dir: PathBuf,
|
||||
filename: PathBuf,
|
||||
opt_level: OptLevel,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue