We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c9ba23 commit f5f5940Copy full SHA for f5f5940
docs/language/ffi.md
@@ -8,5 +8,5 @@ sidebar_position: 130
8
namespace Foo;
9
10
[ffi("mylib")]
11
-pub static bar(first: i8);
+pub static external bar(first: i8);
12
```
0 commit comments