We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 093757c commit 68024ebCopy full SHA for 68024eb
src/test/run-pass/x86stdcall.rs
@@ -33,4 +33,5 @@ pub fn main() {
33
#[cfg(target_os = "macos")]
34
#[cfg(target_os = "linux")]
35
#[cfg(target_os = "freebsd")]
36
+#[cfg(target_os = "android")]
37
pub fn main() { }
0 commit comments