Add missing ';' in E0132

This commit is contained in:
Guillaume Gomez 2015-08-26 14:21:46 +02:00
parent 0c4faf2a07
commit 9f15b28119

View file

@ -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;
```
"##,