]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #107317 - ids1024:asfd-rc, r=dtolnay
authorMichael Goulet <michael@errs.io>
Thu, 9 Feb 2023 04:01:24 +0000 (20:01 -0800)
committerGitHub <noreply@github.com>
Thu, 9 Feb 2023 04:01:24 +0000 (20:01 -0800)
commita478b836fa8ba8691e7c57744049eda1c9d3b8c2
tree66c99c07bd462bf6cf66977666ea5301a39b5f75
parent575d424c94e0d4feea8cf4fcf04d47b83f28eaef
parentc13669e00b4ba3f353ea1cfa825aecb0bb765f9c
Rollup merge of #107317 - ids1024:asfd-rc, r=dtolnay

Implement `AsFd` and `AsRawFd` for `Rc`

Fixes https://github.com/rust-lang/rust/issues/105931.