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 8f814b3 commit cc76c3eCopy full SHA for cc76c3e
README.md
@@ -39,7 +39,7 @@ application will now have the C files `foo.c` and `bar.c` compiled into a file
39
named libfoo.a. You can call the functions in Rust by declaring functions in
40
your Rust code like so:
41
42
-```
+```rust,no_run
43
extern {
44
fn foo_function();
45
fn bar_function();
0 commit comments