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.
2 parents 892b928 + e6e7e65 commit ab29a47Copy full SHA for ab29a47
src/items/functions.md
@@ -116,7 +116,7 @@ sufficient context to determine the type parameters. For example,
116
The `extern` function qualifier allows providing function _definitions_ that can
117
be called with a particular ABI:
118
119
-+<!-- ignore: fake ABI -->
+<!-- ignore: fake ABI -->
120
```rust,ignore
121
extern "ABI" fn foo() { /* ... */ }
122
```
@@ -125,7 +125,7 @@ These are often used in combination with [external block] items which provide
125
function _declarations_ that can be used to call functions without providing
126
their _definition_:
127
128
129
130
extern "ABI" {
131
fn foo(); /* no body */
0 commit comments