We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b42afc0 commit 37844f0Copy full SHA for 37844f0
1 file changed
src/doc/src/reference/unstable.md
@@ -2040,6 +2040,12 @@ enabled = true
2040
Enables the new build-dir filesystem layout.
2041
This layout change unblocks work towards caching and locking improvements.
2042
2043
+In addition to `-Zbuild-dir-new-layout`, `CARGO_BUILD_DIR_LAYOUT_V2` also exists as
2044
+a way to opt in and out of the new layout during the transition period.
2045
+`CARGO_BUILD_DIR_LAYOUT_V2=true` allows users to opt in to the new layout, even on stable.
2046
+`CARGO_BUILD_DIR_LAYOUT_V2=false` allows users to opt out to the new layout.
2047
+This includes post stabilization but it's important to note that this is a temporary flag and will
2048
+eventually be removed. See the tracking issue for the transition plan and updates.
2049
2050
## compile-time-deps
2051
0 commit comments