File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,7 @@ pub type AllowFeatures = BTreeSet<String>;
162
162
/// - Set [`LATEST_UNSTABLE`] to None.
163
163
/// - Set [`LATEST_STABLE`] to the new version.
164
164
/// - Update [`is_stable`] to `true`.
165
+ /// - Set [`first_version`] to the version it will be released.
165
166
/// - Set the editionNNNN feature to stable in the [`features!`] macro invocation below.
166
167
/// - Update any tests that are affected.
167
168
/// - Update the man page for the `--edition` flag.
@@ -178,6 +179,7 @@ pub type AllowFeatures = BTreeSet<String>;
178
179
/// [`LATEST_UNSTABLE`]: Edition::LATEST_UNSTABLE
179
180
/// [`LATEST_STABLE`]: Edition::LATEST_STABLE
180
181
/// [this example]: https://github.com/rust-lang/cargo/blob/3ebb5f15a940810f250b68821149387af583a79e/src/doc/src/reference/unstable.md?plain=1#L1238-L1264
182
+ /// [`first_version`]: Edition::first_version
181
183
/// [`is_stable`]: Edition::is_stable
182
184
/// [`toml`]: crate::util::toml
183
185
/// [`features!`]: macro.features.html
You can’t perform that action at this time.
0 commit comments