-
Couldn't load subscription status.
- Fork 13.9k
Add missing examples for Fd traits #77182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing examples for Fd traits #77182
Conversation
|
You linked the wrong PR again :P |
library/std/src/sys/unix/ext/io.rs
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| /// let raw_fd = f.as_raw_fd(); | |
| /// let raw_fd: RawFd = f.as_raw_fd(); |
|
Computers are my nemesis... |
|
r? @jyn514 |
4471d15 to
a0485af
Compare
a0485af to
980e1ff
Compare
|
Updated! |
|
Updated! Let's how it works without a function to wrap. :) |
|
@bors: r=pickfire rollup |
|
📌 Commit d6b838b has been approved by |
…as-schievink Rollup of 8 pull requests Successful merges: - rust-lang#75377 (Fix Debug implementations of some of the HashMap and BTreeMap iterator types) - rust-lang#76107 (Write manifest for MAJOR.MINOR channel to enable rustup convenience) - rust-lang#76745 (Move Wrapping<T> ui tests into library) - rust-lang#77182 (Add missing examples for Fd traits) - rust-lang#77251 (Bypass const_item_mutation if const's type has Drop impl) - rust-lang#77264 (Only use LOCAL_{STDOUT,STDERR} when set_{print/panic} is used. ) - rust-lang#77421 (Revert "resolve: Avoid "self-confirming" import resolutions in one more case") - rust-lang#77452 (Permit ty::Bool in const generics for v0 mangling) Failed merges: r? `@ghost`
Not sure what happened here... This is a reopening of #77142
r? @Dylan-DPC