Open
Description
- Maybe just key ones like Option::unwrap and Result::expect etc?
- Just in debug builds or behind a define of some sort?
Without that, panics show as being inside the Option/Result class and you need a stack trace to know more. But with the source location coming from there, you'd get to see the caller outside the class.