]> git.lizzy.rs Git - rust.git/commitdiff
Remove the unneeded #![feature(lang_items)]s
authorScott McMurray <scottmcm@users.noreply.github.com>
Mon, 27 Nov 2017 03:30:20 +0000 (19:30 -0800)
committerScott McMurray <scottmcm@users.noreply.github.com>
Sun, 3 Dec 2017 04:16:44 +0000 (20:16 -0800)
src/test/mir-opt/lower_128bit_debug_test.rs
src/test/mir-opt/lower_128bit_test.rs

index 5a0805ce1b716d5db07a86773b7981e936d5d7e6..ccc6e75a1b42ed49c5b2ee4bedfefb99bdbc0732 100644 (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;
index f63926500b62f1a2c3e5814a7a17502302995599..dc6beb436db2168eb0a4f09d11feacbe75fb570e 100644 (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;