Change a `bail!` macro which renders the debug representation of an error to a call to `context` which preserves the original error object and improves rendering later on down the road.
Change a `bail!` macro which renders the debug representation of an error to a call to `context` which preserves the original error object and improves rendering later on down the road.