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 9166a65 commit 5be83d2Copy full SHA for 5be83d2
src/bootstrap/src/core/build_steps/tool.rs
@@ -1104,7 +1104,7 @@ pub struct TestFloatParse {
1104
impl Step for TestFloatParse {
1105
type Output = ();
1106
const ONLY_HOSTS: bool = true;
1107
- const DEFAULT: bool = true;
+ const DEFAULT: bool = false;
1108
1109
fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> {
1110
run.path("src/etc/test-float-parse")
0 commit comments