`panic_immediate_abort` flag vs `abort` strategy

⚓ rust    📅 2025-07-02    👤 surdeus    👁️ 3      

surdeus

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