Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollup merge of rust-lang#46275 - dtolnay:compiletest-libc, r=Mark-Si…
…mulacrum Compiletest libc dependency can be unix-only In main.rs libc is imported as: ```rust #[cfg(unix)] extern crate libc; ``` This came up in Manishearth/compiletest-rs#90.
- Loading branch information