build-std seems broken in nightly (rustc 1.71.0-nightly (74c482104 2023-05-04)) #111225
Labels
-Zbuild-std
Unstable Cargo option: Compile the standard library yourself.
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
requires-nightly
This issue requires a nightly compiler in some way.
When I attempt to build (seemingly anything) with
-Zbuild-std=core
on nightly I get an error with packagetest
not having the featurebacktrace
.This seems to affect a random sampling of targets I picked, it seems more fundamental than that:
The text was updated successfully, but these errors were encountered: