Skip to content

Commit 09c288b

Browse files
committed
---
yaml --- r: 174300 b: refs/heads/snap-stage3 c: 6553c0f h: refs/heads/master v: v3
1 parent f57fbfc commit 09c288b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: a833337943300db1c310a4cf9c84b7b4ef4e9468
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 69e9b462e97090683ccb112158dee63098661089
4+
refs/heads/snap-stage3: 6553c0f5eb7cb903b698431556ade4e954dcb4e6
55
refs/heads/try: 08f6380a9f0b866796080094f44fe25ea5636547
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/doc/trpl/ffi.md

Lines changed: 1 addition & 0 deletions
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)