Skip to content

Commit

Permalink
Add stdarch_wasm_atomic_wait feature in std
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Jan 30, 2024
1 parent bfe6421 commit 31007f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/std/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31007f5

Please sign in to comment.