Skip to content

Commit 7e443a1

Browse files
committed
Added feature flag to use cell_update
1 parent d9d02fa commit 7e443a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

library/alloc/src/raw_vec/tests.rs

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
#![feature(cell_update)]
2+
13
use super::*;
24
use std::cell::Cell;
35

6+
7+
48
#[test]
59
fn allocator_param() {
610
use crate::alloc::AllocErr;

0 commit comments

Comments
 (0)