about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--library/alloc/src/raw_vec/tests.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/library/alloc/src/raw_vec/tests.rs b/library/alloc/src/raw_vec/tests.rs
index f348710d61a..41d6c98b481 100644
--- a/library/alloc/src/raw_vec/tests.rs
+++ b/library/alloc/src/raw_vec/tests.rs
@@ -1,6 +1,10 @@
+#![feature(cell_update)]
+
 use super::*;
 use std::cell::Cell;
 
+
+
 #[test]
 fn allocator_param() {
     use crate::alloc::AllocErr;