rust-lang / rustwide

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

Give a better error message for broken symbolic links #14

Closed jyn514 closed 4 years ago

jyn514 commented 4 years ago

Closes https://github.com/rust-lang/rustwide/issues/13.

This returns an instance of walkdir::Error instead of std::io::Error so that it contains the filename, not just the error code.

pietroalbini commented 4 years ago

Thanks!