We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe6421 commit 31007f5Copy full SHA for 31007f5
library/std/src/lib.rs
@@ -262,6 +262,7 @@
262
)]
263
#![cfg_attr(any(windows, target_os = "uefi"), feature(round_char_boundary))]
264
#![cfg_attr(target_os = "xous", feature(slice_ptr_len))]
265
+#![cfg_attr(target_family = "wasm", feature(stdarch_wasm_atomic_wait))]
266
//
267
// Language features:
268
// tidy-alphabetical-start
0 commit comments