File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 768a7e1a4a891191f3653cebc223dfad0e8b875c
2
+ refs/heads/master: 8a719255589bcbc82c961e051f09678b524f4149
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: d44ea720fa9dfe062ef06d0eb49a58d4e7e92344
5
5
refs/heads/try: 6ecdf1fa83d7cdbf44a0091132e9c6580be72275
Original file line number Diff line number Diff line change @@ -1170,6 +1170,9 @@ exposing an API making it possible for it to occur in safe code.
1170
1170
* A discriminant in an ` enum ` not included in the type definition
1171
1171
* A value in a ` char ` which is a surrogate or above ` char::MAX `
1172
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.
1173
1176
1174
1177
##### Behaviour not considered unsafe
1175
1178
You can’t perform that action at this time.
0 commit comments