Skip to content

Commit 6d95455

Browse files
committed
---
yaml --- r: 157208 b: refs/heads/master c: 8a71925 h: refs/heads/master v: v3
1 parent 2d97641 commit 6d95455

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 768a7e1a4a891191f3653cebc223dfad0e8b875c
2+
refs/heads/master: 8a719255589bcbc82c961e051f09678b524f4149
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: d44ea720fa9dfe062ef06d0eb49a58d4e7e92344
55
refs/heads/try: 6ecdf1fa83d7cdbf44a0091132e9c6580be72275

trunk/src/doc/reference.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,6 +1170,9 @@ exposing an API making it possible for it to occur in safe code.
11701170
* A discriminant in an `enum` not included in the type definition
11711171
* A value in a `char` which is a surrogate or above `char::MAX`
11721172
* 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.
11731176

11741177
##### Behaviour not considered unsafe
11751178

0 commit comments

Comments
 (0)