Skip to content

Commit d8a908d

Browse files
committed
Fix typos in compiler/rustc_error_codes/src/error_codes/E0711.md
1 parent 882d480 commit d8a908d

File tree

1 file changed

+2
-2
lines changed
  • compiler/rustc_error_codes/src/error_codes

1 file changed

+2
-2
lines changed

compiler/rustc_error_codes/src/error_codes/E0711.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ fn foo_unstable() {}
2222
```
2323

2424
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,
25+
1.0.0, but is then redeclared stable since 1.29.0. This discrepancy in
26+
versions causes an error. Furthermore, `foo` is then redeclared as unstable,
2727
again the conflict causes an error.
2828

2929
This error can be fixed by splitting the feature, this allows any

0 commit comments

Comments
 (0)