Skip to content

Commit a756065

Browse files
committed
revamp for Manish
1 parent 110c299 commit a756065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-edition-2021.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The default edition for new projects will be 2021.
107107
RFCs that propose migrations should include details about how the migration between editions will work. This migration should be described in sufficient detail that the relevant teams can assess the feasibility of the migration. It will often make sense to consult the compiler team on this question specificially.
108108

109109
* To perform this evaluation, an RFC proposing a migration should enumerate the situations that will no longer compile with the change.
110-
* For each such situation, it should describe how the code will be modified such that it works on both the old and new edition.
110+
* For each such situation, it should describe what suggestions will be made to modify the user's code such that it works on both the old and new edition. Optionally, the description may include "idiom lints" that run only in the new edition in order to make the code more idiomatic.
111111
* Alternatively, if that scenario is deemed unlikely, the RFC can state that this sort of code will not be automatically ported between editions. It should then describe if it is possible to at least issue a warning that the code will no longer work or will change meaning in the new edition.
112112

113113
## Tooling workflow

0 commit comments

Comments
 (0)