Skip to content

Commit 6309d9f

Browse files
authored
Rollup merge of #73794 - GuillaumeGomez:cleanup-e0705, r=Dylan-DPC
Small cleanup for E0705 explanation r? @Dylan-DPC
2 parents a8bb245 + 99c1513 commit 6309d9f

File tree

1 file changed

+2
-2
lines changed
  • src/librustc_error_codes/error_codes

1 file changed

+2
-2
lines changed

src/librustc_error_codes/error_codes/E0705.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
A `#![feature]` attribute was declared for a feature that is stable in
2-
the current edition, but not in all editions.
1+
A `#![feature]` attribute was declared for a feature that is stable in the
2+
current edition, but not in all editions.
33

44
Erroneous code example:
55

0 commit comments

Comments
 (0)