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 be70a36 commit c25a29aCopy full SHA for c25a29a
text/0000-build-std/4-build-std-always.md
@@ -1219,6 +1219,10 @@ What should this configuration option be named? `build-std`?
1219
What is the most intuitive name for the values of the `build-std` setting?
1220
`always`? `manual`? `unconditional`?
1221
1222
+`always` is an imperfect name as it implies the standard library will be
1223
+re-built every time, when it actually just avoids use of the pre-built standard
1224
+library and caches the newly-built standard library.
1225
+
1226
↩ [*Proposal*][proposal]
1227
1228
## What should `build-std-crates` be named?
0 commit comments