i128 is stable

This commit is contained in:
Mark Mansi 2018-03-25 20:34:44 -05:00
parent 6f48e37d22
commit 748ad9fb4b
1 changed files with 1 additions and 1 deletions

View File

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