Added feature flag to use cell_update

This commit is contained in:
blitzerr 2020-09-21 15:52:35 -07:00
parent d9d02fa168
commit 7e443a1ffc
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
#![feature(cell_update)]
use super::*;
use std::cell::Cell;
#[test]
fn allocator_param() {
use crate::alloc::AllocErr;