stable_features allowed temporarily
This commit is contained in:
parent
29816fc5d7
commit
09974df5a7
|
@ -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))]
|
||||
|
|
Loading…
Reference in New Issue