Added feature flag to use cell_update
This commit is contained in:
parent
d9d02fa168
commit
7e443a1ffc
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
|
#![feature(cell_update)]
|
||||||
|
|
||||||
use super::*;
|
use super::*;
|
||||||
use std::cell::Cell;
|
use std::cell::Cell;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn allocator_param() {
|
fn allocator_param() {
|
||||||
use crate::alloc::AllocErr;
|
use crate::alloc::AllocErr;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue