Closed lopopolo closed 2 years ago
This will allow std::error::Chain to include backtrace information for the source error.
Given that we've taken this approach with Error::IoError and Error::OutOfMemory, making this change to be consistent.
Error::IoError
Error::OutOfMemory
This will allow std::error::Chain to include backtrace information for the source error.
Given that we've taken this approach with
Error::IoError
andError::OutOfMemory
, making this change to be consistent.