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 768a7e1 commit 8a71925Copy full SHA for 8a71925
src/doc/reference.md
@@ -1170,6 +1170,9 @@ exposing an API making it possible for it to occur in safe code.
1170
* A discriminant in an `enum` not included in the type definition
1171
* A value in a `char` which is a surrogate or above `char::MAX`
1172
* non-UTF-8 byte sequences in a `str`
1173
+* Unwinding into Rust from foreign code or unwinding from Rust into foreign
1174
+ code. Rust's failure system is not compatible with exception handling in
1175
+ other languages. Unwinding must be caught and handled at FFI boundaries.
1176
1177
##### Behaviour not considered unsafe
1178
0 commit comments