about summary refs log tree commit diff
path: root/library/alloc/src/lib.rs
diff options
context:
space:
mode:
authorThe 8472 <git@infinite-source.de>2023-04-15 12:59:16 +0200
committerThe 8472 <git@infinite-source.de>2023-09-03 19:59:47 +0200
commit3ca6bb0b44c3e65dab07e12aec9efb277dc206f9 (patch)
treeb5be981314a0c22721924dfe8eea614151f226e7 /library/alloc/src/lib.rs
parent2a1af898b2cb535a45cefe67acf9d023eff16b27 (diff)
downloadrust-3ca6bb0b44c3e65dab07e12aec9efb277dc206f9.tar.gz
rust-3ca6bb0b44c3e65dab07e12aec9efb277dc206f9.zip
Expand in-place iteration specialization to Flatten, FlatMap and ArrayChunks
Diffstat (limited to 'library/alloc/src/lib.rs')
-rw-r--r--library/alloc/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs
index e43b6ac4039..c9fee435f1e 100644
--- a/library/alloc/src/lib.rs
+++ b/library/alloc/src/lib.rs
@@ -155,6 +155,7 @@
 #![feature(std_internals)]
 #![feature(str_internals)]
 #![feature(strict_provenance)]
+#![feature(trusted_fused)]
 #![feature(trusted_len)]
 #![feature(trusted_random_access)]
 #![feature(try_trait_v2)]