Auto merge of #26245 - mbrubeck:extern, r=steveklabnik
r? @steveklabnik
This commit is contained in:
commit
4cc87c8acb
1 changed files with 1 additions and 1 deletions
|
|
@ -1111,7 +1111,7 @@ extern fn new_i32() -> i32 { 0 }
|
|||
extern "stdcall" fn new_i32_stdcall() -> i32 { 0 }
|
||||
```
|
||||
|
||||
Unlike normal functions, extern fns have an `extern "ABI" fn()`. This is the
|
||||
Unlike normal functions, extern fns have type `extern "ABI" fn()`. This is the
|
||||
same type as the functions declared in an extern block.
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue