Closed
Description
It looks like currently Cargo will always update the registry index when using -Zbuild-std
:
$ cargo new foo
$ cd foo
$ cargo +nightly build -Zbuild-std --target ...
Updating crates.io index
...
Bisection points to this being a regression from #8834, I'm currently poking around to see if I can find something.