File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ Each new feature described below should explain how to use it.
8080 * [ feature-unification] ( #feature-unification ) --- Enable new feature unification modes in workspaces
8181* Output behavior
8282 * [ artifact-dir] ( #artifact-dir ) --- Adds a directory where artifacts are copied to.
83+ * [ build-dir-new-layout] ( #build-dir-new-layout ) --- Enables the new build-dir filesystem layout
8384 * [ Different binary name] ( #different-binary-name ) --- Assign a name to the built binary that is separate from the crate name.
8485 * [ root-dir] ( #root-dir ) --- Controls the root directory relative to which paths are printed
8586* Compile behavior
@@ -1939,6 +1940,14 @@ The `-Zbuild-analysis` feature records and persists detailed build metrics
19391940enabled = true
19401941```
19411942
1943+ ## build-dir-new-layout
1944+
1945+ * Tracking Issue: [ #15010 ] ( https://github.com/rust-lang/cargo/issues/15010 )
1946+
1947+ Enables the new build-dir filesystem layout.
1948+ This layout change unblocks work towards caching and locking improvements.
1949+
1950+
19421951# Stabilized and removed features
19431952
19441953## Compile progress
You can’t perform that action at this time.
0 commit comments