Closed
Description
Originally reported here: https://users.rust-lang.org/t/cant-to-introspect-error-cause/6536/2
Because cause
doesn't return an Error
bound by 'static
you can't downcast it.
This seems like a significant oversight. Of course you want to be able to downcast that object.