Clean up the error reporting in the cargo clippy
code
#1329
Labels
L-style
Lint: Belongs in the style lint group
cargo clippy
code
#1329
Currently we panic in arbitrary places that may or may not have to do with user input. Instead we should move to
Result
based error reporting for all the cases we consider reachable and not print a stacktrace but a nice error message instead (and callprocess::exit
with a nonzero exit code).The text was updated successfully, but these errors were encountered: