i128 is stable

This commit is contained in:
Mark Mansi 2018-03-25 20:34:44 -05:00
parent 6f48e37d22
commit 748ad9fb4b

View file

@ -1,4 +1,4 @@
#![feature(integer_atomics, i128, i128_type)]
#![feature(integer_atomics)]
#![allow(blacklisted_name)]
#![deny(replace_consts)]
use std::sync::atomic::*;