Make some std::io functions const
Includes: - io::Cursor::new - io::Cursor::get_ref - io::Cursor::position - io::empty - io::repeat - io::sink
This commit is contained in:
parent
dc06a36074
commit
ae059b532f
5 changed files with 28 additions and 7 deletions
|
@ -242,6 +242,7 @@
|
|||
#![feature(const_fn_transmute)]
|
||||
#![feature(const_fn)]
|
||||
#![feature(const_fn_fn_ptr_basics)]
|
||||
#![feature(const_io_structs)]
|
||||
#![feature(const_ip)]
|
||||
#![feature(const_ipv6)]
|
||||
#![feature(const_raw_ptr_deref)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue