You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/items/functions.md
+1
Original file line number
Diff line number
Diff line change
@@ -165,3 +165,4 @@ same type as the functions declared in an extern block.
165
165
letfptr:extern"C"fn() ->i32=new_i32;
166
166
```
167
167
168
+
As non-Rust calling conventions do not support unwinding, unwinding past the end of an extern function will cause the process to abort (in LLVM, this is implemented by executing an illegal instruction).
0 commit comments