Skip to content

Commit

Permalink
Rollup merge of rust-lang#73794 - GuillaumeGomez:cleanup-e0705, r=Dyl…
Browse files Browse the repository at this point in the history
…an-DPC

Small cleanup for E0705 explanation

r? @Dylan-DPC
  • Loading branch information
Manishearth committed Jul 16, 2020
2 parents d9ee217 + 99c1513 commit 433669b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/librustc_error_codes/error_codes/E0705.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
A `#![feature]` attribute was declared for a feature that is stable in
the current edition, but not in all editions.
A `#![feature]` attribute was declared for a feature that is stable in the
current edition, but not in all editions.

Erroneous code example:

Expand Down

0 comments on commit 433669b

Please sign in to comment.