mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-03 01:16:14 +03:00
Conditional compilation fix
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#![feature(rustc_private)]
|
||||
|
||||
#[allow(unused)] // necessary on macos due to conditional compilation
|
||||
extern crate libc;
|
||||
|
||||
#[cfg(not(target_os = "macos"))]
|
||||
|
||||
Reference in New Issue
Block a user