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

@@ -24,7 +24,7 @@
#![feature(rustc_diagnostic_macros)]
#![feature(match_default_bindings)]
#![feature(non_exhaustive)]
#![feature(i128_type)]
#![cfg_attr(stage0, feature(i128_type))]
#![feature(const_atomic_usize_new)]
#![feature(rustc_attrs)]