Home
last modified time | relevance | path

Searched refs:new_uninit (Results 1 – 2 of 2) sorted by relevance

/rust/alloc/
Dlib.rs127 #![cfg_attr(test, feature(new_uninit))]
Dboxed.rs229 pub fn new_uninit() -> Box<mem::MaybeUninit<T>> { in new_uninit() method