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.
2 parents af93684 + 417e54e commit 3844996Copy full SHA for 3844996
src/test/compile-fail/asm-misplaced-option.rs
@@ -33,8 +33,9 @@ pub fn main() {
33
assert_eq!(x, 13);
34
}
35
36
-// #[cfg(not(target_arch = "x86"), not(target_arch = "x86_64"))]
37
-// pub fn main() {}
+#[cfg(not(target_arch = "x86"),
+ not(target_arch = "x86_64"))]
38
+pub fn main() {}
39
40
// At least one error is needed so that compilation fails
41
#[static_assert]
0 commit comments