mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
a08a03ced7
Impl Error for Infallible This PR only changes the place where `impl Error for Infallible` is documented, as one could think that it is not the case when reading https://doc.rust-lang.org/nightly/std/convert/enum.Infallible.html. Fixes #70842