Skip to content

Commit

Permalink
Merge pull request #235 from mark-i-m/i128
Browse files Browse the repository at this point in the history
i128 is being stabilized
  • Loading branch information
alexcrichton authored Mar 19, 2018
2 parents 8fe94f3 + 29816fc commit 34f5d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
#![feature(compiler_builtins)]
#![feature(core_intrinsics)]
#![feature(naked_functions)]
#![feature(i128_type)]
#![feature(repr_simd)]
#![feature(abi_unadjusted)]
#![feature(linkage)]
#![feature(lang_items)]
#![allow(unused_features)]
#![feature(i128_type)]
#![no_builtins]
#![cfg_attr(feature = "compiler-builtins", feature(staged_api))]
#![cfg_attr(feature = "compiler-builtins",
Expand Down

0 comments on commit 34f5d4a

Please sign in to comment.