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.
1 parent f2f2e4b commit 8be35b2Copy full SHA for 8be35b2
src/unwinding.md
@@ -31,7 +31,7 @@ panics can only be caught by the parent thread. This means catching a panic
31
requires spinning up an entire OS thread! This unfortunately stands in conflict
32
to Rust's philosophy of zero-cost abstractions.
33
34
-There is an unstable API called `catch_panic` that enables catching a panic
+There is an API called `catch_panic` that enables catching a panic
35
without spawning a thread. Still, we would encourage you to only do this
36
sparingly. In particular, Rust's current unwinding implementation is heavily
37
optimized for the "doesn't unwind" case. If a program doesn't unwind, there
0 commit comments