This commit is contained in:
Folkert 2021-03-23 14:31:35 +01:00
parent e1c70fddec
commit 589b579689
7 changed files with 113 additions and 18 deletions

View file

@ -132,10 +132,7 @@ pub fn build(target: &Triple, matches: &ArgMatches, run_after_build: bool) -> io
.expect("TODO gracefully handle block_on failing");
}
}
Err(LoadingProblem::ParsingFailedReport(report)) => {
print!("{}", report);
}
Err(LoadingProblem::NoPlatform(report)) => {
Err(LoadingProblem::FormattedReport(report)) => {
print!("{}", report);
}
Err(other) => {