1
Fork 0

Make Ipv{4,6}Addr::new const fns

This commit is contained in:
Linus Färnstrand 2018-07-20 01:14:56 +02:00
parent 6f943c0697
commit 02c272db2d
2 changed files with 30 additions and 20 deletions

View file

@ -252,6 +252,7 @@
#![feature(char_error_internals)]
#![feature(compiler_builtins_lib)]
#![feature(const_fn)]
#![feature(const_int_ops)]
#![feature(core_intrinsics)]
#![feature(dropck_eyepatch)]
#![feature(exact_size_is_empty)]
@ -281,6 +282,7 @@
#![feature(ptr_internals)]
#![feature(raw)]
#![feature(rustc_attrs)]
#![feature(rustc_const_unstable)]
#![feature(std_internals)]
#![feature(stdsimd)]
#![feature(shrink_to)]