Closed
Description
Updated report
- 64-bit unwinding
- 32-bit unwinding (see comment below)
Original Report
Right now the MSVC target turns all calls to panic!
into a process-wide abort as unwinding is not implemented.
WIP branch: https://github.com/alexcrichton/rust/tree/msvc-llvm-update (now merged)