File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
branches/snap-stage3/src/doc/trpl Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: a833337943300db1c310a4cf9c84b7b4ef4e9468
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 69e9b462e97090683ccb112158dee63098661089
4
+ refs/heads/snap-stage3: 6553c0f5eb7cb903b698431556ade4e954dcb4e6
5
5
refs/heads/try: 08f6380a9f0b866796080094f44fe25ea5636547
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
Original file line number Diff line number Diff line change @@ -529,6 +529,7 @@ fairly easy, but requires a few things:
529
529
pub extern fn hello_rust() -> *const u8 {
530
530
"Hello, world!\0".as_ptr()
531
531
}
532
+ # fn main() {}
532
533
```
533
534
534
535
The ` extern ` makes this function adhere to the C calling convention, as
You can’t perform that action at this time.
0 commit comments