-
Notifications
You must be signed in to change notification settings - Fork 13k
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
impl From<Infallible> for io::Error
#100411
impl From<Infallible> for io::Error
#100411
Conversation
This implements the trivial conversion from (uninhabited) `Infallible` error type.
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
r? @m-ou-se (rust-highfive has picked a reviewer for you, use r? to override) |
@rustbot label +T-libs-api -T-libs |
Oh, damn, forgot about ACP, sorry about that! Filed: rust-lang/libs-team#86 |
@rustbot label -S-waiting-on-review +S-waiting-on-ACP |
☔ The latest upstream changes (presumably #110331) made this pull request unmergeable. Please resolve the merge conflicts. |
Closing since it got rejected in ACP. |
This implements the trivial conversion from (uninhabited)
Infallible
error type.
If I remember correctly trait impls are insta-stable, so I marked it as such. I hope this is obvious enough to pass FCP without too much hassle.
ACP: rust-lang/libs-team#86