This commit is contained in:
Richard Feldman 2020-07-29 23:40:12 -04:00
parent 5643c4b921
commit 1c49e116b3
5 changed files with 596 additions and 615 deletions

View file

@ -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,