File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -156,9 +156,10 @@ and may be elided as an optimization).
156
156
Rust frames that do contain pending destructors or ` catch_unwind ` calls are
157
157
called non-POFs.
158
158
159
- 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.
159
+ Note that a non-POF may _ become_ a POF during execution of the corresponding
160
+ function, for instance if all ` Drop ` objects are moved out of scope, or if its
161
+ only ` catch_unwind ` call is in a code path that will not be executed. The next
162
+ section provides an example.
162
163
163
164
[ cpp-POD-definition ] : https://en.cppreference.com/w/cpp/named_req/PODType
164
165
You can’t perform that action at this time.
0 commit comments