Uh oh!
There was an error while loading. Please reload this page.
Add new unstable API downcast to std::io::Error - #98387
Conversation
that accepts `ErrorData<Box<Custom>>` Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
that accepts `ErrorData<Box<Custom>>` Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
rust-highfive
commented
Jun 22, 2022
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
rust-highfive
commented
Jun 22, 2022
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @thomcc (or someone else) soon. Please see the contribution instructions for more information. |
NobodyXu
commented
Jun 22, 2022
@rustbot label +T-libs-api -T-libs |
thomcc
left a comment
There was a problem hiding this comment.
This looks okay to me, in terms of the impl (but needs API sign off of course)
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
NobodyXu
commented
Jun 23, 2022
Emmm, the CI failed at downloading some tools using |
joshtriplett
commented
Jun 23, 2022
r? @yaahc |
thomcc
commented
Jun 23, 2022
@joshtriplett I wrote most of the current |
This comment has been minimized.
This comment has been minimized.
joshtriplett
commented
Jun 23, 2022
NobodyXu
commented
Jul 10, 2022
@thomcc Pinging this PR as it has been stale for 17 days. |
Reviewing now, thank you for the ping. edit: left a comment on the ACP issue |
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
rustbot
commented
Jul 14, 2022
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
yaahc
left a comment
There was a problem hiding this comment.
Should just need a tracking issue then it is good to go IMO. I have only one minor NIT comment that isn't a blocker.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Jane Losare-Lusby <jlusby42@gmail.com>
try_downcast_inner to std::io::Errordowncast to std::io::ErrorNobodyXu
commented
Jul 15, 2022
I've added the tracking issue in #99262 |
Uh oh!
There was an error while loading. Please reload this page.
yaahc
commented
Jul 15, 2022
looks great, thank you again! @bors r+ |
bors
commented
Jul 15, 2022
…owngrade_inner, r=yaahc Add new unstable API `downcast` to `std::io::Error` rust-lang/libs-team#57 Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
Rollup of 7 pull requests Successful merges: - rust-lang#98387 (Add new unstable API `downcast` to `std::io::Error`) - rust-lang#98662 (Add std::fs::write documentation precision) - rust-lang#99253 (Remove FIXME from MIR `always_storage_live_locals`) - rust-lang#99264 (Fix typo in mod.rs) - rust-lang#99270 (Add `#[must_use]` to `Box::from_raw`) - rust-lang#99277 (Stabilize `core::ffi::CStr`, `alloc::ffi::CString`, and friends) - rust-lang#99307 (Add regression test for rust-lang#64401) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
rust-lang/libs-team#57
Signed-off-by: Jiahao XU Jiahao_XU@outlook.com