We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c06c4 commit 2b9a712Copy full SHA for 2b9a712
src/items/functions.md
@@ -164,7 +164,7 @@ let fptr: extern "C" fn() -> i32 = new_i32;
164
```
165
166
Functions with an ABI that differs from `"Rust"` do not support
167
-unwinding in the exact same way that Rust does, unwinding past the end
+unwinding in the exact same way that Rust does. Therefore, unwinding past the end
168
of functions with such ABIs causes the process to abort. In LLVM, this is
169
implemented by executing an illegal instruction.
170
0 commit comments