rust/library/std
bors 2ad6187ce5 Auto merge of #76969 - withoutboats:rawfd-refexive-traits, r=dtolnay
Make RawFd implement the RawFd traits

This PR makes `RawFd` implement `AsRawFd`, `IntoRawFd` and `FromRawFd`, so it can be passed to interfaces that use one of those traits as a bound.
2020-10-01 15:39:33 +00:00
..
benches mv std libs to library/ 2020-07-27 19:51:13 -05:00
src Auto merge of #76969 - withoutboats:rawfd-refexive-traits, r=dtolnay 2020-10-01 15:39:33 +00:00
tests mv std libs to library/ 2020-07-27 19:51:13 -05:00
Cargo.toml libary: Forward compiler-builtins "mem" feature 2020-09-27 20:31:06 -07:00
build.rs Remove duplicated library links between std and libc 2020-09-21 01:37:15 -07:00