mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-04 19:29:07 +00:00
Added feature flag to use cell_update
This commit is contained in:
parent
d9d02fa168
commit
7e443a1ffc
@ -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…
Reference in New Issue
Block a user