We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d02fa commit 7e443a1Copy full SHA for 7e443a1
library/alloc/src/raw_vec/tests.rs
@@ -1,6 +1,10 @@
1
+#![feature(cell_update)]
2
+
3
use super::*;
4
use std::cell::Cell;
5
6
7
8
#[test]
9
fn allocator_param() {
10
use crate::alloc::AllocErr;
0 commit comments