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`.
210210The choice of ABI, together with the [ panic mode] [ panic-modes ] , determines the
211211behavior when unwinding out of a function.
212212
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++
214214exception; the table indicates the behavior of an unwinding
215215operation reaching each type of ABI boundary (function
216216declaration or definition using the corresponding ABI string).
217217Additionally, ` C ` in the ABI strings may be substituted with
218218` stdcall ` or any other ABI supported by the language
219219implementation.
220220
221- | panic runtime | ABI | ` panic ` -unwind | Unforced foreign unwind |
221+ | panic runtime | ABI | ` panic ` -unwind | Foreign unwind (unforced) |
222222| -------------- | ------------ | ------------------------------------- | ----------------------- |
223223| ` panic=unwind ` | ` "C-unwind" ` | unwind | unwind |
224224| ` panic=unwind ` | ` "C" ` | abort | UB |
You can’t perform that action at this time.
0 commit comments