Skip to content

Commit 6553c0f

Browse files
committed
Fix more rollup problems
1 parent 69e9b46 commit 6553c0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/doc/trpl/ffi.md

+1
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,7 @@ fairly easy, but requires a few things:
529529
pub extern fn hello_rust() -> *const u8 {
530530
"Hello, world!\0".as_ptr()
531531
}
532+
# fn main() {}
532533
```
533534

534535
The `extern` makes this function adhere to the C calling convention, as

0 commit comments

Comments
 (0)