Closed
Description
I didn't notice an issue on file for this already, feel free to dupe against it if one exists.
In #99917 we landed support for error in core, and sadly one of the casualties was the docs got somewhat worse. Concretely, Box<dyn Error + stuff>::downcast()
is no longer shown on the docs page for Error, which is a bit of a bummer, since these methods do exist: https://doc.rust-lang.org/nightly/src/alloc/boxed.rs.html#2127