`panic_immediate_abort` flag vs `abort` strategy
⚓ Rust 📅 2025-07-02 👤 surdeus 👁️ 17I'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
🏷️ rust_feed