Skip to content

Commit 263a703

Browse files
authored
Merge pull request #236 from mark-i-m/i128
stable_features allowed temporarily
2 parents 34f5d4a + 09974df commit 263a703

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#![feature(linkage)]
1818
#![feature(lang_items)]
1919
#![allow(unused_features)]
20+
#![allow(stable_features)] // FIXME(mark-i-m): remove after i128 stabilizes
2021
#![feature(i128_type)]
2122
#![no_builtins]
2223
#![cfg_attr(feature = "compiler-builtins", feature(staged_api))]

0 commit comments

Comments
 (0)