mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
ef4a64b5d2
Add `NonNull::<[T]>::is_empty`. As per https://github.com/rust-lang/rust/issues/71146#issuecomment-2008373983 I figured this should be fine to be insta-stable (with an FCP), but I can edit if that is not desired. r? ```@Amanieu```