1
Fork 0

Stabilize (const_)slice_ptr_len and (const_)slice_ptr_is_empty_nonnull

This commit is contained in:
Eduardo Sánchez Muñoz 2024-04-12 21:23:20 +02:00
parent bd71213cf0
commit fb9e1f73b3
8 changed files with 16 additions and 23 deletions

View file

@ -265,7 +265,6 @@
feature(slice_index_methods, coerce_unsized, sgx_platform)
)]
#![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))]
#![cfg_attr(
all(any(target_arch = "x86_64", target_arch = "x86"), target_os = "uefi"),