diff options
| author | The 8472 <git@infinite-source.de> | 2023-04-15 12:59:16 +0200 |
|---|---|---|
| committer | The 8472 <git@infinite-source.de> | 2023-09-03 19:59:47 +0200 |
| commit | 3ca6bb0b44c3e65dab07e12aec9efb277dc206f9 (patch) | |
| tree | b5be981314a0c22721924dfe8eea614151f226e7 /library/alloc/src/lib.rs | |
| parent | 2a1af898b2cb535a45cefe67acf9d023eff16b27 (diff) | |
| download | rust-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.rs | 1 |
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)] |
