We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87ace0d commit 206ee20Copy full SHA for 206ee20
src/test/run-pass/i128-ffi.rs
@@ -8,9 +8,6 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
-// ignore-stage0
12
-// ignore-stage1
13
-
14
// MSVC doesn't support 128 bit integers, and other Windows
15
// C compilers have very inconsistent views on how the ABI
16
// should look like.
src/test/run-pass/i128.rs
// ignore-emscripten
#![feature(i128_type, test)]
0 commit comments