about summary refs log tree commit diff
path: root/library/alloc/src/lib.rs
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-10-04 12:31:24 +0200
committerGitHub <noreply@github.com>2025-10-04 12:31:24 +0200
commit73309e323030f84c9e8e37996076623defcbc3ab (patch)
tree6a6d59bb4958415d53b50f36a5f60d536a4fc174 /library/alloc/src/lib.rs
parentd53856fd46a269d744f55fafaa4568f8ae1d77e6 (diff)
parent08b4641f50f6f8fa3aa222fa606a0c1a2482b72d (diff)
downloadrust-73309e323030f84c9e8e37996076623defcbc3ab.tar.gz
rust-73309e323030f84c9e8e37996076623defcbc3ab.zip
Rollup merge of #145685 - Qelxiros:cell_get_cloned, r=programmerjake,tgross35
add CloneFromCell and Cell::get_cloned

Tracking issue: rust-lang/rust#145329
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 fc3266b7479..87ad5b0ce30 100644
--- a/library/alloc/src/lib.rs
+++ b/library/alloc/src/lib.rs
@@ -96,6 +96,7 @@
 #![feature(bstr)]
 #![feature(bstr_internals)]
 #![feature(cast_maybe_uninit)]
+#![feature(cell_get_cloned)]
 #![feature(char_internals)]
 #![feature(char_max_len)]
 #![feature(clone_to_uninit)]