We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a58f58 commit d202b59Copy full SHA for d202b59
src/librustc_error_codes/error_codes/E0130.md
@@ -1,4 +1,4 @@
1
-You declared a pattern as an argument in a foreign function declaration.
+A pattern was declared as an argument in a foreign function declaration.
2
3
Erroneous code example:
4
@@ -9,7 +9,7 @@ extern {
9
}
10
```
11
12
-Please replace the pattern argument with a regular one. Example:
+To fix this error, replace the pattern argument with a regular one. Example:
13
14
15
struct SomeStruct {
0 commit comments