We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af93684 commit 6a7306fCopy full SHA for 6a7306f
src/test/compile-fail/asm-misplaced-option.rs
@@ -9,6 +9,8 @@
9
// except according to those terms.
10
11
// ignore-fast #[feature] doesn't work with check-fast
12
+// ignore-android
13
+
14
#[feature(asm)];
15
16
#[allow(dead_code)];
@@ -33,9 +35,6 @@ pub fn main() {
33
35
assert_eq!(x, 13);
34
36
}
37
-// #[cfg(not(target_arch = "x86"), not(target_arch = "x86_64"))]
-// pub fn main() {}
38
-
39
// At least one error is needed so that compilation fails
40
#[static_assert]
41
static b: bool = false; //~ ERROR static assertion failed
0 commit comments