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 f0e62c8 commit b37bf5fCopy full SHA for b37bf5f
src/bootstrap/src/core/build_steps/test.rs
@@ -3498,9 +3498,7 @@ impl Step for TestFloatParse {
3498
let cargo_test = tool::prepare_tool_cargo(
3499
builder,
3500
compiler,
3501
- // todo: seems like this should be `Mode::Std`
3502
- // Mode::Std,
3503
- Mode::ToolBootstrap,
+ Mode::ToolStd,
3504
bootstrap_host,
3505
"test",
3506
path,
@@ -3523,7 +3521,7 @@ impl Step for TestFloatParse {
3523
3521
let mut cargo_run = tool::prepare_tool_cargo(
3524
3522
3525
3526
3527
3528
"run",
3529
0 commit comments