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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2039,6 +2039,9 @@ enabled = true
2039
2039
Enables the new build-dir filesystem layout.
2040
2040
This layout change unblocks work towards caching and locking improvements.
2041
2041
2042
+
In addition to `-Zbuild-dir-new-layout`, `CARGO_BUILD_DIR_LAYOUT_V2` also exists as a way to opt in and out of the new layout during the transition period.
2043
+
`CARGO_BUILD_DIR_LAYOUT_V2=true` allows users to opt in to the new layout, even on stable.
2044
+
`CARGO_BUILD_DIR_LAYOUT_V2=false` allows users to opt out to the new layout. This includes post stablization but it's important to note that this is a temporary flag and will eventually be removed.
0 commit comments