File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: a2f2a647633505fa83bcd9644d296ad529ebac41
2
+ refs/heads/master: 334ce914430cdcca8f4d9e91f919f8fd72d48744
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: ba0e1cd8147d452c356aacb29fb87568ca26f111
5
5
refs/heads/try: 1864973ae17213c5a58c4dd3f9af6d1b6c7d2e05
Original file line number Diff line number Diff line change @@ -1111,7 +1111,7 @@ extern fn new_i32() -> i32 { 0 }
1111
1111
extern "stdcall" fn new_i32_stdcall() -> i32 { 0 }
1112
1112
```
1113
1113
1114
- Unlike normal functions, extern fns have an ` extern "ABI" fn() ` . This is the
1114
+ Unlike normal functions, extern fns have type ` extern "ABI" fn() ` . This is the
1115
1115
same type as the functions declared in an extern block.
1116
1116
1117
1117
```
You can’t perform that action at this time.
0 commit comments