We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 882d480 commit d8a908dCopy full SHA for d8a908d
compiler/rustc_error_codes/src/error_codes/E0711.md
@@ -22,8 +22,8 @@ fn foo_unstable() {}
22
```
23
24
In the above example, the `foo` feature is first defined to be stable since
25
-1.0.0, but is then re-declared stable since 1.29.0. This discrepancy in
26
-versions causes an error. Furthermore, `foo` is then re-declared as unstable,
+1.0.0, but is then redeclared stable since 1.29.0. This discrepancy in
+versions causes an error. Furthermore, `foo` is then redeclared as unstable,
27
again the conflict causes an error.
28
29
This error can be fixed by splitting the feature, this allows any
0 commit comments