File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -188,10 +188,9 @@ Unwinding with the wrong [ABI][abi] is undefined behavior:
188
188
unwinding, such as code compiled with GCC or Clang using ` -fno-exceptions `
189
189
190
190
Catching an unwinding operation in a different runtime than the one in which it
191
- initiated is also undefined behavior:
192
-
193
- * Catching a Rust ` panic ` in non Rust code (for instance ` catch (...) ` in C++).
194
- * Catching a non-Rust unwind (such as a C++ exception) in Rust (that is, with ` catch_unwind ` ).
191
+ initiated is also undefined behavior. For example, catching a Rust ` panic ` in
192
+ non Rust code (for instance ` catch (...) ` in C++), or in Rust code compiled or
193
+ linked with a different runtime, is undefined bheavior.
195
194
196
195
[ `bool` ] : types/boolean.md
197
196
[ `const` ] : items/constant-items.md
You can’t perform that action at this time.
0 commit comments