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.
2 parents 6608583 + 032be14 commit a4af6acCopy full SHA for a4af6ac
src/behavior-considered-undefined.md
@@ -28,9 +28,6 @@ to let `safe` code exhibit these behaviors.
28
* A discriminant in an `enum` not included in the type definition.
29
* A value in a `char` which is a surrogate or above `char::MAX`.
30
* Non-UTF-8 byte sequences in a `str`.
31
-* Unwinding into Rust from foreign code or unwinding from Rust into foreign
32
- code. Rust's panic system is not compatible with exception handling in
33
- other languages. Unwinding must be caught and handled at FFI boundaries.
34
35
[noalias]: http://llvm.org/docs/LangRef.html#noalias
36
[pointer aliasing rules]: http://llvm.org/docs/LangRef.html#pointer-aliasing-rules
0 commit comments