libstd: -Z build-std is newly broken for, e.g., x86_64-unknown-none; error: sys_common::once::generic::Once::new
is not yet stable as a const fn
#103191
Labels
-Zbuild-std
Unstable Cargo option: Compile the standard library yourself.
C-bug
Category: This is a bug.
Recent occurrence similar to #98378, example adapted from there:
I can repro the same error via
x.py
:https://users.rust-lang.org/t/compile-error-with-build-std-std/82696 mentions the same error.
I'll see if something similar to #98457 resolves this.
The text was updated successfully, but these errors were encountered: