Proposed solution We will add a Backtrace struct to the standard library, with methods to capture a backtrace from the current location, and support for symbolication and symbol demangling. All of the backtracing types will exist in a new Runtime module.