Skip to content

Commit b15595e

Browse files
committed
build-std=always read together
1 parent c25a29a commit b15595e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1219,9 +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.
1222+
`always` combined with the configuration option being named `build-std` -
1223+
`build-std = "always"` - is imperfect as it reads as if the standard library
1224+
will be re-built every time, when it actually just avoids use of the pre-built
1225+
standard library and caches the newly-built standard library.
12251226

12261227
[*Proposal*][proposal]
12271228

0 commit comments

Comments
 (0)