rust/library/std/src/sys/sync
Sean Cross 59944c9c9f xous: sync: remove rustc_const_stable attribute
These functions had `#[rustc_const_stable(feature = "const_locks", since
= "1.63.0")]` on them because they were originally taken from
`no_threads`. with d066dfd these no longer compile. Since other
platforms do not have this attribute, remove it. This fixes the build
for Xous.

Signed-off-by: Sean Cross <sean@xobs.io>
2024-10-29 22:43:46 +08:00
..
condvar xous: sync: remove rustc_const_stable attribute 2024-10-29 22:43:46 +08:00
mutex xous: sync: remove rustc_const_stable attribute 2024-10-29 22:43:46 +08:00
once we can now enable the 'const stable fn must be stable' check 2024-10-28 11:48:39 +01:00
rwlock we can now enable the 'const stable fn must be stable' check 2024-10-28 11:48:39 +01:00
thread_parking library: consistently use American spelling for 'behavior' 2024-10-25 12:02:47 +02:00
mod.rs std: replace LazyBox with OnceBox 2024-10-01 22:05:35 +02:00
once_box.rs library: consistently use American spelling for 'behavior' 2024-10-25 12:02:47 +02:00