We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9bbcf9 commit c80fee2Copy full SHA for c80fee2
src/test/mir-opt/lower_128bit_debug_test.rs
@@ -11,7 +11,6 @@
11
// compile-flags: -Z lower_128bit_ops -C debug_assertions=yes
12
13
#![feature(i128_type)]
14
-#![feature(lang_items)]
15
16
fn test_signed(mut x: i128) -> i128 {
17
x += 1;
src/test/mir-opt/lower_128bit_test.rs
// compile-flags: -Z lower_128bit_ops -C debug_assertions=no
0 commit comments