rust/library/std
Manish Goregaokar 3683c43a05
Rollup merge of #103193 - krasimirgg:sysonce, r=Amanieu
mark sys_common::once::generic::Once::new const-stable

Attempt to address https://github.com/rust-lang/rust/issues/103191 by marking the impl const-stable.
Picked the declaration from the callsite:
21b246587c/library/std/src/sync/once.rs (L67)

This is similar to https://github.com/rust-lang/rust/pull/98457.

With this in, `python3 x.py build library/std --target x86_64-unknown-none` succeeds.
2022-11-22 01:26:07 -05:00
..
benches
primitive_docs
src Rollup merge of #103193 - krasimirgg:sysonce, r=Amanieu 2022-11-22 01:26:07 -05:00
tests Sort target features alphabetically 2022-10-14 22:01:18 +02:00
build.rs
Cargo.toml Update compiler-builtins 2022-11-13 23:07:35 +05:30