`panic_immediate_abort` flag vs `abort` strategy

⚓ Rust    📅 2025-07-02    👤 surdeus    👁️ 17      

surdeus

Warning

This post was published 127 days ago. The information described in this article may have changed.

I've been using abort strategy before to reduce size of the binary in places where I don't need unwinding, but recently I found out about panic_immediate_abort flag after reading the source code of new Windows editor.

What is panic_immediate_abort needed for?

2 posts - 2 participants

Read full topic

🏷️ rust_feed