]> git.lizzy.rs Git - rust.git/commit
Document possible `io::ErrorKind`s of `fs::open`
authorTobias Bucher <tobiasbucher5991@gmail.com>
Tue, 27 Jun 2017 10:09:56 +0000 (12:09 +0200)
committerTobias Bucher <tobiasbucher5991@gmail.com>
Tue, 27 Jun 2017 10:09:56 +0000 (12:09 +0200)
commit71252d9b80020d932aa7960a3930684489a6e167
tree6a7afb03a5299376bd2f2c82459ab0862b73a69b
parentf590a44ce61888c78b9044817d8b798db5cd2ffd
Document possible `io::ErrorKind`s of `fs::open`

Try to make clear that this isn't an API guarantee for now, as we likely
want to refine these errors in the future, e.g. `ENOSPC` "No space left
on device".

CC #40322
src/libstd/fs.rs