Merge pull request #236 from mark-i-m/i128

stable_features allowed temporarily
master
Alex Crichton 2018-03-20 20:20:14 -05:00 committed by GitHub
commit 263a703b10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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))]