]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #98387 - NobodyXu:feature/std_io_Error_try_downgrade_inner, r=yaahc
authorYuki Okushi <jtitor@2k36.org>
Sat, 16 Jul 2022 08:52:59 +0000 (17:52 +0900)
committerGitHub <noreply@github.com>
Sat, 16 Jul 2022 08:52:59 +0000 (17:52 +0900)
commitbf9ed994960cee0443a39e952f1a8b59d3f48a40
tree15668a6de306ff64910b320f903aab2f525561d2
parente6c43cf8b98e4837bbee1cab225621001a3f2230
parent8e8a3be22f1082da965f6a696be93fbbd7b5d4ba
Rollup merge of #98387 - NobodyXu:feature/std_io_Error_try_downgrade_inner, r=yaahc

Add new unstable API `downcast` to `std::io::Error`

https://github.com/rust-lang/libs-team/issues/57

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>