Skip to content

Commit

Permalink
Merge pull request #236 from mark-i-m/i128
Browse files Browse the repository at this point in the history
stable_features allowed temporarily
  • Loading branch information
alexcrichton authored Mar 21, 2018
2 parents 34f5d4a + 09974df commit 263a703
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#![feature(linkage)]
#![feature(lang_items)]
#![allow(unused_features)]
#![allow(stable_features)] // FIXME(mark-i-m): remove after i128 stabilizes
#![feature(i128_type)]
#![no_builtins]
#![cfg_attr(feature = "compiler-builtins", feature(staged_api))]
Expand Down

0 comments on commit 263a703

Please sign in to comment.