Skip to content

Commit c25a29a

Browse files
committed
elaborate on always syntax unresolved q
1 parent be70a36 commit c25a29a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

text/0000-build-std/4-build-std-always.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1219,6 +1219,10 @@ What should this configuration option be named? `build-std`?
12191219
What is the most intuitive name for the values of the `build-std` setting?
12201220
`always`? `manual`? `unconditional`?
12211221

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+
12221226
[*Proposal*][proposal]
12231227

12241228
## What should `build-std-crates` be named?

0 commit comments

Comments
 (0)