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 fdbd98f commit 89c7a2eCopy full SHA for 89c7a2e
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