Skip to content

Commit 09974df

Browse files
committed
stable_features allowed temporarily
1 parent 29816fc commit 09974df

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)