Skip to content

Commit

Permalink
Remove the unneeded #![feature(lang_items)]s
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmcm committed Dec 3, 2017
1 parent d775d79 commit 49ee161
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/test/mir-opt/lower_128bit_debug_test.rs
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion src/test/mir-opt/lower_128bit_test.rs
Expand Up @@ -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;
Expand Down

0 comments on commit 49ee161

Please sign in to comment.