Skip to content

Commit c80fee2

Browse files
committed
Remove the unneeded #![feature(lang_items)]s
1 parent f9bbcf9 commit c80fee2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/test/mir-opt/lower_128bit_debug_test.rs

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
// compile-flags: -Z lower_128bit_ops -C debug_assertions=yes
1212

1313
#![feature(i128_type)]
14-
#![feature(lang_items)]
1514

1615
fn test_signed(mut x: i128) -> i128 {
1716
x += 1;

src/test/mir-opt/lower_128bit_test.rs

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
// compile-flags: -Z lower_128bit_ops -C debug_assertions=no
1212

1313
#![feature(i128_type)]
14-
#![feature(lang_items)]
1514

1615
fn test_signed(mut x: i128) -> i128 {
1716
x += 1;

0 commit comments

Comments
 (0)