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.
2 parents 612880a + 89c7a2e commit 5818f46Copy full SHA for 5818f46
text/0000-c-unwind-abi.md
@@ -156,7 +156,7 @@ and may be elided as an optimization).
156
Rust frames that do contain pending destructors or `catch_unwind` calls are
157
called non-POFs.
158
159
-Note that a non-POF may _become_ a POF, for instance if all `Drop` objects are
+Note that a non-POF may _become_ a POF during execution of the corresponding function, for instance if all `Drop` objects are
160
moved out of scope, or if its only `catch_unwind` call is in a code path that
161
will not be executed. The next section provides an example.
162
0 commit comments