File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -210,15 +210,15 @@ Each non-`Rust` ABI string has a corresponding ABI with the suffix `-unwind`.
210
210
The choice of ABI, together with the [ panic mode] [ panic-modes ] , determines the
211
211
behavior when unwinding out of a function.
212
212
213
- In the table below, "Unforced foreign unwind" refers to something like a C++
213
+ In the table below, "Foreign unwind (unforced) " refers to something like a C++
214
214
exception; the table indicates the behavior of an unwinding
215
215
operation reaching each type of ABI boundary (function
216
216
declaration or definition using the corresponding ABI string).
217
217
Additionally, ` C ` in the ABI strings may be substituted with
218
218
` stdcall ` or any other ABI supported by the language
219
219
implementation.
220
220
221
- | panic runtime | ABI | ` panic ` -unwind | Unforced foreign unwind |
221
+ | panic runtime | ABI | ` panic ` -unwind | Foreign unwind (unforced) |
222
222
| -------------- | ------------ | ------------------------------------- | ----------------------- |
223
223
| ` panic=unwind ` | ` "C-unwind" ` | unwind | unwind |
224
224
| ` panic=unwind ` | ` "C" ` | abort | UB |
You can’t perform that action at this time.
0 commit comments