]> git.lizzy.rs Git - rust.git/commit - src/librustc_llvm/build.rs
Auto merge of #74075 - sunfishcode:wasi-prelude-rawfd, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 21 Jul 2020 06:55:17 +0000 (06:55 +0000)
committerbors <bors@rust-lang.org>
Tue, 21 Jul 2020 06:55:17 +0000 (06:55 +0000)
commit8ad7bc3f428300aee6764f6e23527e19eb235e81
tree223638727f7bc3658ed087d308f5e5508092958f
parentb52522ade1f6979a35b24087dadcf5ba5c981cbe
parent83bd3d3975bd56e0bd959b5df8129e4ee21aeca3
Auto merge of #74075 - sunfishcode:wasi-prelude-rawfd, r=alexcrichton

Add `RawFd` to WASI's `std::os::wasi::prelude`.

Add `RawFd` to WASI's `std::os::wasi::prelude`, making it consistent
with all other platforms which also have `AsRawFd`, `FromRawFd`, and
`IntoRawFd` in their respective preludes.