rust-lang / rustwide

Execute your code on the Rust ecosystem.
Apache License 2.0
180 stars 44 forks source link

Improve removal error message #59

Closed Mark-Simulacrum closed 3 years ago

Mark-Simulacrum commented 3 years ago

Previously if we encountered an unclassified I/O error (i.e., ErrorKind::Other), it would not be possible to tell from logs or otherwise what had gone wrong. This fixes that problem, by logging the underlying error in full.