]> git.lizzy.rs Git - rust.git/commit
Don't ignore errors of syscalls in std::sys::unix::fd
authorTobias Bucher <tobiasbucher5991@gmail.com>
Thu, 23 Jun 2016 11:57:55 +0000 (13:57 +0200)
committerTobias Bucher <tobiasbucher5991@gmail.com>
Thu, 23 Jun 2016 11:57:55 +0000 (13:57 +0200)
commita32244b3d9a52e88e75b1540558370b532bff985
treee8bfca3bd63bdaf43fb1af21d6b58fdc56c2e062
parent4960f2f9074d0d0f9de80b39f0b0ded6547e2ad8
Don't ignore errors of syscalls in std::sys::unix::fd

If any of these syscalls fail, it indicates a programmer error that
should not be silently ignored.
src/libstd/sys/unix/fd.rs