We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Right now the MSVC target turns all calls to panic! into a process-wide abort as unwinding is not implemented.
panic!
WIP branch: https://github.com/alexcrichton/rust/tree/msvc-llvm-update (now merged)
Updated report
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)