Revamped error handling: keep going beyond some errors to accumulate a list of build errors, like most conventional compilers.

This commit is contained in:
Chris Fallin
2021-09-09 23:27:25 -07:00
parent b46fa6acb0
commit 7d38b3b6d8
8 changed files with 359 additions and 308 deletions

View File

@@ -7,6 +7,5 @@ license = "Apache-2.0 WITH LLVM-exception"
[dependencies]
log = "0.4"
env_logger = "0.8"
thiserror = "1.0"
env_logger = { version = "0.8", default-features = false }
clap = "2.33"