diff options
| author | Ralf Jung <post@ralfj.de> | 2019-07-17 09:51:58 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2019-07-19 09:45:38 +0200 |
| commit | 13ed0cf9e86a4fdbf75152849353050fea5d4461 (patch) | |
| tree | e36efbef3abc4f5770aca642b0d8aca04fa47803 /src/libstd/lib.rs | |
| parent | 33452b0587ad543c6d7cc0f41daad6d4be71842f (diff) | |
do not use mem::uninitialized in std::io
Diffstat (limited to 'src/libstd/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 79b2f09f40a..49fb4be39b4 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -272,6 +272,7 @@ #![feature(libc)] #![feature(link_args)] #![feature(linkage)] +#![feature(maybe_uninit_ref)] #![feature(mem_take)] #![feature(needs_panic_runtime)] #![feature(never_type)] |
