Skip to content

Commit c519405

Browse files
committed
docs(unstable): Added -Zbuild-dir-new-layout to unstable doc
1 parent 8e53ef3 commit c519405

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/doc/src/reference/unstable.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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
19391940
enabled = 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

0 commit comments

Comments
 (0)