We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba2f85d commit 80eb573Copy full SHA for 80eb573
src/items/functions.md
@@ -163,7 +163,7 @@ extern "C" fn new_i32() -> i32 { 0 }
163
let fptr: extern "C" fn() -> i32 = new_i32;
164
```
165
166
-Since functions with an ABI that differs from `"Rust"` do not support
+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
168
of functions with such ABIs causes the process to abort. In LLVM, this is
169
implemented by executing an illegal instruction.
0 commit comments