We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1730378 commit 657f1cfCopy full SHA for 657f1cf
src/test/run-pass/x86stdcall.rs
@@ -38,5 +38,6 @@ pub fn main() {
38
target_os = "netbsd",
39
target_os = "openbsd",
40
target_os = "android",
41
- target_os = "solaris"))]
+ target_os = "solaris",
42
+ target_os = "emscripten"))]
43
pub fn main() { }
0 commit comments