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 8a75817 commit 66d10c8Copy full SHA for 66d10c8
tests/run-pass/linux-getrandom.rs
@@ -1,5 +1,7 @@
1
-// only-linux: Uses Linux-only APIs
2
-
+// Unfortunately, compiletest_rs does not support 'only-linux',
+// so we need to ignore Windows and OS X instead
3
+// ignore-macos: Uses Linux-only APIs
4
+// ignore-windows: Uses Linux-only APIs
5
#![feature(rustc_private)]
6
extern crate libc;
7
0 commit comments