]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #24216 - alexcrichton:stabilize-from-raw-os-error, r=aturon
authorManish Goregaokar <manishsmail@gmail.com>
Thu, 9 Apr 2015 10:24:43 +0000 (15:54 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Thu, 9 Apr 2015 18:54:44 +0000 (00:24 +0530)
 This commit stabilizes the old `io::Error::from_os_error` after being renamed to
use the `raw_os_error` terminology instead. This function is often useful when
writing bindings to OS functions but only actually converting to an I/O error at
a later point.


Trivial merge