We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac52323 commit 3f35a93Copy full SHA for 3f35a93
book/src/cpp.md
@@ -65,3 +65,9 @@ cannot translate into Rust:
65
66
* Automatically calling copy and/or move constructors or destructors. Supporting
67
this isn't possible with Rust's move semantics.
68
+
69
+* Exceptions: if a function called through a `bindgen`-generated interface
70
+ raises an exception that is not caught by the function itself, this will
71
+ generate undefined behaviour. See
72
+ [the tracking issue for exceptions](https://github.com/rust-lang-nursery/rust-bindgen/issues/1208)
73
+ for more details.
0 commit comments