1
Fork 0

compiletest: drop dependency on anyhow

Currently `compiletest` panics all over the place but doesn't really use
`anyhow` anyway. I'd like to introduce some more principled error
handling and disciplined diagnostic reporting in the near future.
This commit is contained in:
Jieyou Xu 2025-04-08 16:11:26 +08:00
parent 3dec37f1cc
commit 603685cd74
No known key found for this signature in database
GPG key ID: 045B995028EA6AFC
3 changed files with 5 additions and 8 deletions

View file

@ -676,7 +676,6 @@ name = "compiletest"
version = "0.0.0"
dependencies = [
"anstyle-svg",
"anyhow",
"build_helper",
"colored",
"diff",