I beg programming languages to implement their I/O library in a way so that errors actually tell you what the problem was. I'm looking at you, Rust.
I beg programming languages to implement their I/O library in a way so that errors actually tell you what the problem was. I'm looking at you, Rust.
We clippy lint against std::fs and use fs_err exclusively, throwing io errors without the path at people is so bad