Stabilize i128_type

This commit is contained in:
Mark Mansi
2018-03-16 19:51:49 -05:00
parent 5e4603f990
commit 7ce8191775
46 changed files with 37 additions and 147 deletions

View File

@@ -10,7 +10,7 @@
#![deny(warnings)]
#![feature(i128_type)]
#![cfg_attr(stage0, feature(i128_type))]
#![feature(rand)]
#![feature(repr_simd)]
#![feature(test)]

View File

@@ -97,7 +97,7 @@
#![feature(from_ref)]
#![feature(fundamental)]
#![feature(generic_param_attrs)]
#![feature(i128_type)]
#![cfg_attr(stage0, feature(i128_type))]
#![feature(iter_rfold)]
#![feature(lang_items)]
#![feature(needs_allocator)]