You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/doc/src/reference/unstable.md
+27
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,7 @@ For the latest nightly, see the [nightly version] of this page.
93
93
*[codegen-backend](#codegen-backend) --- Select the codegen backend used by rustc.
94
94
*[per-package-target](#per-package-target) --- Sets the `--target` to use for each individual package.
95
95
*[artifact dependencies](#artifact-dependencies) --- Allow build artifacts to be included into other build artifacts and build them for different targets.
96
+
*[Edition 2024](#edition-2024) — Adds support for the 2024 Edition.
96
97
* Information and metadata
97
98
*[Build-plan](#build-plan) --- Emits JSON information on which commands will be run.
98
99
*[unit-graph](#unit-graph) --- Emits JSON for Cargo's internal graph structure.
@@ -1271,6 +1272,32 @@ Differences between `cargo run --manifest-path <path>` and `cargo <path>`
0 commit comments