File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1219,9 +1219,10 @@ What should this configuration option be named? `build-std`?
12191219What 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
You can’t perform that action at this time.
0 commit comments