diff options
| author | Jeremy Smart <jeremy3141592@gmail.com> | 2025-06-04 18:15:12 -0400 |
|---|---|---|
| committer | Jeremy Smart <jeremy3141592@gmail.com> | 2025-06-04 18:15:12 -0400 |
| commit | 188c40126dbda835e80238ea70eaef7d09e3e167 (patch) | |
| tree | 82d59cc60db8e3f7559d9223f349f62aaa97b170 /library/alloctests/lib.rs | |
| parent | 59aa1e873028948faaf8b97e5e02d4db340ad7b1 (diff) | |
| download | rust-188c40126dbda835e80238ea70eaef7d09e3e167.tar.gz rust-188c40126dbda835e80238ea70eaef7d09e3e167.zip | |
add Vec::peek_mut
Diffstat (limited to 'library/alloctests/lib.rs')
| -rw-r--r-- | library/alloctests/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/alloctests/lib.rs b/library/alloctests/lib.rs index 56e60ed4c84..232cf06fff9 100644 --- a/library/alloctests/lib.rs +++ b/library/alloctests/lib.rs @@ -42,6 +42,7 @@ #![feature(trusted_random_access)] #![feature(try_reserve_kind)] #![feature(try_trait_v2)] +#![feature(vec_peek_mut)] // tidy-alphabetical-end // // Language features: |
