Skip to content

Commit

Permalink
Update src/items/functions.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Mazdak Farrokhzad <[email protected]>
  • Loading branch information
gnzlbg and Centril authored Aug 15, 2019
1 parent b8c06c4 commit 2b9a712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/items/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ let fptr: extern "C" fn() -> i32 = new_i32;
```

Functions with an ABI that differs from `"Rust"` do not support
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
of functions with such ABIs causes the process to abort. In LLVM, this is
implemented by executing an illegal instruction.

Expand Down

0 comments on commit 2b9a712

Please sign in to comment.