Clean up E0130 error explanation

This commit is contained in:
Guillaume Gomez 2020-01-02 19:57:19 +01:00
parent 0a58f58646
commit d202b59506

View file

@ -1,4 +1,4 @@
You declared a pattern as an argument in a foreign function declaration.
A pattern was declared as an argument in a foreign function declaration.
Erroneous code example:
@ -9,7 +9,7 @@ extern {
}
```
Please replace the pattern argument with a regular one. Example:
To fix this error, replace the pattern argument with a regular one. Example:
```
struct SomeStruct {