Merge branch 'trunk' into generated-docs-folder

This commit is contained in:
Chadtech 2021-03-25 00:28:31 -04:00 committed by GitHub
commit 90b1c57f1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 1169 additions and 997 deletions

View file

@ -151,10 +151,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) => {