When building, you get an error like the following: ``` = note: src/libpanic_abort/lib.rs:60: error: undefined reference to 'panic_exit' ``` Panic = unwind continues to work fine. Fix pending: https://github.com/rust-lang/rust/pull/58453