rust/library/alloc
bors 46da927abb Auto merge of #114041 - nvzqz:nvzqz/shared_from_array, r=dtolnay
Implement `From<[T; N]>` for `Rc<[T]>` and `Arc<[T]>`

Given that `Box<[T]>` already has this conversion, the shared counterparts should also have it.
2023-09-28 06:16:01 +00:00
..
benches s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList 2023-06-14 09:28:54 +02:00
src Auto merge of #114041 - nvzqz:nvzqz/shared_from_array, r=dtolnay 2023-09-28 06:16:01 +00:00
tests Auto merge of #111278 - EFanZh:implement-from-array-refs-for-vec, r=dtolnay 2023-09-28 04:26:40 +00:00
Cargo.toml Expose compiler-builtins-weak-intrinsics feature for -Zbuild-std 2023-06-23 11:15:34 +01:00