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 8ce3484 commit 8b30ee2Copy full SHA for 8b30ee2
src/items/functions.md
@@ -120,7 +120,8 @@ An extern function _declaration_ via an [external block] can be used to
120
provide an item for these functions that can be called by Rust code without
121
providing their definition.
122
123
-The default ABI of Rust functions like `fn foo() {}` is `"Rust"`. While we
+When `"extern" Abi?*` is omitted from `FunctionQualifiers`, the ABI `"Rust"` is assigned.
124
+For example:
125
abbreviate the type of Rust functions like `foo` as `fn()`, this is actually a
126
synonym for `extern "Rust" fn()`. That is, this:
127
0 commit comments