Add missing ';' in E0132
This commit is contained in:
parent
0c4faf2a07
commit
9f15b28119
1 changed files with 1 additions and 1 deletions
|
|
@ -1734,7 +1734,7 @@ It is not possible to declare type parameters on a function that has the `start`
|
|||
attribute. Such a function must have the following type signature:
|
||||
|
||||
```
|
||||
fn(isize, *const *const u8) -> isize
|
||||
fn(isize, *const *const u8) -> isize;
|
||||
```
|
||||
"##,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue