提交 d202b595 编写于 作者: G Guillaume Gomez

Clean up E0130 error explanation

上级 0a58f586
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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册