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 a39a5f8 commit a30914bCopy full SHA for a30914b
tests/run-pass/libc.rs
@@ -3,6 +3,7 @@
3
4
#![feature(rustc_private)]
5
6
+#[allow(unused)] // necessary on macos due to conditional compilation
7
extern crate libc;
8
9
#[cfg(not(target_os = "macos"))]
0 commit comments