stable_features allowed temporarily
This commit is contained in:
parent
b90fa1e14f
commit
635855abdd
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue