Remove the unneeded #![feature(lang_items)]s

This commit is contained in:
Scott McMurray 2017-11-26 19:30:20 -08:00
parent d775d79a01
commit 49ee16131e
2 changed files with 0 additions and 2 deletions

View File

@ -11,7 +11,6 @@
// compile-flags: -Z lower_128bit_ops -C debug_assertions=yes
#![feature(i128_type)]
#![feature(lang_items)]
fn test_signed(mut x: i128) -> i128 {
x += 1;

View File

@ -11,7 +11,6 @@
// compile-flags: -Z lower_128bit_ops -C debug_assertions=no
#![feature(i128_type)]
#![feature(lang_items)]
fn test_signed(mut x: i128) -> i128 {
x += 1;