1
Fork 0

Move IPs to assoc consts

This commit is contained in:
Linus Färnstrand 2018-07-20 09:09:48 +02:00
parent 02c272db2d
commit e9a96c0433
2 changed files with 21 additions and 28 deletions

View file

@ -253,6 +253,7 @@
#![feature(compiler_builtins_lib)]
#![feature(const_fn)]
#![feature(const_int_ops)]
#![feature(const_ip)]
#![feature(core_intrinsics)]
#![feature(dropck_eyepatch)]
#![feature(exact_size_is_empty)]