Remove the unneeded #![feature(lang_items)]s
This commit is contained in:
parent
d775d79a01
commit
49ee16131e
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user