1
Fork 0

Add stdarch_wasm_atomic_wait feature in std

This commit is contained in:
Amanieu d'Antras 2024-01-08 13:36:05 +00:00
parent bfe6421d0b
commit 31007f51ed

View file

@ -262,6 +262,7 @@
)]
#![cfg_attr(any(windows, target_os = "uefi"), feature(round_char_boundary))]
#![cfg_attr(target_os = "xous", feature(slice_ptr_len))]
#![cfg_attr(target_family = "wasm", feature(stdarch_wasm_atomic_wait))]
//
// Language features:
// tidy-alphabetical-start