]> git.lizzy.rs Git - rust.git/commitdiff
add missing feature
authorRalf Jung <post@ralfj.de>
Tue, 27 Nov 2018 15:11:45 +0000 (16:11 +0100)
committerRalf Jung <post@ralfj.de>
Tue, 27 Nov 2018 15:11:45 +0000 (16:11 +0100)
src/libstd/lib.rs

index 575903d576a23552b09d592fbb0301e6ffac1917..8c8e7cb760e5a11bfc4df58794f43c83f4a26b3e 100644 (file)
 #![feature(panic_info_message)]
 #![feature(non_exhaustive)]
 #![feature(alloc_layout_extra)]
+#![feature(maybe_uninit)]
 
 #![default_lib_allocator]